diff --git a/hacks/Currency.js b/hacks/Currency.js index fd7ced97..d6c85517 100644 --- a/hacks/Currency.js +++ b/hacks/Currency.js @@ -1,5 +1,5 @@ //Sets the amount of all your currencies to 9 million. x = PIXI.game.prodigy.player.backpack.data.currency for (i in x) { - x[i] = {"ID": x[i].ID, "N": 9000000} + x[i] = {"ID": x[i].ID, "N": 9000000000000000000000000000} }