Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /***************WHAT IT THIS***************
- This unlocks all pets in Prodigy Math Game
- ******************************************/
- //HOW TO USE: Log onto Prodigy Math Game on the play.prodigygame.com website. Once logged in, Press CTRL + Shift + I all at the same time on your keyboard. Click onto console then copy & paste all this code.
- Phaser.PIXI.game.prodigy.player.kennel.add(1,1,1,1);
- Phaser.PIXI.game.prodigy.player.kennel.add(3,1,1,1);
- var i;
- for (i = 0; i < 175; i++) {
- Phaser.PIXI.game.prodigy.player.kennel.add(i + 3,1,1,1);
- }
Advertisement
Add Comment
Please, Sign In to add comment