Skip to content

Instantly share code, notes, and snippets.

@liamcottle
liamcottle / ss_mod.sh
Created April 3, 2023 08:25
Mod StorySave
# 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/"
@CartBlanche
CartBlanche / install.bat
Last active August 18, 2023 09:25
A batch file that automates self elevation (to UAC), enables side loading, uninstalls the previous version and then installs a new version of your Windows 10 UWP/UAP app.
@echo off
REM Version 1.3
REM
REM Put this batch file in the same directory as your published Windows app directory and change the variable value below [YOUR_APP_PACKAGE_ID]
REM
REM Once you are ready to publish this publically, zip up the *.cer, *.msixappbudle or *.appxbundle and this batch file and
REM put it on your server or upload it to your itch.io account.
REM Tell your users/customers to unzip and launch the install.bat file and follow the prompts.
REM