Tutorial [Discontinued] Android mod menu template for il2cpp and native games

Deleted User 832058

Awesome Active Platinian
1628765791330.png


Important

It is with great regret that I have to announce that development work on Mod Menu Template and all pther projects will be permanently stopped. The reason for this is that I'm no longer interested in Android modding scene and due to health and changes in my personal life. And, I have sold my Android phone (now own an iPhone)

I will delete my account in 1. november 2024. I will delete everything Android related from my PC forever

Please feel free to fork the project and make improvements, or find other modders who will continue to contribute to this project

The LGL Team Telegram channel will not be deleted since this channel is owned by Spring Musk LGL Team

Goodbye everyone

Intro

We made floating mod menu 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 cpp 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.4.x way up to Android R. 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.

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

Download link

Tutorials are included in MD format

 
Last edited:
one question, if i add god mode or one hit, and run the game. By default the mod is always on. i have toggle the MOD on and then off to turn it off. What am i doing wrong ? why is the mod always on sometimes even though the switch is off
 
one question, if i add god mode or one hit, and run the game. By default the mod is always on. i have toggle the MOD on and then off to turn it off. What am i doing wrong ? why is the mod always on sometimes even though the switch is off
That shouldn't happen. Do you mind sending me your code in private message?
 
Hey bro I'm new to this and I'm getting this error don't know why and I would really appericiate if you helped me fix it!
ERROR: executing external native build for ndkBuild C:\Users\Owner\Documents\Android Hacking\Android-Mod-Menu-master\app\src\main\jni\Android.mk
Affected Modules: app
 
hello could someone help me create a mod menu for freefire I don't have MEGA Tools Injection to make the Mod menu available for native games
 
Back
Top Bottom