mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-09-19 20:26:10 +08:00
Update dllmain.cpp
This commit is contained in:
@ -205,6 +205,7 @@ DWORD WINAPI HackThread(HMODULE hModule)
|
||||
ClientModeHook = new VMTHook(iff.g_ClientMode);
|
||||
ClientModeHook->SwapPointer(44, reinterpret_cast<void*>(hkdoPostScreenEffects));
|
||||
ClientModeHook->SwapPointer(18, reinterpret_cast<void*>(hkOverrideView));
|
||||
ClientModeHook->SwapPointer(24, reinterpret_cast<void*>(hkCreateMove));
|
||||
ClientModeHook->ApplyNewTable();
|
||||
|
||||
FileSystemHook = new VMTHook(iff.g_pFullFileSystem);
|
||||
|
Reference in New Issue
Block a user