Skip to content
/ IL2CppAndroid Public template

Android Mod Menu Template based on LGL Mod Menu

License

Notifications You must be signed in to change notification settings

spookynova/IL2CppAndroid

Repository files navigation

Android Mod Menu Template

Mod Preview

This project based on LGL Mod Menu, i'm just changing the menu, adding some modules and other thing, also i'm adding BlackObfuscator and LSParanoid.

Thanks to

How to use

Add this to OnCreate in UnityPlayerActivity.smali or if the game has custom launcher one, you can find it on AndroidManifest.xml

invoke-static {p0}, Lcom/android/support/Loader;->Start(Landroid/content/Context;)V

Note

And this project containing assets like font, you also need to add the font from assets to game assets, otherwise the game will crash immediately. If you want to disable it, go to Menu.java and replace

typeface = Typeface.createFromAsset(context.getAssets(), "Pixellari.ttf");

to

typeface = Typeface.DEFAULT;

Find more useful things about this on Wiki

About

Android Mod Menu Template based on LGL Mod Menu

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published