mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-01-09 10:58:48 +08:00
Update Interfaces.cpp
This commit is contained in:
parent
27961febd5
commit
f03d5ba88b
@ -160,7 +160,11 @@ void IF::Init()
|
|||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
printf("Prime found at %x\n", prime);
|
printf("Prime found at %x\n", prime);
|
||||||
#endif
|
#endif
|
||||||
//memcpy(oldprime, prime, 5);
|
|
||||||
|
fn_get_account_data = relativeToAbsolute<decltype(fn_get_account_data)>(FindPatternV2("client.dll", "E8 ? ? ? ? 85 C0 74 EE") + 1);
|
||||||
|
#ifdef DEBUG
|
||||||
|
printf("fn_get_account_data %x\n", fn_get_account_data);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user