Tutorial How to make mod menu for il2cpp and native games

Djangø

Platinian
Feb 20, 2020
41
1,889
183
Texas
@LEGACY ツ
I think you forgot to put this under the if statement:
C++:
my_cool_Patches.PatchName.Modify()
and this under the else statement:
C++:
my_cool_Patches.PatchName.Restore();
 
  • Like
Reactions: TheLGL

TheLGL

Awesome Active Platinian
Original poster
Skilled
Feb 19, 2020
156
4,209
193
UK
The toggles dont seem to be working. Any clue on what happened?
@LEGACY ツ
I think you forgot to put this under the if statement:
C++:
my_cool_Patches.PatchName.Modify()
and this under the else statement:
C++:
my_cool_Patches.PatchName.Restore();
And In the else statement, no need original hex patch, simply put
Code:
my_cool_Patches.PatchName.Restore();
 

TheLGL

Awesome Active Platinian
Original poster
Skilled
Feb 19, 2020
156
4,209
193
UK
Ndk do not like unicode symbol in patch. move android studio or ndk in another drive, without chinese symbols in patch
Doesn't look like he has a path with chinese symbols, it looks more like an error in chinese which can't be displayed correctly
 

GtcTurbo

Platinian
May 24, 2017
10
9
3
45
TheLGL can you create 5 for this please in main.cpp, damage, attack range, hp, attack speed and cooldown
my_cool_Patches.damage = MemoryPatch(libName, 0x7C6C04, "\x01\x06\xA0\xE3\x1E\xFF\x2F\xE1", 8);
 

GtcTurbo

Platinian
May 24, 2017
10
9
3
45
How funny to look at those who do not even have basic knowledge, so that he makes it imagine a great hacker. Lol
So he is my friend, everyone in his specialty, my job a butcher and all of you are hackers, I do it for hobby the moding, if you want to help is well, if you do not help does not matter :)
sorry my english...
 

HizroMxDz

1/3 Games Approved
Dec 25, 2019
92
98
53
x____x
i mean to create modmenu with 5 mod only(on/off)
easy, just create/copy whatever widget you want in the java file like a seekbar or button and connect memory patch with c++ in the main.cpp by writing ur hex and correct libxxx.so