Would you like to receive Push Notifications?
We promise to only send you relevant content and give you updates on your transactions

Paste this new string back into the shared_preferences.json file and save.

Saves are typically located in the internal storage at Android/data/com.monomyth.grimquest/files/ . Note: Accessing this folder on newer Android versions may require a PC connection or a specialized file manager like ZArchiver . How to Use a Manual "Save Editor"

If you had to decode the file in Step 2, you must re-encode it before the game can read it again. Copy your modified text.

Once decoded, you will see a list of game variables. Common values to look for include: "goldAmount" : Your current currency. "currentHP" : Your health points. "playerLevel" : Your character's level.

Use a tool like the Base64 Decode to convert it into readable text.