Skip to content

Instantly share code, notes, and snippets.

@kevinc21720
kevinc21720 / Prodigy hacks.txt
Last active August 3, 2023 20:24
Prodigy hacking. you can hack prodigy with this simple code all ya gotta do it go to this link https://caiorss.github.io/bookmarklet-maker/ and paste the code below click generate bookmarklet and then just drag the blue stuff with the title in it and drag it to ur bookmarklet section of google chrome
function closeit(){
prodigydiv.remove()
}
setTimeout("closeit", 3000);
function getallCurrencies() {
PIXI.game.prodigy.player.backpack.data.currency=[]
x = PIXI.game.state.states.Boot._gameData.currency
for (i in x) {
PIXI.game.prodigy.player.backpack.data.currency[i] = {"ID": x[i].ID, "N": 9999999999}
}