Skip to content

Instantly share code, notes, and snippets.

@R1DD1387
Last active April 29, 2022 16:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save R1DD1387/6cef4a80e44514b7c36a57ebe580b661 to your computer and use it in GitHub Desktop.
Save R1DD1387/6cef4a80e44514b7c36a57ebe580b661 to your computer and use it in GitHub Desktop.
Modmenu for the game Prodigy
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}
}
}
function getallBuddies() {
PIXI.game.prodigy.player.backpack.data.follow=[]
x = PIXI.game.state.states.Boot._gameData.follow
for (i in x) {
PIXI.game.prodigy.player.backpack.data.follow[i] = {"ID": x[i].ID, "N": 1}
}
}
function getallItems() {
PIXI.game.prodigy.player.backpack.data.item=[]
x = PIXI.game.state.states.Boot._gameData.item
for (i in x) {
PIXI.game.prodigy.player.backpack.data.item[i] = {"ID": x[i].ID, "N": 9999999999}
}
}
function getallRelics() {
PIXI.game.prodigy.player.backpack.data.spellRelic=[]
x = PIXI.game.state.states.Boot._gameData.spellRelic
for (i in x) {
PIXI.game.prodigy.player.backpack.data.spellRelic[i] = {"ID": x[i].ID, "N": 99999999999999}
}
}
function getallHats() {
PIXI.game.prodigy.player.backpack.data.hat=[]
x = PIXI.game.state.states.Boot._gameData.hat
for (i in x) {
PIXI.game.prodigy.player.backpack.data.hat[i] = {"ID": x[i].ID, "N": 9999999999999999}
}
}
function getallOutfits() {
PIXI.game.prodigy.player.backpack.data.outfit=[]
x = PIXI.game.state.states.Boot._gameData.outfit
for (i in x) {
PIXI.game.prodigy.player.backpack.data.outfit[i] = {"ID": x[i].ID, "N": 99999999999999}
}
}
function getallBoots() {
PIXI.game.prodigy.player.backpack.data.boots=[]
x = PIXI.game.state.states.Boot._gameData.boots
for (i in x) {
PIXI.game.prodigy.player.backpack.data.boots[i] = {"ID": x[i].ID, "N": 99999999999999}
}
}
function getallWeapons() {
PIXI.game.prodigy.player.backpack.data.weapon=[]
x = PIXI.game.state.states.Boot._gameData.weapon
for (i in x) {
PIXI.game.prodigy.player.backpack.data.weapon[i] = {"ID": x[i].ID, "N": 9999999999999999
}
}
}
function getallGems() {
PIXI.game.prodigy.player.backpack.data.key=[]
x = PIXI.game.state.states.Boot._gameData.key
for (i in x) {
PIXI.game.prodigy.player.backpack.data.key[i] = {"ID": x[i].ID, "N": 1}
}
}
function FreeMembership(){
PIXI.game.prodigy.player.tt=true
}
function levelup(){
PIXI.game.prodigy.player.data.level=100
}
function levelUpPets() {
for (let PetLoopTest = 0; PetLoopTest < PIXI.game.prodigy.player.kennel.data.length; PetLoopTest++) {
PIXI.game.prodigy.player.kennel.data[PetLoopTest].level=100
};
}
var prodigydiv = document.createElement("prodigydiv");
prodigydiv.style.width = "100px";
prodigydiv.style.height = "100px";
prodigydiv.style.background = "black";
prodigydiv.style.color = "purple";
prodigydiv.innerHTML = '<button type="button" onclick="{prodigydiv.remove();}">Close</button> <button type="button" onclick="{FreeMembership();}">Free Membership</button> <button type="button" onclick="{PIXI.game.prodigy.debugMisc.smallLoan(10000000000000);}">1,000,000,000,0000 Coins</button> <button type="button" onclick="{PIXI.game.prodigy.debugMisc.getAllPets();}">Get All Pets</button> <button type="button" onclick="{PIXI.game.prodigy.player.backpack.data.item.push({"N":999999,"ID":130});}">Infinite Wheel Spins</button> <button type="button" onclick="{FreeAtSchool()}">Unlock Zones at School</button> <button type="button" onclick="{levelup()}">Level Up</button> <button type="button" onclick="{levelUpPets()}">Level Up Pets</button> <button type="button" onclick="{PIXI.game.prodigy.player.appearance._name.nickname=7}">W12-4RD Nickname</button> <button type="button" onclick="{getallBuddies()}">Get All Buddies</button> <button type="button" onclick="{getallItems()}">Get All Items</button> <button type="button" onclick="{getallRelics()}">Get All Relics</button> <button type="button" onclick="{getallHats()}">Get All Hats</button> <button type="button" onclick="{getallOutfits()}">Get All Outfits</button> <button type="button" onclick="{getallBoots()}">Get All Boots</button> <button type="button" onclick="{getallWeapons()}">Get All Weapons</button> <button type="button" onclick="{getallGems()}">Get All Gems</button><p>Custom Prodigy Mod Menu made by R1DD13 #8209</p>';
document.body.insertBefore(prodigydiv, document.body.firstChild);
@sue724
Copy link

sue724 commented Jun 11, 2020

Can you put the trial masters gear on here plz

@sue724
Copy link

sue724 commented Jun 11, 2020

If u dont🤷🏼‍♀️

@sue724
Copy link

sue724 commented Jun 11, 2020

How do I get them on prodigy

@INxtMxxxrkYT
Copy link

if anyone has an item id pls post here

hey how do i use it im trying to press free membership but it doesnt work

@INxtMxxxrkYT
Copy link

if anyone has an item id pls post here

hey how do i use it im trying to press free membership but it doesnt work

And im trying to do the W12-4RD name and it STILL DOESNT WORK

@INxtMxxxrkYT
Copy link

@INxtMxxxrkYT
Copy link

scam

Screenshot 2020-11-05 at 8 13 17 AM

@INxtMxxxrkYT
Copy link

im bolt head mark and its not working with the free membership

@hshshshshhshsss
Copy link

how do you do this

@Mason285
Copy link

this does not work

@ChickenFlip
Copy link

sue

@yoyo-wq
Copy link

yoyo-wq commented Mar 25, 2021

dose not work

@5012386
Copy link

5012386 commented Mar 29, 2021

🤣

@lilwerk
Copy link

lilwerk commented Apr 22, 2021

It doesn't work.
Try adding pushable buttons.

@nevaehtherubywolf11
Copy link

I changed it LOL but it still does not werk scam.
Screenshot 2021-06-06 at 10 38 26 AM

@nevaehtherubywolf11
Copy link

also. im Princess Snapdragon

Copy link

ghost commented Jun 7, 2021

https://chrome.google.com/webstore/detail/prodigy-hacking-extension/gjabpajagbgoifbkflgojeojmnlmioea go here and add log on to prodigy in the upper right corner there will be cheat menu it will apear in 10-20 seconds

Copy link

ghost commented Jun 9, 2021

Copy link

ghost commented Jun 9, 2021

allso this is outdated and for offical website go to prodigyhacking.com https://github.com/Prodigy-Hacking/ProdigyMathGameHacking

Copy link

ghost commented Jun 9, 2021

Copy link

ghost commented Jun 9, 2021

SO first step is click on the link above step 2 click add step 3 CREATE NEW ACCOUNT then log in in 10-15 seconds arrow in upper left corner will apear- video

xcasdasdasasddddddddddddddddddddddddddddddddddddddddpoooopp.mp4

Copy link

ghost commented Jun 9, 2021

Copy link

ghost commented Jun 9, 2021

allso
109679774-vcfcfcffso yeahe33a2600-7b49-11eb-8714-e7fe1825879c

@lilwerk
Copy link

lilwerk commented Sep 15, 2021

sooooo im back and i need a new mod menu because im on school computr and cannot dowload extestions.

@th-dot
Copy link

th-dot commented Oct 17, 2021

i can help you what do you need but in late

@monkyeman1010
Copy link

how

@monkyeman1010
Copy link

do you get it

@ineedsomeonetohackprodigymathaccount

pls help me to

@ineedsomeonetohackprodigymathaccount

how to use it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment