Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1005 Bytes

File metadata and controls

29 lines (18 loc) · 1005 Bytes

AutoModder

.index's Unity APK Auto-Modder

Setup

Run python3 -m venv . to initialize a python virtual environment

Run bin/pip install UnityPy to install UnityPy

If apktool, zipalign, and/or apksigner aren't added to your PATH, modify binaries.json with the paths to apktool, zipalign, and apksigner.

Example: /Users/username/Library/Android/sdk/build-tools/34.0.0/zipalign

Usage

Single APK mod

usage: bin/python AutoModder.py [-h] [--noWalls] [--noGrav] [--pvp] apk_path

Bulk APK mod

  • move APK files to this directory
  • run bulk_run.bat
  • APKs will be modded with --noWalls

Legal Disclaimer

Please be aware that using or distributing the output from this software may be against copyright legislation in your jurisdiction. You are responsible for ensuring that you're not breaking any laws.