Tutorial How to make mod menu for il2cpp and native games

imhavker

Platinian
Apr 8, 2020
10
2
3
25
bulla
After Adding menu in my game when i am using Apk easy tool to recompile it...

compile failed read the log

W: ERROR: 'C:\Users\9999\AppData\Local\Temp\APKTOOL6162679857092145540.tmp' exists (use '-f' to force overwrite)
brut.directory.DirectoryException: java.util.zip.ZipException: zip file is empty
 

TheLGL

Awesome Active Platinian
Original poster
Skilled
Feb 19, 2020
156
4,146
193
UK
After Adding menu in my game when i am using Apk easy tool to recompile it...

compile failed read the log

W: ERROR: 'C:\Users\9999\AppData\Local\Temp\APKTOOL6162679857092145540.tmp' exists (use '-f' to force overwrite)
brut.directory.DirectoryException: java.util.zip.ZipException: zip file is empty
Hmm I don't know why
You can atleast report issue to apktool iBotPeaches/Apktool
 

TumkasPvP

Rookie
Apr 5, 2020
2
0
1
33
Russia
Hi! I got the error: error: unknown type name 'Button_OnOff_God'.
I made a button with template in getFeaturelist and it can't find this type. What need I do?
 

TheLGL

Awesome Active Platinian
Original poster
Skilled
Feb 19, 2020
156
4,146
193
UK
bro i said when i inject this menu in my game after compile when i install and open then mod game then its force close
You are doing something wrong
I still need your logcat. You can view it on Android Studio or use matlog if you are rooted
 

TheLGL

Awesome Active Platinian
Original poster
Skilled
Feb 19, 2020
156
4,146
193
UK
Can we do these mod menu in android ?

Like in sketch wehere , andlua etc apks.

If you can help plz make a tutorial
What is sketch wehere?
In AndLua, you must write codes in lua. I'm unfortunately don't have experience with it but will learn someday!