mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-01-04 00:23:31 +08:00
Update dllmain.cpp
This commit is contained in:
parent
94d484449f
commit
44106fc848
@ -461,7 +461,7 @@ DWORD WINAPI HackThread(HMODULE hModule)
|
|||||||
DetourRemove(reinterpret_cast<BYTE*>(oSendNetMsg), reinterpret_cast<BYTE*>(hkSendNetMsg));
|
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));
|
DetourRemove(reinterpret_cast<BYTE*>(oParticleCollectionSimulate), reinterpret_cast<BYTE*>(hkParticleCollectionSimulate));
|
||||||
|
|
||||||
if (ptrDevMsg)
|
if (ptrDevMsg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user