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
| # This script mods StorySave to bypass checkpoint_required/challenge_required in 2023 | |
| # exit when any command fails | |
| set -e | |
| # make sure StorySave.apk exists | |
| if [ ! -f "StorySave.apk" ]; then | |
| echo "StorySave.apk does not exist." | |
| echo "Download latest StorySave apk from APK Mirror and then rename it to StorySave.apk" | |
| echo "https://www.apkmirror.com/apk/liam-cottle/storysave/storysave-1-26-2-release/storysave-1-26-2-android-apk-download/" |