Hi, i was bored the other day and made a hack for archero, but since this hack allows u to get any item u want in the game i won't play anymore so i can share with someone that is interested in sth like this.
Requeriments
Node.js
Memu and termux emulator apk.
Open memu multi instance manager and make sure u have root rights when u launch one emulator.
How does it works?
When u enter in a fight, the game generates a file that u are in battle, so that when u close the game you can reenter that fight. This code, decrypts that file and add new loot to the file, then it encrypts it again and done!.
When you open the game you re-enter in the fight, and when u loose u obtain the loot added, then when the game syncs with server u keep your stuff .
How to?
Short: Copy generated battle file to folder where u have index.js, run it and replace the one in the game folder.
Steps:
1) First enter in a battle, then close the game.
2) Open termux and type:
su
cp -r /data/data/com.habby.archero/files/Save /sdcard/Download
3) Open memu shared download folder in your current OS, and copy xxxxxxxxx-battle.txt to where u have the source code
4) execute in that folder node index
5) rename xxxxxxx-battle.txtb to match the same name as original
6) go back to termux,and execute
rm /data/data/com.habby.archero/files/Save/xxxxxxx-battle.txt -> your edited battle file name
cp /sdcard/Download/Save/xxxxxxx-battle.txt /data/data/com.habby.archero/files/Save/xxxxxxx-battle.txt
7) If you follow all the steps, now you can open archero, continue the fight and when u loose u will get your random item (you can change the src as u want), make sure to connect wifi, so that when you loose and syncs with server u get your item for ever.
Hi, i was bored the other day and made a hack for archero, but since this hack allows u to get any item u want in the game i won't play anymore so i can share with someone that is interested in sth like this.
Requeriments
Node.js
Memu and termux emulator apk.
Open memu multi instance manager and make sure u have root rights when u launch one emulator.
How does it works?
When u enter in a fight, the game generates a file that u are in battle, so that when u close the game you can reenter that fight. This code, decrypts that file and add new loot to the file, then it encrypts it again and done!.
When you open the game you re-enter in the fight, and when u loose u obtain the loot added, then when the game syncs with server u keep your stuff .
How to?
Short: Copy generated battle file to folder where u have index.js, run it and replace the one in the game folder.
Steps:
1) First enter in a battle, then close the game.
2) Open termux and type:
su
cp -r /data/data/com.habby.archero/files/Save /sdcard/Download
3) Open memu shared download folder in your current OS, and copy xxxxxxxxx-battle.txt to where u have the source code
4) execute in that folder node index
5) rename xxxxxxx-battle.txtb to match the same name as original
6) go back to termux,and execute
rm /data/data/com.habby.archero/files/Save/xxxxxxx-battle.txt -> your edited battle file name
cp /sdcard/Download/Save/xxxxxxx-battle.txt /data/data/com.habby.archero/files/Save/xxxxxxx-battle.txt
7) If you follow all the steps, now you can open archero, continue the fight and when u loose u will get your random item (you can change the src as u want), make sure to connect wifi, so that when you loose and syncs with server u get your item for ever.