dragonregure
Platinian
Hello! I'm need your help guys, im a total newb at modding world so please understand.
After read this thread: BASICS ABOUT ANDROID APK MODDING IN GENERAL | LEARN MODDING TODAY FOR FREE!
I decided to start modding by try to mod a simple offline game, Zenonia 4.
After decompiling, looking for dll files, but no dll files. So i looking for .so files, found .so files.
So i followed this tutorial: [Videotutorial] Very nice Beginners Guide for IDA Modding on Android Games
It's all good at this point, until i tried to change a function, the function name is 'CMvItemInventory::SetGoldMoney(int,bool)'.
From the video, i got the concept, to get infinite gold, i have to set STR R3 to R7.
Problem start here, there's no STR R3, only STR R0, and more than 1 STR at the function, so which one i have to change?
Didn't get answer at the vid, i look to another tutorial: IDA PRO BASIC (INSTRUCTION OF IDA )
At this tutorial, i understand i just have to change whatever R, to R7.
So i click the R0, move to hex view, press f2 to change the value, change D0 50 to D7 50, but the R0 didn't change to R7?!
What did i do wrong?
Please guys, newbie stuck here.
After read this thread: BASICS ABOUT ANDROID APK MODDING IN GENERAL | LEARN MODDING TODAY FOR FREE!
I decided to start modding by try to mod a simple offline game, Zenonia 4.
After decompiling, looking for dll files, but no dll files. So i looking for .so files, found .so files.
So i followed this tutorial: [Videotutorial] Very nice Beginners Guide for IDA Modding on Android Games
It's all good at this point, until i tried to change a function, the function name is 'CMvItemInventory::SetGoldMoney(int,bool)'.
From the video, i got the concept, to get infinite gold, i have to set STR R3 to R7.
Problem start here, there's no STR R3, only STR R0, and more than 1 STR at the function, so which one i have to change?
Didn't get answer at the vid, i look to another tutorial: IDA PRO BASIC (INSTRUCTION OF IDA )
At this tutorial, i understand i just have to change whatever R, to R7.
So i click the R0, move to hex view, press f2 to change the value, change D0 50 to D7 50, but the R0 didn't change to R7?!
What did i do wrong?
Please guys, newbie stuck here.