This commit is contained in:
parent
8e9fae0b99
commit
c3ad781b23
@ -320,9 +320,9 @@ namespace Components
|
||||
Utils::Hook(0x4D4007, QuickPatch::ShutdownStub, HOOK_CALL).Install()->Quick();
|
||||
|
||||
// Disable profile system
|
||||
Utils::Hook::Nop(0x60BEB1, 5); // GamerProfile_InitAllProfiles
|
||||
// Utils::Hook::Nop(0x60BEB8, 5); // GamerProfile_LogInProfile
|
||||
// Utils::Hook::Nop(0x4059EA, 5); // GamerProfile_RegisterCommands
|
||||
// Utils::Hook::Nop(0x60BEB1, 5); // GamerProfile_InitAllProfiles - Causes an error, when calling a harrier killstreak.
|
||||
Utils::Hook::Nop(0x60BEB8, 5); // GamerProfile_LogInProfile
|
||||
Utils::Hook::Nop(0x4059EA, 5); // GamerProfile_RegisterCommands
|
||||
Utils::Hook::Nop(0x4059EF, 5); // GamerProfile_RegisterDvars
|
||||
Utils::Hook::Nop(0x47DF9A, 5); // GamerProfile_UpdateSystemDvars
|
||||
Utils::Hook::Set<BYTE>(0x5AF0D0, 0xC3); // GamerProfile_SaveProfile
|
||||
|
Loading…
Reference in New Issue
Block a user