mirror of
https://github.com/SunsetMkt/Akebi-GC.git
synced 2025-09-20 04:26:01 +08:00
Added Crash Report blocker
for people that are paranoid lol Co-Authored-By: KKKKKKKKKKKKK <25654009+34736384@users.noreply.github.com>
This commit is contained in:
@ -13,11 +13,17 @@ namespace cheat::feature
|
||||
return inst.OnRecordUserData(nType);
|
||||
}
|
||||
|
||||
static int CrashReporter_Hook(__int64 a1, __int64 a2, const char* a3)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
ProtectionBypass::ProtectionBypass() : Feature(),
|
||||
NFEX(f_Enabled, "Disable Protection", "m_DisableMhyProt", "General", true, false),
|
||||
m_CorrectSignatures({})
|
||||
{
|
||||
HookManager::install(app::Unity_RecordUserData, RecordUserData_Hook);
|
||||
HookManager::install(app::CrashReporter, CrashReporter_Hook);
|
||||
}
|
||||
|
||||
void ProtectionBypass::Init()
|
||||
|
Reference in New Issue
Block a user