catlowlevel / ModTemplate

My Template for modding unity(il2cpp) games for android
GNU General Public License v3.0
17 stars 7 forks source link

ModTemplate

My Template for modding unity(il2cpp) games for android

Getting Started

Clone the repository

git clone --depth=1 https://github.com/catlowlevel/ModTemplate.git ProjectName

Build the ModMenu

cd ProjectName/TemplateModMenu
gradle assembleDebug

Add the mod menu to the game apk

cd ../
<copy game apk to current dir>
./build.py game.apk

Credits