This tutorial is outdated. Please go to this link for the updated tutorial by LGL https://github.com/LGLTeam/Android-Mod-Menu Hello, dear modders Our little team have make a better material mod menu that is quite less complicated to work with and implement it in the APK file. The mod menu is basically for Il2Cpp and other native Android games. It will support both KittyMemory and MSHook and support Android 4.2.x way up to Android R preview, and it have the sound effects. MSHook does not support ARM64 but KittyMemory support ARM64 This is how it looks like: Compare to the other menus, this is the most efficient and fastest way to work and to implement menu in the game This tutorial is not for newbies/noobs. You need basic knowledge of C++, Java, dalvik opcodes, and also ARM and ARM64 assembly, hex patching and hooking. If you don't have the knowledge, this tutorial will be hard for you Let's start: