Tutorial How to make a mod menu (modding tutorial)

jaimecd

Platinian
Jul 24, 2019
23
7
3
40
Brasil
o botão de alternância não funciona e liga e desliga. Quando o jogo começa, ele já está com toda a energia.
 

jaimecd

Platinian
Jul 24, 2019
23
7
3
40
Brasil
the toggle button doesn't work and turns it on and off. When the game starts, he is already at full energy.
 

csj

Platinian
Aug 3, 2022
7
1
3
42
Thailand
Hi, What version of LGLTeam's mod menu was using in this tutorial videos?

I downloaded the latest version Mod Menu Template 3.2
there is PATCH_SWITCH, seems this is equal to the hexPatches.Energy*.Modify/Restore right?

tho I dont know which one should I use, should I use PATCH_LIB_SWITCH with libil2cpp.so
or simplely PATCH_SWITCH
C++:
PATCH_LIB_SWITCH("libil2cpp.so", "0x100000", "00 00 A0 E3 1E FF 2F E1", boolean);
PATCH_SWITCH("0x400000", "00 00 A0 E3 1E FF 2F E1", boolean);
 
  • Like
Reactions: ripki34567

csj

Platinian
Aug 3, 2022
7
1
3
42
Thailand
also, found the latest version need change invoke to

Code:
invoke-static {p0}, Lcom/android/support/Main;->Start(Landroid/content/Context;)V
 

sobogamer_2020

Approved Modder
Original poster
Approved Modder
Apr 6, 2022
381
14,696
1,193
23
Romania
also, found the latest version need change invoke to

Code:
invoke-static {p0}, Lcom/android/support/Main;->Start(Landroid/content/Context;)V
This code is made for lgl 3.2 in this tutorial i used 2.6 so the 3.2 code wont work for this
 
  • Like
Reactions: csj

Poooi

Platinian
Feb 19, 2020
5
1
3
32
Futfugyy
also, found the latest version need change invoke to

Code:
invoke-static {p0}, Lcom/android/support/Main;->Start(Landroid/content/Context;)V
i used this and my mod menu doesn't appear on screen, how can i fix it?
 

rexzz69

Platinian
Sep 24, 2023
8
1
1
18
hello, is it possible for me make a mod menu for online game? without getting detected by anticheat or sum. for example, i want to make a mod menu for the walking dead road to survival. is it really possible using this technique? hope you will reply my message
 

sobogamer_2020

Approved Modder
Original poster
Approved Modder
Apr 6, 2022
381
14,696
1,193
23
Romania
hello, is it possible for me make a mod menu for online game? without getting detected by anticheat or sum. for example, i want to make a mod menu for the walking dead road to survival. is it really possible using this technique? hope you will reply my message
It depends, this procedure applies to any type of Unity game, but you have to know how to make it function, and as you have exemplified, if the game includes an anticheat, you will need to bypass it.
 
  • Like
Reactions: rexzz69

rexzz69

Platinian
Sep 24, 2023
8
1
1
18
It depends, this procedure applies to any type of Unity game, but you have to know how to make it function, and as you have exemplified, if the game includes an anticheat, you will need to bypass it.
do you know how to bypass the anticheat?