This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| """ | |
| The game Sky Force Reloaded on Android stores how many in-game stars you've | |
| collected in an obfuscated config file. This program was made by | |
| reverse-engineering that obfuscation using a bunch of sample values. | |
| Given the number of stars you want, it will generate a line to add to the | |
| game's config file. Note that the game will treat invalid values as 0 so make a | |
| backup of your config before modifying it. |