From 065be1162adcefa7784736712ed7f5f9b78f8958 Mon Sep 17 00:00:00 2001 From: Viliyan Yordanov <42891941+Vili1@users.noreply.github.com> Date: Wed, 14 Apr 2021 02:23:39 +0300 Subject: [PATCH] support for v2021.4.12s --- src/chat_paid.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/chat_paid.cpp b/src/chat_paid.cpp index c3bc16b..320181e 100644 --- a/src/chat_paid.cpp +++ b/src/chat_paid.cpp @@ -69,8 +69,8 @@ int main() char moduleName[] = "GameAssembly.dll"; DWORD gameBaseAddress = dwGetModuleBaseAddress(_T(moduleName), pID); - DWORD offsetGameToBaseAddress = 0x028DDAF4; - std::vector pointsOffsets{0x5C, 0x2C}; + DWORD offsetGameToBaseAddress = 0x027F557C; + std::vector pointsOffsets{0xAC}; DWORD baseAddress; ReadProcessMemory(processHandle, (LPVOID)(gameBaseAddress + offsetGameToBaseAddress), &baseAddress, sizeof(baseAddress), NULL); @@ -99,4 +99,4 @@ int main() } -} \ No newline at end of file +}