Update Interfaces.cpp

This commit is contained in:
0TheSpy 2021-06-17 01:37:58 +03:00 committed by GitHub
parent 27961febd5
commit f03d5ba88b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,11 @@ void IF::Init()
#ifdef DEBUG
printf("Prime found at %x\n", prime);
#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
}