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.
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
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