This commit is contained in:
parent
3f04d9d2d4
commit
458ae5f2aa
@ -236,6 +236,15 @@ namespace Components
|
|||||||
Utils::Hook::Set<BYTE>(0x6832BA, 0xEB);
|
Utils::Hook::Set<BYTE>(0x6832BA, 0xEB);
|
||||||
Utils::Hook::Set<BYTE>(0x4BD190, 0xC3);
|
Utils::Hook::Set<BYTE>(0x4BD190, 0xC3);
|
||||||
|
|
||||||
|
//*(BYTE*)0x4BB250 = 0x33;
|
||||||
|
//*(BYTE*)0x4BB251 = 0xC0;
|
||||||
|
//*(DWORD*)0x4BB252 = 0xC3909090;
|
||||||
|
|
||||||
|
// remove 'impure stats' checking
|
||||||
|
Utils::Hook::Set<BYTE>(0x4BB250, 0x33);
|
||||||
|
Utils::Hook::Set<BYTE>(0x4BB251, 0xC0);
|
||||||
|
Utils::Hook::Set<DWORD>(0x4BB252, 0xC3909090);
|
||||||
|
|
||||||
// default sv_pure to 0
|
// default sv_pure to 0
|
||||||
Utils::Hook::Set<BYTE>(0x4D3A74, 0);
|
Utils::Hook::Set<BYTE>(0x4D3A74, 0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user