Hello sir, I'm so yearning to know how to make modded game like this. could you tell me some keywords I should search to do something like this? I will search it and learn it.
I have just signed up for this site after your name on mod menu.
I have learned how to use frida and ghidra for mobile app analysis. so I found out that for Unity games, changing a variable in libunity.so can speedhack the game.
But I wonder how you made the menu, and change the value on runtime!
TLDR
1. What tool, language should I study to make a clone copy of this mod?
2. Did you merge the split apks of this with your own hands?
If I have to merge it, I would
- Decompile all apks and include them In one folder
- Change AndroidManifest.xml , delete all split related section.
- Recompile, Resign with ApkEasyTool
would you do differently with this?? And should I change smali codes related to verification too?
3. Have you tried mod other features in this game?
I've tried hooking and changing some value, but changed value reverted back to it's original value. Maybe because this game manages data on server side?
I'm saving a lot of time thanks to you. Thank you for the great mod again!