mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-01-09 19:08:48 +08:00
Update Interfaces.cpp
This commit is contained in:
parent
411b75b234
commit
e793400d80
@ -161,6 +161,11 @@ void IF::Init()
|
|||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
printf("fn_get_account_data %x\n", fn_get_account_data);
|
printf("fn_get_account_data %x\n", fn_get_account_data);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
ParticleCollectionSimulateAdr = relativeToAbsolute<decltype(ParticleCollectionSimulateAdr)>(FindPatternV2("client.dll", "E8 ? ? ? ? 8B 0E 83 C1 10") + 1);
|
||||||
|
#ifdef DEBUG
|
||||||
|
printf("ParticleCollectionSimulateAdr %x\n", ParticleCollectionSimulateAdr);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user