Installation Guide
December 9, 2023 · View on GitHub
You can download all versions of ATG here
Quick Navigation
- Install Memory Scanner and Editor
- Install BillingHack
- Setup Modder
- Setup Memory Scanner and Editor (CLI)
Memory Scanner and Editor
install ATG.apk which can be downloaded from here.
-
Rooted
For rooted devices, you just need to download the above
Prerequisitesand you can use it straight away without needing to patch the game/application :DJump straight to Tutorial for more information on how to use this tool
-
Non-Rooted
For this program to work on non-rooted device, you need to patch the apk you wish to run this exploit first by using Modder to add hacking features inside the app.
For how to install Modder you can go here
BillingHack
The BillingHack.apk apk allows you to automatically verify purchases made through patched APKs, enabling you to make in-app purchases for free.
install BillingHack.apk here.
Modder
Modder is used for:
-
Hacking In App Purchases
-
Enabling memory scanninng/editing support for non rooted device
Install ModderRelease.zip from here
Registering Modder as command
this is done so you can use modder directly in your terminal
unzip ModderRelease.zip, and get the full path to
modder/bin/
Then register the path to your enviroment variable
for example /home/kuhakupixel/Desktop/proj/AceTheGame/ModderRelease/modder/bin/
look here on how to do that
ACE
cli for memory scanning and editing
Install ACERelease.zip
Installing memory scanner and editor to device
Inside the ACERelease folder, the structure should look like
├── android
│ ├── arm64-v8a
│ │ ├── bin
│ │ ├── include
│ │ ├── lib
│ │ └── share
│ ├── armeabi-v7a
│ │ ├── bin
│ │ ├── include
│ │ ├── lib
│ │ └── share
│ ├── x86
│ │ ├── bin
│ │ ├── include
│ │ ├── lib
│ │ └── share
│ └── x86_64
│ ├── bin
│ ├── include
│ ├── lib
│ └── share
├── linux
│ ├── bin
│ ├── include
│ ├── lib
│ └── share
Open the terminal and go to the directory of your specific architecture
./android/[ARCH]/bin
For example if your arch is arm64-v8 then cd
to directory of ./android/arm64-v8a/bin
Rooted Device
adb push ./ACE /data/local/tmp
adb shell chmod +x /data/local/tmp/ACE
Non-Rooted Device
adb push ./attach_client /data/local/tmp
adb shell chmod +x /data/local/tmp/attach_client
this binary will be used to scan and edit memory of the apk
Optional:
For alternative install directory that is available in android look here