Monkey Ball
Here are two Python scripts that backup and restore your progress in Super Monkey Ball.
Note: These are old. Use AppBackup instead; it has a GUI and works for more than just Monkey Ball.
Download
Requirements
- A jailbroken iPhone/iPod touch running iPhoneOS 2.0
- Python (available through Cydia)
- Super Monkey Ball (available through App Store for $9.99)
How It Works
Super Monkey Ball stores its save data in /var/mobile/Applications/<folder where Monkey Ball is installed>/Documents/state.bin. These scripts work by copying that file to /var/mobile/monkeyball_backup to back it up, and to restore they copy that file to the original path.
Usage
Simply run backup_monkeyball or restore_monkeyball depending on what you want to do (i.e. back up or restore the save file, respectively).
See Also
- appdir
- How to open all levels of Super Monkey Ball (on ModMyiFone)