Cracking on a android device

Mochachufu

Lurker
Member
Joined
Threads
2
Posts
6
Hi, so I'm wondering if there's any effective cracking software for android? (my android isn't rooted) I've tried gameguardian but I didn't really understand it. (any tutorials on that would be appreciated too) So I just wanted to know if there Is something I can use for my games. Sorry if this is annoying but I really want to start cracking games and posting them for people.
 
Decompile the app
I recommend Apkeditor tool which allows turning Dex2Smali otherwise you can also use Apkeasytool or any APK decompile that will convert dex to smali
Once you have decompiled the game search for getPrice and you will get many results, we need to find the one inside pack.smali file, it should be inside smali/com/ name of game /Pack.smali . click the result
Remove everything inside the getPrice method and return a 0 .
Save the file and build and sign the apk, all packs should be free .
Search for coins inside database smali, getCoins, and getPoints.
The int values that you can use.
const v0, 0x0 = 0
const v0, 0x1 = 1
const v0, 0x1869f = 99999
const v0, 0xa = 10
const v0, 0x98967f