What's new
  • If you have problems with your VIP upgrade send a photo of your bill directly to @Rito at here, he will assist you in the fastest. Do not worry!!!

TUTORIAL How to make mod menu for il2cpp and native games

LGL

New member
Joined
Feb 25, 2020
Messages
9
Points
3
Introduction
Simple floating mod menu with sounds for il2cpp and other native android games, KittyMemory, MSHook, and And64InlineHook included. This template is optimized for modders who want the faster way to implement the menu in the game without hassle. Assets are stored as base64 in java/smali and does not need to be stored under assets folder.

It comes with string and offset obfuscation without using any external tool and without modifying the compiler. We use AY Obfuscator

Support Android 4.2.x way up to Android R preview. Support ARMv7, x86 and ARM64 architecture. However x86 is deprecated for Unity games so x86 is not our priority

Mod menu is based on Octowolve/Escanor and Van's template.

Preview :
sZaDZvO.gif


This template is not for newbies/noobs. You need basic knowledge of C++, Java, dalvik opcodes, ARM and ARM64 assembly, and be able to patch hex and hook. You will be expected to read, learn and even google. If you don't have the knowledge, this tutorial will be too hard for you

The tutorial has been moved to my Github page. Please go to my github page for template and full tutorial, it is always updated there

 
Last edited:

jr9393

New member
Joined
Apr 1, 2020
Messages
2
Points
1
Age
30
Hello excellent tutorial very detailed, the modmenu works a few minutes but suddenly the application closes, why do you think this is due?
I have captured in logcat but it does not show me any error
 

LGL

New member
Joined
Feb 25, 2020
Messages
9
Points
3
Oh damn I can't edit this thread so i will update on my github page instead
 

rito

Administrator
Staff member
Administrator
VIP-Rank
Gold
Premium Sellers
Joined
May 2, 2018
Messages
876
Points
93
Oh damn I can't edit this thread so i will update on my github page instead
FIXED.
Now everyone can edit their own posts.
 

jr9393

New member
Joined
Apr 1, 2020
Messages
2
Points
1
Age
30
Hello, I already solved the problem androix was not compatible with the apk, do you know how to interpret obfuscated methods to inject with kittymemory? Can I contact you directly through telegram?
 

LGL

New member
Joined
Feb 25, 2020
Messages
9
Points
3
Hello, I already solved the problem androix was not compatible with the apk, do you know how to interpret obfuscated methods to inject with kittymemory? Can I contact you directly through telegram?
Sorry I don't know how to obfuscate
My telegram: @RadidasG
 

LGL

New member
Joined
Feb 25, 2020
Messages
9
Points
3
Template updated again! Now there is only one "Changes" function instead 4 changes functions in main.cpp so it does not confuse you.
 

Obamu

Member
Joined
Oct 6, 2018
Messages
24
Points
8
Age
32
Location
none
Hi! do know how to reduce the Android version requirement for an app. Like make it require Android version 4.4 instead of 5?

Thanks!~
 

Game Hack Similar

Back
Top