Tutorial iOS Mod Menu Theos NIC Template - Full Guide To Create Own MM for iOS!

3xtc

Rookie
Feb 16, 2021
3
0
1
24
Auckland
Bro can you help me please , where it is empty switch I want to know how to add a hook to it.. can you please show me . Want to add hook to empty switch/masskill. This is my code.


// Empty switch - usefull with hooking
[switches addSwitch:@"Masskill"
description:@"Teleport all enemies to you without them knowing"];

// Offset Switch with one patch
[switches addOffsetSwitch:@"God Mode"
description:@"You can't die"
offsets:{0x1005AB148}
bytes:{"0x00E0BF12C0035FD6"}];
 

Cuongsino

Platinian
Jan 2, 2020
11
1
3
33
Vietnam
Bro can you help me please , where it is empty switch I want to know how to add a hook to it.. can you please show me . Want to add hook to empty switch/masskill. This is my code.


// Empty switch - usefull with hooking
[switches addSwitch:@"Masskill"
description:@"Teleport all enemies to you without them knowing"];

// Offset Switch with one patch
[switches addOffsetSwitch:@"God Mode"
description:@"You can't die"
offsets:{0x1005AB148}
bytes:{"0x00E0BF12C0035FD6"}];
You can write:

[switches addSwitch:@“god mod”
description:@“No death”];
patchOffset(0x1005AB148, "0x00E0BF12C0035FD6”);
 
Tags
ios ios menu pmt ios menu