Update Interfaces.cpp

This commit is contained in:
0TheSpy 2021-07-09 18:59:53 +03:00 committed by GitHub
parent 411b75b234
commit e793400d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}