mirror of
https://github.com/0TheSpy/Seaside.git
synced 2024-12-23 00:27:23 +08:00
Update dllmain.cpp
This commit is contained in:
parent
31a7dce44e
commit
94d484449f
@ -264,9 +264,10 @@ DWORD WINAPI HackThread(HMODULE hModule)
|
||||
|
||||
InitSkinChanger();
|
||||
|
||||
oGetAccountData = (pGetAccountData)DetourFunction(
|
||||
(PBYTE)(iff.fn_get_account_data),
|
||||
(PBYTE)hkGetAccountData);
|
||||
//crash
|
||||
//oGetAccountData = (pGetAccountData)DetourFunction(
|
||||
// (PBYTE)(iff.fn_get_account_data),
|
||||
// (PBYTE)hkGetAccountData);
|
||||
|
||||
oParticleCollectionSimulate = (pParticleCollectionSimulate)DetourFunction(
|
||||
(PBYTE)(iff.ParticleCollectionSimulateAdr),
|
||||
|
Loading…
Reference in New Issue
Block a user