Skip to content

Instantly share code, notes, and snippets.

@R1DD1387
Created February 28, 2020 12:37
Show Gist options
  • Save R1DD1387/0756d2675e21410afd0d7f32382bf63e to your computer and use it in GitHub Desktop.
Save R1DD1387/0756d2675e21410afd0d7f32382bf63e 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": 1}
}
}
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);
@Justice12336
Copy link

can one of u guys hack my account please I'm on school Chromebook?

@Justice12336
Copy link

please it does not work for me can ProdigyHacker25 hack my account??????????

@thew123
Copy link

thew123 commented Jun 4, 2021

👊🏼👍🏼👎🏼✋🏼✌🏼🤞🏼👌🏼🤙🏼🖖🏼

@thew123
Copy link

thew123 commented Jun 4, 2021

👊🏼👍🏼👎🏼✋🏼✌🏼🤞🏼👌🏼🤙🏼🖖🏼

@DarkVoid666
Copy link

does anyone know where the console is in the source (plz if you know please tell me I spent a while trying to set this up :( )

@tenks889
Copy link

tenks889 commented Jul 17, 2021

const GAMEDATA = _.gameData;
const PLAYERBACKPACK = _.player.backpack.data;
const PLAYERDATA = _.player.data;
const PLAYERVAR = _.player;

function closeit() {
prodigydiv.remove();
setTimeout(3000);
}
function getAllCurrencies() {
x = GAMEDATA.currency;
for (let i in x) {
PLAYERBACKPACK.currency[i] = {"ID": x[i].ID, "N": 999999999};
}
}
function getAllBuddies() {
x = GAMEDATA.follow;
for (let i in x) {
PLAYERBACKPACK.follow[i] = {"ID": x[i].ID, "N": 999999999};
}
}
function getAllItems() {
x = GAMEDATA.item;
for (let i in x) {
PLAYERBACKPACK.item[i] = {"ID": x[i].ID, "N": 999999999};
}
}
function getAllRelics() {
x = GAMEDATA.spellRelic;
for (let i in x) {
PLAYERBACKPACK.spellRelic[i] = {"ID": x[i].ID, "N": 999999999};
}
}
function getAllHats() {
x = GAMEDATA.hat;
for (let i in x) {
PLAYERBACKPACK.hat[i] = {"ID": x[i].ID, "N": 999999999};
}
}
function getAllOutfits() {
x = GAMEDATA.outfit;
for (let i in x) {
PLAYERBACKPACK.outfit[i] = {"ID": x[i].ID, "N": 999999999};
}
}
function getAllBoots() {
x = GAMEDATA.boots;
for (let i in x) {
PLAYERBACKPACK.boots[i] = {"ID": x[i].ID, "N": 999999999};
}
}
function getAllWeapons() {
x = GAMEDATA.weapon;
for (let i in x) {
PLAYERBACKPACK.weapon[i] = {"ID": x[i].ID, "N": 999999999};
}
}
function getAllGems() {
x = GAMEDATA.key;
for (let i in x) {
PLAYERBACKPACK.key[i] = {"ID": x[i].ID, "N": 999999999};
}
}
function freeMembership(){
PLAYERVAR.P = true;
}
function levelUp() {
const lvl = prompt("What level do you want to be? How much health do you want? Type in 'n' to cancel, case sensitive.",'100');
if (lvl == Number && lvl != 'n') {
PLAYERDATA.level = lvl;
} else if (lvl == 'n' || lvl === '') {
alert('Cancelled.');
} else if (lvl != Number && lvl != 'n' && lvl !== '') {
alert('Error. Not a number.');
} else {
alert('undefined');
}
}
function setGold() {
const money = prompt("How much gold do you want? How much health do you want? Type in 'n' to cancel, case sensitive.");
if (money == Number && money != 'n') {
PLAYERDATA.gold = money;
} else if (money == 'n' || money === '') {
alert('Cancelled.');
} else if (money != Number && money != 'n' && money !== '') {
alert('Error. Not a number');
} else {
alert('undefined');
}
}
function dmgPrompt() {
const DMG = prompt("How much damage do you want to deal? Type in 'n' to cancel, case sensitive.");
if (DMG == Number && DMG != 'n') {
PLAYERVAR.modifiers.damage = DMG;
} else if (DMG == 'n' || DMG === '') {
alert('Cancelled.');
} else if (DMG != Number && DMG != 'n' && DMG !== '') {
alert('Error. Not a number.');
} else {
alert('undefined');
}
}
function hpPrompt() {
const HP = prompt("How much health do you want? Type in 'n' to cancel, case sensitive.");
if (HP == Number && HP != 'n') {
PLAYERVAR.modifiers.maxHealth = HP;
} else if (HP == 'n' || HP === '') {
alert('Cancelled.');
} else if (HP != Number && HP != 'n' && HP !== '') {
alert('Error. Not a number.');
} else {
alert('undefined');
}
}
function levelUpPets() {
for (let PetLoopTest = 0; PetLoopTest < PLAYERVAR.kennel.data.length; PetLoopTest++) {
PLAYERVAR.kennel.data[PetLoopTest].level = 100;
}
}
function save() {
PLAYERVAR.forceSaveCharacter;
}
function freeAtSchool() {
hack.instance.prodigy.classModeController.lockedZones = 0;
}
const prodigydiv = document.createElement("prodigydiv");
prodigydiv.style.width = "100px";
prodigydiv.style.height = "100px";
prodigydiv.style.background = "black";
prodigydiv.style.color = "purple";
prodigydiv.innerHTML = 'Close Free Membership Set Gold Get All Pets <button type="button" onclick="{playerBackpack.item.push({"N":999999,"ID":130});}">Infinite Wheel Spins Unlock Zones at School Level Up Level Up Pets W12-4RD Nickname Get All Buddies Get All Items Get All Relics Get All Hats Get All Outfits Get All Boots Get All Weapons Get All Gems Save Game Mod Damage Mod HP

Custom Prodigy Mod Menu made by NemoXfish based off of craftersshaft and EEvans mod menu (which is now deleted).

';

document.body.insertBefore(prodigydiv, document.body.firstChild);
Prompts.js

then press shift and ctrl i and should pop up the ctrl v star the hacking
Screenshot 2021-07-17 19 21 45

then press ctrl v start hacking your account you're welcome

wait do you know how to do it

😭

@tenks889
Copy link

you are very blocked

@zay-clout
Copy link

how do i start hacking?

@prodgypalyers
Copy link

pls can some one give every thing in prodigy

@pwixs
Copy link

pwixs commented Feb 1, 2022

@prodgypalyers bruh u realize you could just get hacked and instead have your account ruined instead

@prodgypalyers
Copy link

no its not happening

@OpticaIAce
Copy link

please hack my account i want membership Username:BrodyS15621 Password:jQfQP@p&Jb6_b*P

@OpticaIAce
Copy link

Please i want membership only please hack my account

@OpticaIAce
Copy link

ProdigyHacker25

@prodigyplayer210
Copy link

hi

@prodigyplayer210
Copy link

brohttps://gist.github.com/OpticaIAce imm puting you in meber

@prodigyplayer210
Copy link

[OpticaIAce i putted you in member and the member is ended

@prodigyplayer210
Copy link

![Screenshot 2022-02-26 11 45 20 AM](https://user-images.githubuserc
ontent.com/100458496/155851538-669484ad-f25b-4cf0-8153-e9e935c80d33.png)

@ninetailfox12
Copy link

help me please

@ninetailfox12
Copy link

can someone hack me

@xPF-Bully
Copy link

How do I enter the code?

@HIilove
Copy link

HIilove commented Mar 12, 2022

What??

@HIilove
Copy link

HIilove commented Mar 12, 2022

Someone hack my account plssssss!!!

@HIilove
Copy link

HIilove commented Mar 12, 2022

User: PaitynM411 Pass-code: Book48

@HIilove
Copy link

HIilove commented Mar 12, 2022

prodigygame.com/launcher?code=55W-Z8atbg8yNDgeBowO8LqVs1s_xcsT8AvVNkprz2Q&state=c68d1abac9c54b22a1a2765f9ecd57c3

@wasymastero
Copy link

DUDE

@wasymastero
Copy link

YOU ALL DUMBOS

@HIilove
Copy link

HIilove commented Mar 13, 2022

I am still confused did u hack my account??? and i'm not dumb i just am confused also do u hack??

@xPF-Bully
Copy link

xPF-Bully commented Mar 13, 2022 via email

@xPF-Bully
Copy link

Yo @HIilove add my Snapchat @GeneralKqdeh and tell me what you want cause i got the hacks to work

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