From e793400d80cfecca5fe286a2fa54c077a62dde1b Mon Sep 17 00:00:00 2001 From: 0TheSpy <5511c282@opayq.com> Date: Fri, 9 Jul 2021 18:59:53 +0300 Subject: [PATCH] Update Interfaces.cpp --- SpyCustom/Interfaces.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SpyCustom/Interfaces.cpp b/SpyCustom/Interfaces.cpp index 0e70bf0..a0587ef 100644 --- a/SpyCustom/Interfaces.cpp +++ b/SpyCustom/Interfaces.cpp @@ -161,6 +161,11 @@ void IF::Init() #ifdef DEBUG printf("fn_get_account_data %x\n", fn_get_account_data); #endif + + ParticleCollectionSimulateAdr = relativeToAbsolute(FindPatternV2("client.dll", "E8 ? ? ? ? 8B 0E 83 C1 10") + 1); +#ifdef DEBUG + printf("ParticleCollectionSimulateAdr %x\n", ParticleCollectionSimulateAdr); +#endif }