Update dllmain.cpp

This commit is contained in:
0TheSpy
2023-10-12 23:46:25 +03:00
committed by GitHub
parent 94d484449f
commit 44106fc848

View File

@ -461,7 +461,7 @@ DWORD WINAPI HackThread(HMODULE hModule)
DetourRemove(reinterpret_cast<BYTE*>(oSendNetMsg), reinterpret_cast<BYTE*>(hkSendNetMsg));
}
DetourRemove(reinterpret_cast<BYTE*>(oGetAccountData), reinterpret_cast<BYTE*>(hkGetAccountData));
//DetourRemove(reinterpret_cast<BYTE*>(oGetAccountData), reinterpret_cast<BYTE*>(hkGetAccountData));
DetourRemove(reinterpret_cast<BYTE*>(oParticleCollectionSimulate), reinterpret_cast<BYTE*>(hkParticleCollectionSimulate));
if (ptrDevMsg)