mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-01-08 10:33:42 +08:00
Update Interfaces.cpp
This commit is contained in:
parent
411b75b234
commit
e793400d80
@ -161,6 +161,11 @@ void IF::Init()
|
||||
#ifdef DEBUG
|
||||
printf("fn_get_account_data %x\n", fn_get_account_data);
|
||||
#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