📖 Tutorial Mod Menu For il2cpp and other lib.so games [New template]

Sbenny.com is trusted by 1,313,404 happy users since 2014.
Register

PixelYT

Apprentice Lv2️⃣
Member for 5 years
*Requirements*
- Prior il2cpp/IDA Modding Knowledge
- APK Easy Tool [SB APKtool is fine]
- Android Studio
- NDK
- Mod Menu Repository
_____________________________________________________________________________________________________________________________________________________________________________________________________________________

****It's the same way as Mod Menu For il2cpp Tutorial but this is a new template, and in my opinion, better***
so follow the tutorial mentioned above, because you would do it just like that one.


looks like this:
finaloutput.jpg



CREDITS
Mr Ikso - Original tutorial, code, template
VanHoevenTR - New template
@Havanitos - Tutorial
 
Last edited:

daaron

Novice Lv1️⃣
Member for 4 years
Hi, i tried following your tutorial but, i can't see the MOD Menu. What did i do wrong?
 

PixelYT

Apprentice Lv2️⃣
Member for 5 years
Make sure you have pasted this code AFTER <application
Code:
<service android:enabled="true" android:exported="false" android:name="com.mrikso.modmenu.FloatingModMenuService"/>
And make sure this code is pasted as the FIRST line of PERMISSIONS
Code:
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
You also have to enabled "Draw over other apps" in settings if it is there, and enable storage in permissions

*Contact me at Discord PixelYT#8150 if need help
Post automatically merged:

If I have time, I will do a video tutorial and school is the reason
 

daaron

Novice Lv1️⃣
Member for 4 years
Okay so, ive done the things you told me to do and i still can't see the MOD Menu. Also i sent a friend request for you on Discord. Username: Arc#2952
 
Last edited:

DarkyyModss

Lurker Lv0️⃣
Member for 3 years
This template that is in the print is the download you left?
Post automatically merged:

This template that is in the print is the download you left?
Post automatically merged:

That project you left for download is this template you posted? Plz
 
Last edited:

Gourov

Dimitri Petrenko
✌️ Community Team
Member for 5 years
I successfully used havanitos one before cant wait to try it .... Thanks a lot again @PixelYT :love:
 

PixelYT

Apprentice Lv2️⃣
Member for 5 years
no problem :) the MOD Menu looks very nice
 
Top