diff --git a/Memory/GameData.cpp b/Memory/GameData.cpp index f3f2d4787..bb210800f 100644 --- a/Memory/GameData.cpp +++ b/Memory/GameData.cpp @@ -17,8 +17,8 @@ void GameData::retrieveClientInstance() { logF("clinet: %llX", clientInstanceOffset); } }*/ - clientInstanceOffset = 0x03A30ED8; // pointer scanned, can't find good signatures so it'll stay - g_Data.clientInstance = reinterpret_cast(g_Data.slimMem->ReadPtr(g_Data.gameModule->ptrBase + clientInstanceOffset, {0x0, 0x0, 0x40})); + clientInstanceOffset = 0x03B53828; // pointer scanned, can't find good signatures so it'll stay + g_Data.clientInstance = reinterpret_cast(g_Data.slimMem->ReadPtr(g_Data.gameModule->ptrBase + clientInstanceOffset, {0x0, 0x50, 0x0})); #ifdef _DEBUG if (g_Data.clientInstance == 0)