Simple scripts to patch the Tapped Out APK with new server urls. All credit to tehfens for the patch_native.py script.
This document provides instructions for two different scripts to patch the Tapped Out APK with new server URLs.
- A Tapped Out APK
- cURL
- Python3
- Python3-venv
- Python3-pip
- openjdk-11-jre
- Radare2 (https://rada.re/n/radare2.html)
To use the command-line script, run the following command in your terminal:
./patch-apk.sh APK_TO_PATCH NEW_GAMESERVER_URL NEW_DLCSERVER_URL
This script provides a graphical user interface (GUI) for patching APK files by entering specific server and DLC IP addresses.
- Python3
- Open the script to launch the GUI.
- In the provided fields, enter the server IP and DLC IP in the format:
http://[ip_here]:80
- Click on "Patch APK" to start the patching process.
- Server IP:
http://192.168.1.1:80
- DLC IP:
http://192.168.1.2:80