https://github.com/twhlynch/automodder
A simple keyword based unity modding util
https://github.com/twhlynch/automodder
apk mod python unity
Last synced: 2 months ago
JSON representation
A simple keyword based unity modding util
- Host: GitHub
- URL: https://github.com/twhlynch/automodder
- Owner: twhlynch
- License: mit
- Created: 2023-07-17T05:48:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T09:34:38.000Z (11 months ago)
- Last Synced: 2024-07-17T10:15:57.181Z (11 months ago)
- Topics: apk, mod, python, unity
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoModder
### .index's Unity APK Auto-Modder
## Setup
- [Python](https://www.python.org/) 3.12 or above
- See [APK-Modding-Guide](https://github.com/twhlynch/APK-Modding-Guide) for apktool, zipalign, and apksigner.
Run `python3 -m venv .` to initialize a python virtual environmentRun `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.