You can download all versions of ATG here
- Install Memory Scanner and Editor
- Install BillingHack
- Setup Modder
- Setup Memory Scanner and Editor (CLI)
install ATG.apk
which can be downloaded from here.
-
For rooted devices, you just need to download the above
Prerequisites
and 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
-
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
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 is used for:
-
Hacking In App Purchases
-
Enabling memory scanninng/editing support for non rooted device
Install ModderRelease.zip
from here
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
cli for memory scanning and editing
Install ACERelease.zip
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
adb push ./ACE /data/local/tmp
adb shell chmod +x /data/local/tmp/ACE
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
For alternative install directory that is available in android look here