Ig ill update some stuff here and there
✅ indicates fixed, should-be working features
⚙️ indicates features to be fixed soon (currently none)
❌ indicates unfixed features
- ✅ Get Gold
- ✅ Set User Level
- ✅ Unlock All Items (Unlock All Furniture Included)
- ✅ Unlock All Pets
- ❌ Health Hack (Player)
⚠️ Free Membership ( seems to be visual only now )⚠️ Get and Use Magic Coins ( seems to be visual only now )- ❌ Set Grade
- ✅ Set Tower
- ✅ Walk Anywhere
- ✅ Set Walk Speed
- ❌ Unlimited Damage
- ❌ Unlimited Health
- ❌ Fill Energy
- ✅ Unlimited Spins
- ❌ Reset Account
- ❌ Skip Tutorial
- ❌ Spam Effects On People
- ❌ Morph Forever
Player data
Boot.prototype.game._state._current.user.sourcePlayer display object (sprite/movement)
Boot.prototype.game._state._current.userCurrent scene/state
Boot.prototype.game._state._currentAll zones
Boot.prototype.game._state._current._world.zonesCurrent zone
Boot.prototype.game._state._current.zoneWorld object
Boot.prototype.game._state._current._worldWalkspeed
Boot.prototype.game._state._current.user.speed
Boot.prototype.game._state._current.user.walkSpeed
Boot.prototype.game._state._current.user.locomotion.speedWalking grid (the area the player can walk)
Boot.prototype.game._state._current.user.locomotion.screen.areaGame database (all items, pets, etc.)
Boot.prototype.game._state._states.get("Boot")._gameDataJWT token
sessionStorage.getItem("JWT_TOKEN")- Yeah, I plan to decompile and edit the original repos code.
- Eh idk, maybe in the future lol
- Because this is for the Math version of Prodigy!
-
Simply open the file that sounds more interesting, click the "Raw" button, then copy the code (or just click the copy button) and paste it into the Chrome console when you're on Prodigy. (may need to type "allow pasting" first)
-
Alternitavely, you can try the javascript URL method (putting javascript:thecodehere in the URL box and clicking Enter), if that doesn't work it's likely due to JavaScript not being allowed in Chrome. To allow JavaScript in Google Chrome:
- At the top right of the Chrome app, click the three dots and choose Settings.
- In the left sidebar, click Privacy and security, then Site settings.
- Under Content, select JavaScript.
- Choose Sites can use JavaScript as the default behavior.