diff --git a/src/Components/Modules/QuickPatch.cpp b/src/Components/Modules/QuickPatch.cpp index a8c94bdc..be912454 100644 --- a/src/Components/Modules/QuickPatch.cpp +++ b/src/Components/Modules/QuickPatch.cpp @@ -236,6 +236,15 @@ namespace Components Utils::Hook::Set(0x6832BA, 0xEB); Utils::Hook::Set(0x4BD190, 0xC3); + //*(BYTE*)0x4BB250 = 0x33; + //*(BYTE*)0x4BB251 = 0xC0; + //*(DWORD*)0x4BB252 = 0xC3909090; + + // remove 'impure stats' checking + Utils::Hook::Set(0x4BB250, 0x33); + Utils::Hook::Set(0x4BB251, 0xC0); + Utils::Hook::Set(0x4BB252, 0xC3909090); + // default sv_pure to 0 Utils::Hook::Set(0x4D3A74, 0);