These day I was playing a new iOS game named Road to Dragons, ロード・トゥ・ドラゴン.
Analysis the file system found all the cache data store form a plist file which is in /Library/Preferences/jp.co.acquire.RTD.plist
In my experience this kind of game will connect to server when out of battle. It will use local calculator to calculate the battle result. So it could be cracked during the battle.
I found the plist file contain a line like LOGINBONUS_PARAM
1
| |
That’s a strange line in this mass file, so I change all 0 to 100000 and try to get all the bonus.
It worked…So this game company use client and clean text (Ok, only Xcode can open this plist file) to calculate the battle and even it is multiplication…
Ok…That’s my first time to crack a online game…Maybe I will try more later…

Update
Pets soul could be changed too…
Edit MDBS30 and change quest’s reward_soul value…
What a suck game!