This is the AMP version of this page.
If you want to load the real page instead, click this text.

Help! void patches not working

Rizarudesu

Platinian
dump.cs toram online, but not working for bypass security

C++:
#ifndef ZYCHEATS_SGUYS_FUNCTIONS_H
#define ZYCHEATS_SGUYS_FUNCTIONS_H

void Patches() {
    PATCH("0x15d786c", "1F2003D5C0035FD6"); //RVA: 0x15e8bc0 VA: 0x7bf3ecdbc0 private Void PopHackWindow() { }
    PATCH("0xed3afc", "1F2003D5C0035FD6"); // RVA: 0xed3afc VA: 0x7bf37b8afc public Void UncheaterHackAppQuit() { }
    PATCH("0xed3ad4", "1F2003D5C0035FD6"); // RVA: 0xed3ad4 VA: 0x7bf37b8ad4 public Void OnHackXigncodeCallBackForIos() { }
    PATCH("0x8eef5c", "1F2003D5C0035FD6"); // RVA: 0x8eef5c VA: 0x7bf31d3f5c //    public Void OnHackDetected(Int32 code, String info) { }
    PATCH("0x8edfa0", "1F2003D5C0035FD6"); // RVA: 0x8edfa0 VA: 0x7bf31d2fa0 private IEnumerator onHackDetected() { }
}

void Hooks() {
    //HOOK("0xE7BC74", Backend, old_Backend);
    //HOOK("0x29DA08C", ProductDefinition, old_ProductDefinition);
}

#endif //ZYCHEATS_SGUYS_FUNCTIONS_H