Update pointers

This commit is contained in:
Federico Cecchetto
2021-10-01 03:04:08 +02:00
parent 6c99991429
commit 739ea2a7f0
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv
{
if (ul_reason_for_call == DLL_PROCESS_ATTACH)
{
const auto value = *reinterpret_cast<DWORD*>(0x20600000);
if (value != 0x77E0B164)
const auto value = *reinterpret_cast<DWORD*>(0x20700000);
if (value != 0x6FD5F7FB)
{
printf("\x1b[31m\n**************************************************************************************\n\n");
printf("This version of \x1b[33miw5-gsc-utils\x1b[31m is outdated.\n");