Skip to content

Commit

Permalink
support for v2021.4.12s
Browse files Browse the repository at this point in the history
  • Loading branch information
Vili1 authored Apr 13, 2021
1 parent 1c98208 commit 065be11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chat_paid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ int main()

char moduleName[] = "GameAssembly.dll";
DWORD gameBaseAddress = dwGetModuleBaseAddress(_T(moduleName), pID);
DWORD offsetGameToBaseAddress = 0x028DDAF4;
std::vector<DWORD> pointsOffsets{0x5C, 0x2C};
DWORD offsetGameToBaseAddress = 0x027F557C;
std::vector<DWORD> pointsOffsets{0xAC};
DWORD baseAddress;

ReadProcessMemory(processHandle, (LPVOID)(gameBaseAddress + offsetGameToBaseAddress), &baseAddress, sizeof(baseAddress), NULL);
Expand Down Expand Up @@ -99,4 +99,4 @@ int main()

}

}
}

0 comments on commit 065be11

Please sign in to comment.