Open UltimateGamerCJ opened 1 year ago
I don't understand how to use this
the README should be simple enough
You download saves.py and then you can import it into your own project
# Main.py - Your project from saves import decrypt_save save = decrypt_save("Path/To/The/Save/File")
I don't understand how to use this