From 0e84fb874db4796eff0cd362a791da20f5d7f22a Mon Sep 17 00:00:00 2001 From: Imrglop Date: Sun, 4 Apr 2021 10:22:29 -0400 Subject: [PATCH] (1.16.210) Update client instance --- Memory/GameData.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)