Your Own Theme - T5ive/Tools-Injector-Mod-Menu GitHub Wiki
Prerequisites
-
Basic awareness of how Android layout works in XML and Java. This project only uses Java for layout but you will learn it easly
-
DIY your theme from here https://github.com/LGLTeam/Android-Mod-Menu
DIY
- If you know how to modify your theme try to modify this template https://github.com/T5ive/Android-Mod-Menu/tree/inject-mod-menu
Don't change or delete these if you don't know how they work
- In MainActivity.java
1.1 MyLibName
1.2 "com.unity3d.player.UnityPlayerActivity"
-
MyLibName in Android.mk
-
(ChangeABIHere) in Application.mk
-
(yourName), (yourSite), (yourText), (yourImage), //(TFiveEndCredit) in Menu.h
Don't change these!!
In Main.cpp
-
(yourTargetLibName)
-
//VariableHere
-
//NewVariableHere
-
//NewMethodHere
-
//(hackThread64)
-
//(hackThread)
-
//ToastHere
-
//(yourFeaturesList)
-
(yourEndCredit)
-
//(yourFeatures)