Skip to content

Instantly share code, notes, and snippets.

@R1DD1387
Created February 28, 2020 12:37
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • 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);
@Jackploopy
Copy link

use this link and once inside prodigy a small arrow will appear click on it and you have wills prodigy hacks [https://chrome.google.com/webstore/detail/prodigy-math-game-hacking/lpkeloemedafpfkdkbaclmmaokmadced]

@Fe4rlessfan121
Copy link

even if it erorr 404 it still work btw and im on chromebook and here my account
Screenshot 2020-11-05 at 1 32 46 PM
rl)

@brownzev
Copy link

brownzev commented Nov 5, 2020 via email

@benjaminsmith0
Copy link

lets hack prodigy

@Fe4rlessfan121
Copy link

tell me y u want my account

@Fe4rlessfan121
Copy link

maybe

@FNaFGawd774
Copy link

When I get to prodigy and open it, nothing happens...

@Ch33zyToast
Copy link

how do I put this into my account?

@jamarai
Copy link

jamarai commented Nov 16, 2020

how do I do this on Mac cause when I open it the game goes to 404 error

@Ch33zyToast
Copy link

on mac how do I put this on my account

@mi5898
Copy link

mi5898 commented Nov 17, 2020

function FreeMembership(){
PIXI.game.prodigy.player.tt=true

@TayZ1818
Copy link

it does not f***in work

@TayZ1818
Copy link

fucku

@TayZ1818
Copy link

jk

@TayZ1818
Copy link

Screenshot 2020-11-05 at 1 32 46 PM

@8031469
Copy link

8031469 commented Nov 24, 2020

add all furnitrue and give me the credit

PIXI.game.prodigy.player.house.data.items = []
x = PIXI.game.state.states.Boot._gameData.dorm
for (i in x) {
PIXI.game.prodigy.player.house.data.items[x[i]["ID"]] = {A: [], N: 999}

help me

@Picklebar
Copy link

huh

@Picklebar
Copy link

FUCK YOU ALL

@8031469
Copy link

8031469 commented Nov 30, 2020 via email

@8031469
Copy link

8031469 commented Nov 30, 2020 via email

@8031469
Copy link

8031469 commented Dec 1, 2020 via email

Copy link

ghost commented Dec 2, 2020

Please help me every time i use this none of the buttons work and i tried using ctrl+shift+i but it just logs me out and says error 404 im pretty sure this is patched because i have tried several like this and i find the only way that people are saying work is bookmarklet but that doesnt work because the buttons dont work then please help if you know how to fix this.

Copy link

ghost commented Dec 2, 2020

Hello owner if you could would you make an already hacked acc and give it to me because i have tried so many different threads on other posts if you have time please reply

@Fe4rlessfan121
Copy link

make this in a bookmarklet with this code and use it before you open the ctrl+shift+i
it will stop the error 404
javascript:console.log=console.clear=console.dir=_=>{}

@Fe4rlessfan121
Copy link

and i will paste all Working codes put them all in console they are all javascript
beat dark tower:*note(you dont get mira´s stuff tho) the code is:

function parseJwt (token) {
var base64Url = token.split('.')[1];
var base64 = base64Url.replace(/-/g, '+').replace(/_/g, '/');
var jsonPayload = decodeURIComponent(atob(base64).split('').map(function(c) {
return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2);
}).join(''));

return JSON.parse(jsonPayload);

};
let userID = parseJwt(localStorage.JWT_TOKEN).content.userID
let playerdata = await (await fetch(https://api.prodigygame.com/game-api/v1/character/${userID}?isMember=0&userID=${userID}, {
method: 'GET',
credentials: 'same-origin',
headers: {
'Authorization' : localStorage.JWT_TOKEN,

},

})).json();
playerdata.data.tower = 100
await (await fetch(https://api.prodigygame.com/game-cortex-server/v3/characters/${userID}, {
method: 'POST',
credentials: 'same-origin',
headers: {
"content-type": "application/json",
'Authorization': localStorage.JWT_TOKEN,
},
body: JSON.stringify({
userID: userID,
data: JSON.stringify(playerdata)
}),
})).text();

@Fe4rlessfan121
Copy link

all pets(includes epics)

function parseJwt(token) {
var base64Url = token.split('.')[1];
var base64 = base64Url.replace(/-/g, '+').replace(/_/g, '/');
var jsonPayload = decodeURIComponent(atob(base64).split('').map(function(c) {
return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2);
}).join(''));

return JSON.parse(jsonPayload);

};

let userID = parseJwt(localStorage.JWT_TOKEN).content.userID
let playerdata = await (await fetch(https://api.prodigygame.com/game-api/v1/character/${userID}?isMember=0&userID=${userID}, {
method: 'GET',
credentials: 'same-origin',
headers: {
'Authorization': localStorage.JWT_TOKEN,

},

})).json();

let petdata = await (await fetch('https://cdn.prodigygame.com/game/data/dev/data.json')).json();
playerdata.pets = []
for (i = 0; i < petdata.pet.length; i++) {
let pet = {
ID: petdata.pet[i].ID,
catchDate: Date.now(),
levelCaught: 1,
Level: 1e+69,
foreignSpells: [petdata.pet[i].data.foreignSpellPools[0][0], petdata.pet[i].data.foreignSpellPools[1][0]]
}
playerdata.pets.push(pet)
}

await (await fetch(https://api.prodigygame.com/game-cortex-server/v3/characters/${userID}, {
method: 'POST',
credentials: 'same-origin',
headers: {
"content-type": "application/json",
'Authorization': localStorage.JWT_TOKEN,
},
body: JSON.stringify({
userID: userID,
data: JSON.stringify(playerdata)
}),
})).text();

@Fe4rlessfan121
Copy link

you can replace 10000000000 with number of gold u want(gold hack)

function parseJwt(token) {
var base64Url = token.split('.')[1];
var base64 = base64Url.replace(/-/g, '+').replace(/_/g, '/');
var jsonPayload = decodeURIComponent(atob(base64).split('').map(function(c) {
return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2);
}).join(''));

return JSON.parse(jsonPayload);

};

let userID = parseJwt(localStorage.JWT_TOKEN).content.userID
let playerdata = await (await fetch(https://api.prodigygame.com/game-api/v1/character/${userID}?isMember=0&userID=${userID}, {
method: 'GET',
credentials: 'same-origin',
headers: {
'Authorization': localStorage.JWT_TOKEN,

},

})).json();

playerdata.data.gold = 100000000000;

await (await fetch(https://api.prodigygame.com/game-cortex-server/v3/characters/${userID}, {
method: 'POST',
credentials: 'same-origin',
headers: {
"content-type": "application/json",
'Authorization': localStorage.JWT_TOKEN,
},
body: JSON.stringify({
userID: userID,
data: JSON.stringify(playerdata)
}),
})).text();

@Fe4rlessfan121
Copy link

and lastly any level hack replace 100 with level u want

function parseJwt (token) {
var base64Url = token.split('.')[1];
var base64 = base64Url.replace(/-/g, '+').replace(/_/g, '/');
var jsonPayload = decodeURIComponent(atob(base64).split('').map(function(c) {
return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2);
}).join(''));

return JSON.parse(jsonPayload);

};
let userID = parseJwt(localStorage.JWT_TOKEN).content.userID
let playerdata = await (await fetch(https://api.prodigygame.com/game-api/v1/character/${userID}?isMember=0&userID=${userID}, {
method: 'GET',
credentials: 'same-origin',
headers: {
'Authorization' : localStorage.JWT_TOKEN,

},

})).json();
playerdata.data.level = 100
await (await fetch(https://api.prodigygame.com/game-cortex-server/v3/characters/${userID}, {
method: 'POST',
credentials: 'same-origin',
headers: {
"content-type": "application/json",
'Authorization': localStorage.JWT_TOKEN,
},
body: JSON.stringify({
userID: userID,
data: JSON.stringify(playerdata)
}),
})).text();

@Fe4rlessfan121
Copy link

happy to help bye oh and join the fish and sub to tiko on yt

@ProdigyHacker25
Copy link

how do i use it the buttons dont work

@XxgopazziveXx
Copy link

XxgopazziveXx commented Dec 4, 2020 via email

@will148
Copy link

will148 commented Dec 4, 2020

make this in a bookmarklet with this code and use it before you open the ctrl+shift+i
it will stop the error 404
javascript:console.log=console.clear=console.

what do you mean by "make this" what else is there exept the code

@will148
Copy link

will148 commented Dec 4, 2020

and im already a fish army bro

@will148
Copy link

will148 commented Dec 4, 2020

make this in a bookmarklet with this code and use it before you open the ctrl+shift+i
it will stop the error 404
javascript:console.log=console.clear=console.dir=_=>{}

what do you mean this??

@Fe4rlessfan121
Copy link

make a bookmarklet with that code

@XxgopazziveXx
Copy link

XxgopazziveXx commented Dec 4, 2020 via email

@Fe4rlessfan121
Copy link

nvrm check out pathetic mustan on github it should show how to do all the hacks

@Fe4rlessfan121
Copy link

Fe4rlessfan121 commented Dec 4, 2020

thx use code tiko in fortnite

@XxgopazziveXx
Copy link

XxgopazziveXx commented Dec 4, 2020 via email

@Fe4rlessfan121
Copy link

:)

@Fe4rlessfan121
Copy link

well imma go k

@XxgopazziveXx
Copy link

XxgopazziveXx commented Dec 4, 2020 via email

@ProdigyHacker25
Copy link

can some teach me how to us inspect on a school chrome book

@ProdigyHacker25
Copy link

dose the mod menu even work

@pikachu450
Copy link

ibk

guys, you search for bookmarklet maker github, click on the first one. and then paste all the codes in there, press generate bookmark, then you drag this blue button labled bookmarklet onto your bookmark bar. open prodigy, then press the bookmark. a menu will show up. good luck!

@pikachu450
Copy link

can some teach me how to us inspect on a school chrome book

you can do it by pressing ctrl+shift+i

@pikachu450
Copy link

can somebody please tell me how to fix battle crash?

@Elliotw1
Copy link

Elliotw1 commented Dec 8, 2020

I did it not work

@ijjuij
Copy link

ijjuij commented Dec 9, 2020

ITS NOT WORKING I HAVE ALL THE INFO BUT NOT WORKING

@ijjuij
Copy link

ijjuij commented Dec 9, 2020

like where do we put the stuff and how do you activate a mod menu

@ijjuij
Copy link

ijjuij commented Dec 9, 2020

@Fe4rlessfan121 gimme your account

@Fe4rlessfan121
Copy link

y

@jamarai
Copy link

jamarai commented Dec 10, 2020 via email

Copy link

ghost commented Dec 11, 2020

hwo do i get the epics im on school chrombook and some stuff is blocked like redirecter adn the x-frame help meeeee

Copy link

ghost commented Dec 11, 2020

Screenshot 2020-12-11 at 8 37 07 AM

Copy link

ghost commented Dec 11, 2020

Screenshot 2020-12-11 at 8 36 28 AM

Copy link

ghost commented Dec 11, 2020

Screenshot 2020-12-11 at 8 36 20 AM

Copy link

ghost commented Dec 11, 2020

now plssssss for le love of god tell me how to get the epics plssssssss

@standrewn2254-del
Copy link

i want level 999999 jesus

@standrewn2254-del
Copy link

im caylus

@standrewn2254-del
Copy link

boi

@standrewn2254-del
Copy link

ya its ya boi caylus

@standrewn2254-del
Copy link

tg

@standrewn2254-del
Copy link

anyone answering me boi

@standrewn2254-del
Copy link

took coffee and shoved it in girlfreinds bitch ass face

@standrewn2254-del
Copy link

im actually not caylus also

@standrewn2254-del
Copy link

im 8th grade boi

@standrewn2254-del
Copy link

fuck
pussy

@standrewn2254-del
Copy link

bitch

@12boy
Copy link

12boy commented Dec 14, 2020

omg fuck you go suck a dick

@jhackerrr
Copy link

how do you get all epics in prodigy bich

@jhackerrr
Copy link

I suck my girls boob and fucked her

@jhackerrr
Copy link

@Fe4rlessfan121
Copy link

lol

@8031469
Copy link

8031469 commented Dec 14, 2020 via email

@8031469
Copy link

8031469 commented Dec 14, 2020 via email

@8031469
Copy link

8031469 commented Dec 14, 2020 via email

@braysi
Copy link

braysi commented Dec 15, 2020

ibk

guys, you search for bookmarklet maker github, click on the first one. and then paste all the codes in there, press generate bookmark, then you drag this blue button labled bookmarklet onto your bookmark bar. open prodigy, then press the bookmark. a menu will show up. good luck!

ok I'm confused I make the bookmarklet and o went on prodigy and used it and the menu popped up and I could click the options but they didn't work/ didn't do anything could you help me in some way

Screenshot 2020-12-14 at 7 06 26 PM

@Fe4rlessfan121
Copy link

fine first to commet gets my account when i come back here

@Fe4rlessfan121
Copy link

here a pic
Screenshot 2020-12-15 at 9 25 34 AM

@Fe4rlessfan121
Copy link

i also have all pets and epics

@Jacko10365
Copy link

i am on a school chrombook so i can not get any extensions so can you tell me how to do the bookmarklet and give me a link to all the code to put in the bookmarklet

@Jacko10365
Copy link

oh ad i did it and i could not click anything on the modmenu so yaa

@Jacko10365
Copy link

hi i commented

@Josiahhub
Copy link

hey i`m new here can we be friends.

@Josiahhub
Copy link

hey i have a queston do any of you play prodigy .

@Josiahhub
Copy link

hello anyone

@Jacko10365
Copy link

hi i play prodigy we can be freinds

@Jacko10365
Copy link

dont try this hack up top it does not work it will show stuff but then you can not press it

@DragonODoom
Copy link

can someone tell me how on a school chromebook

I'd just like to know how in the first place LOL

@DragonODoom
Copy link

Hi I got a question. HOW THE HECK U DO DIS HAK

@pikachu450
Copy link

i also play prodigy
https://caiorss.github.io/bookmarklet-maker/
and that's the link

@pikachu450
Copy link

press on it and enter the code, then drag it up to your bookmark bar, then click on it when you have opened prodigy.
P.S. you don't need to download

@pikachu450
Copy link

now plssssss for le love of god tell me how to get the epics plssssssss

okay, do the first comment above and press get all epics

@pikachu450
Copy link

pikachu450 commented Dec 16, 2020

`var div = document.createElement("div");
div.id='game-wrapper';
document.body.appendChild(div);
div.style.display = "none";
div.style.zIndex = -1;

var toggle = document.createElement("button")
toggle.id='toggle'
toggle.innerText = "▼";
toggle.addEventListener("click", function(){getStatus()})
document.body.appendChild(toggle);
toggle.style.zIndex = 1;

var title = document.createElement("H1");
title.id='title';
title.innerText = "Divinelemon's Cheat Menu"
title.style.opacity='1';
div.appendChild(title);

var button = document.createElement("button")
button.id='buttons'
button.innerText = "Bobbify"
div.appendChild(button)
button.addEventListener("click", function(){bobbify()})

var button2 = document.createElement("button")
button2.id='buttons'
button2.innerText = "Generate Character Code"
div.appendChild(button2)
button2.addEventListener("click", function(){/random stuff/})

var button3 = document.createElement("button")
button3.id='buttons'
button3.innerText = "Load Character Code"
div.appendChild(button3)
button3.addEventListener("click", function(){/random stuff/})

var button4 = document.createElement("button")
button4.id='buttons'
button4.innerText = "Arena Point Generator"
div.appendChild(button4)
button4.addEventListener("click", function(){arenaStartup()})

/------------[functions]------------/

function getStatus(){
if (div.style.display === "none") {
div.style.display = "block";
toggle.innerText = "▲";
} else {
div.style.display = "none";
toggle.innerText = "▼";
}
}

function arenaStartup(){

}

function bobbify(){

}
/----------[style]----------/
var style = document.createElement('style');
style.innerHTML = #game-wrapper { z-index: 1; position: absolute; background-color: #fffb; transition: background-color 0.15s; } #toggle { background-color: rgb(230, 230, 230); /* Green */ border-width: 2px; color: #727272; padding: 1px 7px; text-align: center; text-decoration: none; display: block; font-size: 12px; float:right; margin-right: 0px; } #title { color: black; margin-top: 2px; } #buttons{ margin-top: 2px; color: black; background-color: rgb(223, 223, 223); /* Green */ border-width: 2px; padding: 1px 10px; text-align: center; font-size: 15px; margin-left: 2px; margin-right: 2px; };
document.head.appendChild(style);`
If the topic code didn't work just try dis one

@braysi
Copy link

braysi commented Dec 16, 2020

`var div = document.createElement("div");
div.id='game-wrapper';
document.body.appendChild(div);
div.style.display = "none";
div.style.zIndex = -1;

var toggle = document.createElement("button")
toggle.id='toggle'
toggle.innerText = "▼";
toggle.addEventListener("click", function(){getStatus()})
document.body.appendChild(toggle);
toggle.style.zIndex = 1;

var title = document.createElement("H1");
title.id='title';
title.innerText = "Divinelemon's Cheat Menu"
title.style.opacity='1';
div.appendChild(title);

var button = document.createElement("button")
button.id='buttons'
button.innerText = "Bobbify"
div.appendChild(button)
button.addEventListener("click", function(){bobbify()})

var button2 = document.createElement("button")
button2.id='buttons'
button2.innerText = "Generate Character Code"
div.appendChild(button2)
button2.addEventListener("click", function(){/random stuff/})

var button3 = document.createElement("button")
button3.id='buttons'
button3.innerText = "Load Character Code"
div.appendChild(button3)
button3.addEventListener("click", function(){/random stuff/})

var button4 = document.createElement("button")
button4.id='buttons'
button4.innerText = "Arena Point Generator"
div.appendChild(button4)
button4.addEventListener("click", function(){arenaStartup()})

/------------[functions]------------/

function getStatus(){
if (div.style.display === "none") {
div.style.display = "block";
toggle.innerText = "▲";
} else {
div.style.display = "none";
toggle.innerText = "▼";
}
}

function arenaStartup(){

}

function bobbify(){

}
/----------[style]----------/
var style = document.createElement('style');
style.innerHTML = #game-wrapper { z-index: 1; position: absolute; background-color: #fffb; transition: background-color 0.15s; } #toggle { background-color: rgb(230, 230, 230); /* Green */ border-width: 2px; color: #727272; padding: 1px 7px; text-align: center; text-decoration: none; display: block; font-size: 12px; float:right; margin-right: 0px; } #title { color: black; margin-top: 2px; } #buttons{ margin-top: 2px; color: black; background-color: rgb(223, 223, 223); /* Green */ border-width: 2px; padding: 1px 10px; text-align: center; font-size: 15px; margin-left: 2px; margin-right: 2px; };
document.head.appendChild(style);`
If the topic code didn't work just try dis one

bro can you please help me this code didn't work and the top one didn't work btw I turned them in to bookmarklets and they didn't work please help me

@braysi
Copy link

braysi commented Dec 16, 2020

`var div = document.createElement("div");
div.id='game-wrapper';
document.body.appendChild(div);
div.style.display = "none";
div.style.zIndex = -1;

var toggle = document.createElement("button")
toggle.id='toggle'
toggle.innerText = "▼";
toggle.addEventListener("click", function(){getStatus()})
document.body.appendChild(toggle);
toggle.style.zIndex = 1;

var title = document.createElement("H1");
title.id='title';
title.innerText = "Divinelemon's Cheat Menu"
title.style.opacity='1';
div.appendChild(title);

var button = document.createElement("button")
button.id='buttons'
button.innerText = "Bobbify"
div.appendChild(button)
button.addEventListener("click", function(){bobbify()})

var button2 = document.createElement("button")
button2.id='buttons'
button2.innerText = "Generate Character Code"
div.appendChild(button2)
button2.addEventListener("click", function(){/random stuff/})

var button3 = document.createElement("button")
button3.id='buttons'
button3.innerText = "Load Character Code"
div.appendChild(button3)
button3.addEventListener("click", function(){/random stuff/})

var button4 = document.createElement("button")
button4.id='buttons'
button4.innerText = "Arena Point Generator"
div.appendChild(button4)
button4.addEventListener("click", function(){arenaStartup()})

/------------[functions]------------/

function getStatus(){
if (div.style.display === "none") {
div.style.display = "block";
toggle.innerText = "▲";
} else {
div.style.display = "none";
toggle.innerText = "▼";
}
}

function arenaStartup(){

}

function bobbify(){

}
/----------[style]----------/
var style = document.createElement('style');
style.innerHTML = #game-wrapper { z-index: 1; position: absolute; background-color: #fffb; transition: background-color 0.15s; } #toggle { background-color: rgb(230, 230, 230); /* Green */ border-width: 2px; color: #727272; padding: 1px 7px; text-align: center; text-decoration: none; display: block; font-size: 12px; float:right; margin-right: 0px; } #title { color: black; margin-top: 2px; } #buttons{ margin-top: 2px; color: black; background-color: rgb(223, 223, 223); /* Green */ border-width: 2px; padding: 1px 10px; text-align: center; font-size: 15px; margin-left: 2px; margin-right: 2px; };
document.head.appendChild(style);`
If the topic code didn't work just try dis one

please help can you just give me a working bookmarklet link the first one makes the menu but I can't press the buttons and this one doesn't do anything please

@pikachu450
Copy link

No problem but may I ask if you can please tell me what device are you using?

@pikachu450
Copy link

You can also check out [https://github.com/Prodigy-Hacking/ProdigyMathGameHacking] (that's pathetic mustan)

@pikachu450
Copy link

@braysi
Copy link

braysi commented Dec 16, 2020

No problem but may I ask if you can please tell me what device are you using?

I'm on a chrombook

@8031469
Copy link

8031469 commented Dec 16, 2020 via email

@braysi
Copy link

braysi commented Dec 16, 2020

excuse me but if i tell u the proper way to get a mod menu that works will u stop cussin and talking nonsense?(ps this is to EVERYBODY)

On Wed, Dec 16, 2020 at 7:11 AM braysi @.> wrote: @.* commented on this gist. ------------------------------ No problem but may I ask if you can please tell me what device are you using? I'm on a chrombook — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://gist.github.com/0756d2675e21410afd0d7f32382bf63e#gistcomment-3563436, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR3ZNYYC6CWSLSIRQR7RYKTSVCWYBANCNFSM4LQXVPYA.

yes!! (can it work as a bookmarklet???)

@pikachu450
Copy link

pikachu450 commented Dec 17, 2020

excuse me but if i tell u the proper way to get a mod menu that works will u stop cussin and talking nonsense?(ps this is to EVERYBODY)

On Wed, Dec 16, 2020 at 7:11 AM braysi @.> wrote: _@**.**_* commented on this gist. ------------------------------ No problem but may I ask if you can please tell me what device are you using? I'm on a chrombook — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://gist.github.com/0756d2675e21410afd0d7f32382bf63e#gistcomment-3563436, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR3ZNYYC6CWSLSIRQR7RYKTSVCWYBANCNFSM4LQXVPYA.

yes!! (can it work as a bookmarklet???)

I don't think so, first go to chrome://extensions first
turn on developer mode,
https://cdn.discordapp.com/attachments/720745865656008775/779352951482744842/src_1.zip download
drag the zip file into extensions
You're done! You can go to prodigy and you'll see a dropdown on the right top corner press on it, then do whatever you like! XDXD

@pikachu450
Copy link

you don't need to press anything, just the dropdown on the right/left top corner and press it again to make it disappear.

@braysi
Copy link

braysi commented Dec 17, 2020

you don't need to press anything, just the dropdown on the right/left top corner and press it again to make it disappear.

i cant go in developer mode I'm on school chrombook...

@braysi
Copy link

braysi commented Dec 17, 2020

you don't need to press anything, just the dropdown on the right/left top corner and press it again to make it disappear.

do you have discord? do you think you could hack an account for me and give me the info, please?????

@will148
Copy link

will148 commented Dec 17, 2020

it dosent work its all fake or not working you cant use the mod menu but it does pop up but the buttons dont work

@will148
Copy link

will148 commented Dec 17, 2020

and im on dell

@will148
Copy link

will148 commented Dec 17, 2020

i mean chromebook

@braysi
Copy link

braysi commented Dec 17, 2020

i mean chromebook

well is there anyway I can get a mod menu or a hacked account cus I want all items.

@braysi
Copy link

braysi commented Dec 17, 2020

anyone who gives me a hacked account gets my level 100 account!!!!!!!!!!
image

@pikachu450
Copy link

not me, I have a level 999 account

@pikachu450
Copy link

you don't need to press anything, just the dropdown on the right/left top corner and press it again to make it disappear.

do you have discord? do you think you could hack an account for me and give me the info, please?????

yes sure what is yr email

@pikachu450
Copy link

it dosent work its all fake or not working you cant use the mod menu but it does pop up but the buttons dont work

lol you're wrong it gave me everything.

@braysi
Copy link

braysi commented Dec 17, 2020

you don't need to press anything, just the dropdown on the right/left top corner and press it again to make it disappear.

do you have discord? do you think you could hack an account for me and give me the info, please?????

yes sure what is yr email

I cant do email sorry this my school chrombook

@braysi
Copy link

braysi commented Dec 17, 2020

you don't need to press anything, just the dropdown on the right/left top corner and press it again to make it disappear.

do you have discord? do you think you could hack an account for me and give me the info, please?????

yes sure what is yr email

my schools weird we cant email people that don't go to our school

@Fe4rlessfan121
Copy link

i can and im n school chromebook

@Fe4rlessfan121
Copy link

just make a account to email on

@braysi
Copy link

braysi commented Dec 17, 2020

just make a account to email on

my school is stupid we cant go on any other accounts or anything we have to stay on our schoolaccount it wont let us go on any other.

@braysi
Copy link

braysi commented Dec 18, 2020

ok sorry, I couldn't comment last night I was making Christmas cards for elderly people who are alone this Christmas.

@question70
Copy link

what do i paste it into

Copy link

ghost commented Dec 22, 2020

dude i cant do the inspect thing dude so it wont work im on shool chrombook so almost everything is blocked so help me i just want the epics and the draconyx armor thats all i want T^T

@ange15
Copy link

ange15 commented Dec 22, 2020

how do we hack in a school chromebook

@spongr
Copy link

spongr commented Dec 23, 2020

return JSON.parse(jsonPayload);

};

let userID = parseJwt(localStorage.JWT_TOKEN).content.userID

let playerdata = await (await fetch(https://api.prodigygame.com/game-api/v1/character/${userID}?isMember=0&userID=${userID}, {

method: 'GET',

credentials: 'same-origin',

headers: {

'Authorization': localStorage.JWT_TOKEN,

},

})).json();

let petdata = await (await fetch('https://cdn.prodigygame.com/game/data/dev/data.json')).json();

playerdata.pets = []

for (i = 0; i < petdata.pet.length; i++) {

let pet = {

ID: petdata.pet[i].ID,

catchDate: Date.now(),

levelCaught: 1,

Level: 1e+69,

foreignSpells: [petdata.pet[i].data.foreignSpellPools[0][0], petdata.pet[i].data.foreignSpellPools[1][0]]

}

playerdata.pets.push(pet)

}

await (await fetch(https://api.prodigygame.com/game-cortex-server/v3/characters/${userID}, {

method: 'POST',

credentials: 'same-origin',

headers: {

"content-type": "application/json",

'Authorization': localStorage.JWT_TOKEN,

},

body: JSON.stringify({

userID: userID,

data: JSON.stringify(playerdata)

}),

})).text

tyu

@ange15
Copy link

ange15 commented Dec 23, 2020

what is that for

@ange15
Copy link

ange15 commented Dec 28, 2020

uhh

@spl-glitch
Copy link

I tried a lot i think its a scam

Copy link

ghost commented Jan 4, 2021

IM ON SCHOOL CHROMEBOOK PLS TELL MEEEEEEE OR ELSE

@ange15
Copy link

ange15 commented Jan 4, 2021 via email

@angelok52
Copy link

it does not work

@angelok52
Copy link

it says 404 alert something like that

@angelok52
Copy link

???

@brads391
Copy link

brads391 commented Jan 7, 2021

can someone email me a modded account please

@brads391
Copy link

brads391 commented Jan 7, 2021

it says 404 alert something like that

you need to go to bookmarklet on github and paste this in --> javascript:console.log=console.clear=console.dir=_=>{}
then you generate bookmark then you look for the link looking thing then move it to your bookmarks then go to prodigy and log in then click the bookmark then inspect

@brads391
Copy link

brads391 commented Jan 7, 2021

you don't need to press anything, just the dropdown on the right/left top corner and press it again to make it disappear.

do you have discord? do you think you could hack an account for me and give me the info, please?????

yes sure what is yr email

do you still have a hacked account available if so then can i get one?

@ange15
Copy link

ange15 commented Jan 7, 2021 via email

@CloudyUnicorn-pro
Copy link

can someone tell me how i can have evrything in prodigy on a school chromebook

@CloudyUnicorn-pro
Copy link

you don't need to press anything, just the dropdown on the right/left top corner and press it again to make it disappear.

do you have discord? do you think you could hack an account for me and give me the info, please?????

yes sure what is yr email

do you have a hacked account that you can give to me

@CadenceGamesYT
Copy link

can someone tell me how on a school chromebook

go to: https://caiorss.github.io/bookmarklet-maker/

@CadenceGamesYT
Copy link

anyone who gives me a hacked account gets my level 100 account!!!!!!!!!!
image

Me! I have a 100000000000000000000000000 level account wit 100000,000000000000000000000000000000000000 coins all items!

@CadenceGamesYT
Copy link

fine first to commet gets my account when i come back here

Hello Screenshot 2021-01-07 at 4.35.56 PM.png

@CadenceGamesYT
Copy link

anyone who gives me a hacked account gets my level 100 account!!!!!!!!!!
image

https://drive.google.com/file/d/17_2m5NLaiWHDQOpHRx3X95hnLKJRKkdc/view?usp=sharing please click that i can give u my account level 100 all things :) like furniture buddies epics pets items everything 👍 Thank u if u do it

@brads391
Copy link

brads391 commented Jan 8, 2021

anyone who gives me a hacked account gets my level 100 account!!!!!!!!!!
image

https://drive.google.com/file/d/17_2m5NLaiWHDQOpHRx3X95hnLKJRKkdc/view?usp=sharing please click that i can give u my account level 100 all things :) like furniture buddies epics pets items everything 👍 Thank u if u do it

can i have it? and if yes i need access accept me i'm Dom Games

@brads391
Copy link

brads391 commented Jan 8, 2021

this keeps this keeps popping up
Screenshot 2021-01-08 at 7 10 24 AM

@dominicblak
Copy link

hi can someone help me with the hacks

@dominicblak
Copy link

hello

@dominicblak
Copy link

hello ?

@pikachu450
Copy link

yes
I don't think so, first go to chrome://extensions first
turn on developer mode,
https://cdn.discordapp.com/attachments/720745865656008775/779352951482744842/src_1.zip download
drag the zip file into extensions
You're done! You can go to prodigy and you'll see a dropdown on the right top corner press on it, then do whatever you like! XDXD

@pikachu450
Copy link

btw stop pissing me about you're on a school chromebook and blah blah blah i'm also on one

@pikachu450
Copy link

who wants my account?
image
image

@pikachu450
Copy link

i have the fire golem level 100 lol the hack gave me

@pikachu450
Copy link

*also free mem for those who don't have

@pikachu450
Copy link

first to reply gets it

@pikachu450
Copy link

pikachu450 commented Jan 13, 2021

i will make one everyday for u guys
and tell u the usernames and PW through email

@brads391
Copy link

i will make one everyday for u guys
and tell u the usernames and PW through email

ok i'm the first reply

@pikachu450
Copy link

what's your email address?

@brads391
Copy link

@CloudyUnicorn-pro
Copy link

CloudyUnicorn-pro commented Jan 14, 2021 via email

@brads391
Copy link

1076446@lammersvilleusd.net

On Thu, Jan 14, 2021 at 4:05 AM brads391 @.> wrote: @.* commented on this gist. ------------------------------ @.*** — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://gist.github.com/0756d2675e21410afd0d7f32382bf63e#gistcomment-3593653, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASMBXV6DDONYAAV65DFWGQ3SZ3MYFANCNFSM4LQXVPYA .

he was talking to me

@stoopidbeast97
Copy link

does anyone know how to stop that 404 error popping up on prodigy i cant use the hacks because of it!

@pikachu450
Copy link

i recommend you going to chrome web store and install an extension called "ignore x frame headers" it shall help

@pikachu450
Copy link

does anyone play minecraft bedrock here?

@coolcatcaleb302
Copy link

I cant use inspect bc I using school Chromebook but how do you use it

ok do u have another browser on your chromebook?

same here how

@Aiman981
Copy link

How to do on phone

@Isaiahadams207
Copy link

here a pic
Screenshot 2020-12-15 at 9 25 34 AM

me

@Isaiahadams207
Copy link

who wants my account?
image
image

me

@Isaiahadams207
Copy link

who wants my account?
image
image

me

@Isaiahadams207
Copy link

email me my email is njhuguygy@gmail.com

@newbiecoder209
Copy link

ANY ONE HERE PROB NOT OK LISTEN IV TRIED AND TRIED AND TRIED BUT IT DOES NOT WOR can i please have an account pls somebody IM BEGGING PLEASSSSSSSSSSSSA

@newbiecoder209
Copy link

@newbiecoder209
Copy link

email me my email is njhuguygy@gmail.com

can i have your account

@pikachu450
Copy link

COPYRIGHT YOU JUST COPIED THOSE PHOTO FROM ABOVE!!!!!!!!!
TOO BAD I ALREADY GAVE THEM AWAY

@pikachu450
Copy link

but i still make one for newbiecoder

@newbiecoder209
Copy link

anyone here

@newbiecoder209
Copy link

oh my goodness thaanks

@newbiecoder209
Copy link

pikachu

@newbiecoder209
Copy link

sorry another mistake email me jaydenlawrence@student.hebisd.edu

@newbiecoder209
Copy link

lol thanks so much

@newbiecoder209
Copy link

i always wanted a stacked account

@newbiecoder209
Copy link

i will just wait for the email

@newbiecoder209
Copy link

but i still make one for newbiecoder

jaydenlawrence@student.hebisd.edu

@pikachu450
Copy link

do u mind if i finish my lessons first then I make 1 n send it around... 3:45?

@pikachu450
Copy link

so far i made accounts for 53 players lol
image

@pikachu450
Copy link

isn't that exactly what he sent?

@pikachu450
Copy link

lol i got zoom host perm while zooming
hack*

@newbiecoder209
Copy link

hey Pikachu i didn't get it

@newbiecoder209
Copy link

lol i got zoom host perm while zooming
hack*

pikapika still waiting lol I NEED IT PLEASEEEEEEEEA

@Manofsteel123
Copy link

I don't know how to do it! I'm on chrome book I did exactly what it said and it only lets me close the mod menu it does not let me get all "pets" or anything can someone give me an account pls I've been trying to do this for a WHOLE YEAR. so can someone help me or give me an account, please.

@Manofsteel123
Copy link

@Manofsteel123
Copy link

P
l
s

@Manofsteel123
Copy link

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 = 'Close Free Membership 1,000,000,000,0000 Coins Get All Pets <button type="button" onclick="{PIXI.game.prodigy.player.backpack.data.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

Custom Prodigy Mod Menu made by R1DD13 #8209

';

document.body.insertBefore(prodigydiv, document.body.firstChild);
@riley388

@Manofsteel123
Copy link

pls if anyone can help me pls.

@pikachu450
Copy link

lol i got zoom host perm while zooming
hack*

pikapika still waiting lol I NEED IT PLEASEEEEEEEEA

sry yesterday my teacher said that i hacked her and me in trouble

@pikachu450
Copy link

soo sorry

@pikachu450
Copy link

sent it!

@pikachu450
Copy link

frick
image
do u have another adress?

@newbiecoder209
Copy link

its okay i figured it out now yeaaaaa thx for the help

@newbiecoder209
Copy link

i got the wills cheat menu

@newbiecoder209
Copy link

x16

@newbiecoder209
Copy link

lol i dont know how to screen shot on windows 10

@brads391
Copy link

i do to
Screenshot 2021-01-21 at 9 25 33 AM

@Manofsteel123
Copy link

Pls can someone pls help me

@Manofsteel123
Copy link

frick
image
do u have another adress?

i dont know how to do that

@Manofsteel123
Copy link

pikapika pls can you send me an account or can you help me pls pls.

@Manofsteel123
Copy link

My gmail. is yusefj98@gmail.com

@brads391
Copy link

My gmail. is yusefj98@gmail.com

i'll send you a account

@Isaiahadams207
Copy link

@brads391 can u please send me a account my email is isaiahadams838@gmail.com

@brads391
Copy link

sent both of you accounts

@Manofsteel123
Copy link

thank you

@Manofsteel123
Copy link

sooooo much here join my discord https://discord.gg/v856BByU

@Manofsteel123
Copy link

can you go on my account and give me every item and epics pls

@Manofsteel123
Copy link

becuase i really want epics

@Isaiahadams207
Copy link

i need a account that has stuff on it

@Manofsteel123
Copy link

yea me too pls and make me an member pls becuase i really want epics and stuff pls

@Manofsteel123
Copy link

@brads391 pls can you give us epics and stuff

@Manofsteel123
Copy link

hello

@Manofsteel123
Copy link

so far i made accounts for 53 players lol
image

can you also give me an account that has everything in it pikapika pls

@Manofsteel123
Copy link

Screenshot 2021-01-20 at 12 03 30 PM

@Manofsteel123
Copy link

my account is horrible

@Manofsteel123
Copy link

can you pls give me an account that is cool

@Manofsteel123
Copy link

and that has every epic and stuff pls

@brads391
Copy link

and that has every epic and stuff pls

i can do that for u

@brads391
Copy link

and that has every epic and stuff pls

ur email

@Manofsteel123
Copy link

@Manofsteel123
Copy link

pls thx if you can

@Manofsteel123
Copy link

and that has every epic and stuff pls

ur email

hello?

@Manofsteel123
Copy link

im not gonna be here in a few minutes so can you just send it to me pls and ill check it latter and pls get everything including the epics pls

@Manofsteel123
Copy link

pls

@Manofsteel123
Copy link

My email is yusefj98@gmail.com

@NX721
Copy link

NX721 commented Jan 21, 2021

hi

@Isaiahadams207
Copy link

hi

@NX721
Copy link

NX721 commented Jan 21, 2021

I opened console with errors

@pikachu450
Copy link

so far i made accounts for 53 players lol
image

can you also give me an account that has everything in it pikapika pls

okay

@NX721
Copy link

NX721 commented Jan 22, 2021

Cool

@Manofsteel123
Copy link

@

@Manofsteel123
Copy link

Can someone give me an account that has everything in it pls.
my gmail is yusefj98@gmail.com

@Manofsteel123
Copy link

i have the fire golem level 100 lol the hack gave me

can i have the account

@NX721
Copy link

NX721 commented Jan 22, 2021

I deal 9999 for each hit (Instant Kill) and I have all epics with moves like Royal Roar, All-out Attack and yes I have everything
image

@Isaiahadams207
Copy link

@brads391 hey can u message me on hangouts please

@Manofsteel123
Copy link

Nx can i have that account pls

@8031469
Copy link

8031469 commented Jan 25, 2021 via email

@Isaiahadams207
Copy link

can anyone please give me a menu like this my friend had it
image

@Isaiahadams207
Copy link

can anyone please give me a account with everything on it and a invisibility cloak and all the pets and buddies please email me here Isaiahadams838@gmail.com

@Isaiahadams207
Copy link

what do i do

@Isaiahadams207
Copy link

it dont work im on a school chromebook i need one that works for a school chromebook

@Isaiahadams207
Copy link

how do i use it

@Isaiahadams207
Copy link

i cant go into developer mode. i only want one with unlimted coins and level 100 and the invisibility cloak

@FreeMembershi
Copy link

hi im new but can someone give me a hacked account through gmail pls or make one for me.. I cant do it cuz it wont let me and im confused for the copy and paste and the inspect stuff... pls and thank u my email is jtorres2851@stu.neisd.net

@190875-glizzy-gobler
Copy link

How do i install on chromebook

@190875-glizzy-gobler
Copy link

somebooty give me hacked accout pls i need one

@190875-glizzy-gobler
Copy link

somebody*

@Isaiahadams207
Copy link

can anyone please give me a account with everything on it and a invisibility cloak and all the pets and buddies please email me here Isaiahadams838@gmail.com

@190875-glizzy-gobler
Copy link

The hack/ glithc is not working it says error 404 so how do i fix it

@Ricky481690
Copy link

I don’t no how to do it on ipad

@190875-glizzy-gobler
Copy link

If any one can make me a account with everything on it tell me in the comments please

@190875-glizzy-gobler
Copy link

im on chromebook

@190875-glizzy-gobler
Copy link

i found a working prodigy hack on git hub heres the link:]https://www.secretrickroll.com/assets/opt2.jpg

@190875-glizzy-gobler
Copy link

it works on all platforms

@ange15
Copy link

ange15 commented Jan 28, 2021 via email

@190875-glizzy-gobler
Copy link

can i have one pls

@190875-glizzy-gobler
Copy link

A hacked account

@ange15
Copy link

ange15 commented Jan 28, 2021 via email

@ange15
Copy link

ange15 commented Jan 28, 2021 via email

@190875-glizzy-gobler
Copy link

Ok thats fine i guess so

@190875-glizzy-gobler
Copy link

Thats okay keep it

@190875-glizzy-gobler
Copy link

Helloooooooooooooo!

@ange15
Copy link

ange15 commented Jan 28, 2021 via email

@190875-glizzy-gobler
Copy link

thats fine i guss

@190875-glizzy-gobler
Copy link

i give my account with pets it has 2 embershed and like 3 shivertusk plus more

@190875-glizzy-gobler
Copy link

and mira items

@ange15
Copy link

ange15 commented Jan 28, 2021 via email

@190875-glizzy-gobler
Copy link

the account i have is level 98

@190875-glizzy-gobler
Copy link

which is my main account

@190875-glizzy-gobler
Copy link

ok

@190875-glizzy-gobler
Copy link

well

@190875-glizzy-gobler
Copy link

umm so now what?

@ange15
Copy link

ange15 commented Jan 28, 2021 via email

@ange15
Copy link

ange15 commented Jan 28, 2021 via email

@190875-glizzy-gobler
Copy link

maybe i got rick rolled or scammed but i gave nothing to them so its realy not scam or rick roll

@190875-glizzy-gobler
Copy link

oh okay nvm

@190875-glizzy-gobler
Copy link

about that scam comment

@ange15
Copy link

ange15 commented Jan 28, 2021 via email

@190875-glizzy-gobler
Copy link

im bouta leave nothing to do and also keep the account if you want to

@190875-glizzy-gobler
Copy link

ok foreal answer

@ange15
Copy link

ange15 commented Jan 28, 2021 via email

@190875-glizzy-gobler
Copy link

how is that mean lol all i said is foreal answer lmao

@NX721
Copy link

NX721 commented Jan 29, 2021

If your console dosen't work, than bookmark this and click it in prodigy to open console with no errors.
javascript:console.log=console.clear=console.dir=_=>{}

@NX721
Copy link

NX721 commented Jan 29, 2021

Well Good Luck!

@190875-glizzy-gobler
Copy link

Did not work bro still error code 404 when i open console

@190875-glizzy-gobler
Copy link

@NX721 do you have a hacked account or accounts?

@455647657
Copy link

Screenshot 2021-01-29 at 10 02 36 AM
i tested it on random website but 404 came up and its not working on prodigy soooo

@455647657
Copy link

Hello anybody hear can help me get hacked account or help me make one of my own

@Con-scripter
Copy link

this is bad nothing works it sends a error message every time i press a button
Screenshot 2021-01-29 at 10 32 41 AM

@190875-glizzy-gobler
Copy link

wait bro how did you not get it to error code 404?

@NX721
Copy link

NX721 commented Feb 1, 2021

@NX721 do you have a hacked account or accounts?

Accounts.

@NX721
Copy link

NX721 commented Feb 1, 2021

@NX721 do you have a hacked account or accounts?

I have multiple accounts.

@NX721
Copy link

NX721 commented Feb 1, 2021

wait bro how did you not get it to error code 404?

Bookmark this into your URL
javascript:console.log=console.clear=console.dir=_=>{}
Then click it before you open console then you can open console without errors.

@bryson905
Copy link

how does it work? I am confused!!!!

@Fe4rlessfan121
Copy link

lol

@Isaiahadams207
Copy link

@NX721 can i please have a hacked account with everything on it please if u can please email me my email is Isaiahadams838@gmail.com

@Keeton13
Copy link

Keeton13 commented Feb 2, 2021

does anyone have a hacked prodigy account I can have?
if so email me email is keetonajellis@gmail.com

@NX721
Copy link

NX721 commented Feb 2, 2021

I have a hacked account that I dont need who wants it? Email me at nexo.gamer629@gmail.com

@190875-glizzy-gobler
Copy link

Hey bro i emailed you @NX721

@NX721
Copy link

NX721 commented Feb 2, 2021

Yeah I see it

@NX721
Copy link

NX721 commented Feb 2, 2021

ALL DONE

@NX721
Copy link

NX721 commented Feb 2, 2021

I can give another account to whoever wants it.

@190875-glizzy-gobler
Copy link

Thanks man for the account

@NX721
Copy link

NX721 commented Feb 2, 2021

YW

@NX721
Copy link

NX721 commented Feb 2, 2021

Screenshot 2021-01-29 at 10 02 36 AM
i tested it on random website but 404 came up and its not working on prodigy soooo

Yeah that dosen't work anymore. It has PIXI.

@pwixs
Copy link

pwixs commented Feb 2, 2021

does anyone have a hacked account i can use to test something? or could anyone give me a link for something to hack one?

@NX721
Copy link

NX721 commented Feb 2, 2021

?

@190875-glizzy-gobler
Copy link

Do somebody wanna play prodigy

@NX721
Copy link

NX721 commented Feb 2, 2021

srry busy

@190875-glizzy-gobler
Copy link

Ok

@190875-glizzy-gobler
Copy link

Thats fine and yes you should whats your YT

@ange15
Copy link

ange15 commented Feb 2, 2021 via email

@190875-glizzy-gobler
Copy link

Ayo what up @ange15

@ange15
Copy link

ange15 commented Feb 2, 2021 via email

@190875-glizzy-gobler
Copy link

Wait he deleted his comment on if he should make a video or not

@190875-glizzy-gobler
Copy link

Im good

@190875-glizzy-gobler
Copy link

thanks

@Fe4rlessfan121
Copy link

lol

@ange15
Copy link

ange15 commented Feb 2, 2021 via email

@190875-glizzy-gobler
Copy link

Lmao fishy on me here no disrespect my tiki

@Isaiahadams207
Copy link

can anyone please give me a hacked prodigy account please with everything on it my email is isaiahadams838@gmail.com please

@Fe4rlessfan121
Copy link

i mean i have a hacked account and i dont play this game any more so if anyone wants a hacked account hit me up.

henrystickman225@gmail.com

@190875-glizzy-gobler
Copy link

I have hacked account but it has no pets but i still use it

@Isaiahadams207
Copy link

Isaiahadams207 commented Feb 2, 2021 via email

@190875-glizzy-gobler
Copy link

Screenshot 2021-02-02 at 1 25 02 PM

@190875-glizzy-gobler
Copy link

i still need hack account with pets tho

@Fe4rlessfan121
Copy link

someone hit me up rlly fast

@190875-glizzy-gobler
Copy link

i still need hack account with pets tho

@Fe4rlessfan121
Copy link

pets or buddies?

@190875-glizzy-gobler
Copy link

that was @Isaiahadams207

@190875-glizzy-gobler
Copy link

Pets

@190875-glizzy-gobler
Copy link

like battle pets

@Fe4rlessfan121
Copy link

oh ok do u know how to use scripts?

@190875-glizzy-gobler
Copy link

No someone gave me the account cause i cant use like scripts and inspect stuff on my computer

@Fe4rlessfan121
Copy link

Fe4rlessfan121 commented Feb 2, 2021

if you can trust me i can do it for you

@190875-glizzy-gobler
Copy link

Ok ill email you the stuff just please dont take the account plssssssssssss

@Fe4rlessfan121
Copy link

ill leave my email
henrystickman225@gmail.com

@Fe4rlessfan121
Copy link

Fe4rlessfan121 commented Feb 2, 2021

i promise i wont take it

@190875-glizzy-gobler
Copy link

?

@190875-glizzy-gobler
Copy link

Thats kinda sus

@190875-glizzy-gobler
Copy link

i might change my mind...

@Fe4rlessfan121
Copy link

i wont take your account i promise

@Fe4rlessfan121
Copy link

is what i meant

@190875-glizzy-gobler
Copy link

oh okay then... ?

@Fe4rlessfan121
Copy link

ill email you once ur pets r on the account

@190875-glizzy-gobler
Copy link

I sent it

@190875-glizzy-gobler
Copy link

aight thanks

@Fe4rlessfan121
Copy link

Fe4rlessfan121 commented Feb 2, 2021 via email

@NX721
Copy link

NX721 commented Feb 2, 2021

I have hacked account but it has no pets but i still use it

U will have pets very soon

@Fe4rlessfan121
Copy link

i feel bad now:(

@Fe4rlessfan121
Copy link

that sus

@190875-glizzy-gobler
Copy link

oh

@NX721
Copy link

NX721 commented Feb 2, 2021

???

@190875-glizzy-gobler
Copy link

Well thanks anyway

@190875-glizzy-gobler
Copy link

Thanks NX721

@Fe4rlessfan121
Copy link

im srry it worked for me but not for u :(

@Fe4rlessfan121
Copy link

ill i can do send this as a hope to may your day better

youtube.com/watch?v=-2ySzV-HGxM

@190875-glizzy-gobler
Copy link

Its okay man

@190875-glizzy-gobler
Copy link

i mean im not mad so

@Fe4rlessfan121
Copy link

like the meme i sent?

@190875-glizzy-gobler
Copy link

A @NX721 email me when the pets are on the account thanks

@190875-glizzy-gobler
Copy link

Yeah bro

@Fe4rlessfan121
Copy link

what else do u play?

@190875-glizzy-gobler
Copy link

warframe and fortnite on the ps4

@190875-glizzy-gobler
Copy link

mostly warframe cause fortnite is getting boring

@Fe4rlessfan121
Copy link

fortnite?

can i add you

@Isaiahadams207
Copy link

i love fortnite

@Fe4rlessfan121
Copy link

fortnite?
can i add you

@Isaiahadams207
Copy link

im trying to get a new account becuase my other account got hacked on fortnite

@Fe4rlessfan121
Copy link

oof

@190875-glizzy-gobler
Copy link

sure

@190875-glizzy-gobler
Copy link

whats your username

@Fe4rlessfan121
Copy link

k whats ur epic ittl probs be awhile before i accept tho

@190875-glizzy-gobler
Copy link

i play on my cousin account because my friend has my account i gave to him because he had no skins :(

@Fe4rlessfan121
Copy link

oh im Ttv beasted4life

@190875-glizzy-gobler
Copy link

My epic/my cousin epic is LENT.FN or Lent.FN

@Isaiahadams207
Copy link

what skins did u have

@190875-glizzy-gobler
Copy link

no rare skins

@190875-glizzy-gobler
Copy link

but i have about 70 skins

@190875-glizzy-gobler
Copy link

and a little over 100 wins

@Fe4rlessfan121
Copy link

kk imma try to get you 2800 vbucks code as a apology for the pets problem

@190875-glizzy-gobler
Copy link

and a little over 100 wins

@Isaiahadams207
Copy link

can u add me on fortnite my epic is KLWIツ

@190875-glizzy-gobler
Copy link

oh thanks bro

@Isaiahadams207
Copy link

can u add me on fortnite my epic is KLWIツ

@190875-glizzy-gobler
Copy link

you can search up my epic on fortnite tracker

@Fe4rlessfan121
Copy link

yeah ill add you

@Isaiahadams207
Copy link

bro ill give u a hacked account for 2800 vbucks code its my main account

@190875-glizzy-gobler
Copy link

yeah ill try to do the smiley face symbol and add you

@Isaiahadams207
Copy link

bro ill give u a hacked account for 2800 vbucks code its my main account

@190875-glizzy-gobler
Copy link

what you guys play on

@Fe4rlessfan121
Copy link

if you search mine my stats r trash bc i made ttv beasted4life my new account

@190875-glizzy-gobler
Copy link

i understand to stream right?

@Fe4rlessfan121
Copy link

i play on switch ;-;

@190875-glizzy-gobler
Copy link

i understand to stream right?

@Fe4rlessfan121
Copy link

and pc sometime when i stream

@190875-glizzy-gobler
Copy link

ok i play on switch and ps4 better on my switch though

@Isaiahadams207
Copy link

i play on switch

@Fe4rlessfan121
Copy link

me too

@Isaiahadams207
Copy link

i play on switch

@Fe4rlessfan121
Copy link

this is my old account look it up on fortnite tracker:beastsavage17et

@190875-glizzy-gobler
Copy link

well ill be back soon i have homework

@Fe4rlessfan121
Copy link

ight good luck

@Isaiahadams207
Copy link

does anyone have a hacked account with the invisibility cloak on it ill trade my main acc for a hacked account with the invisibility cloak on it email me if u do and if u want to trade my email is Isaiahadams838@gmail.com

@190875-glizzy-gobler
Copy link

im back

@NX721
Copy link

NX721 commented Feb 2, 2021

well ill be back soon i have homework

Ok I'll give u two OP (Overpowered) Eclipses

@190875-glizzy-gobler
Copy link

Ok thanks

@190875-glizzy-gobler
Copy link

email when done

@190875-glizzy-gobler
Copy link

im on the account rn

@Isaiahadams207
Copy link

ill trade my hacked account for that account

@190875-glizzy-gobler
Copy link

should i get off the account

@190875-glizzy-gobler
Copy link

No thanks wait send screen shot and proof

@190875-glizzy-gobler
Copy link

nevermind i keep my account

@190875-glizzy-gobler
Copy link

and if you have hacked account why you still asking for a hacked account with invisibility cloak

@Isaiahadams207
Copy link

ill trade my hacked account for that account

@NX721
Copy link

NX721 commented Feb 2, 2021

Ur account is done i gave u super strong pets FYI

@190875-glizzy-gobler
Copy link

Hllo anybody there

@190875-glizzy-gobler
Copy link

ok thanks

@190875-glizzy-gobler
Copy link

OMG

@190875-glizzy-gobler
Copy link

Screenshot 2021-02-02 at 3 54 30 PM

@Isaiahadams207
Copy link

omg

@Isaiahadams207
Copy link

thats crazy

@Isaiahadams207
Copy link

can u do that to my account please

@Isaiahadams207
Copy link

its a google account

@Fe4rlessfan121
Copy link

oh hello

@190875-glizzy-gobler
Copy link

ay fearlessfan you changed something on my account but pls dont take the account bro

@Fe4rlessfan121
Copy link

what did i change?

@190875-glizzy-gobler
Copy link

the hat but nvm

@Fe4rlessfan121
Copy link

i didnt touch that and btw i deleted the account info email and now i dont remeber it soo..

@190875-glizzy-gobler
Copy link

@NX721 is there a way i can change my name to w12-4rd

@190875-glizzy-gobler
Copy link

oh okay must have been NX721

@190875-glizzy-gobler
Copy link

i dont care he gave me it so he has all permision

@Fe4rlessfan121
Copy link

Fe4rlessfan121 commented Feb 2, 2021

btw i have another account i dont use AND ITS GOT EVERY THING

Screenshot 2021-02-02 at 4 08 24 PM

@Isaiahadams207
Copy link

Isaiahadams207 commented Feb 2, 2021 via email

@Isaiahadams207
Copy link

Isaiahadams207 commented Feb 2, 2021 via email

@Fe4rlessfan121
Copy link

i wanted to sell it for money

@Isaiahadams207
Copy link

please

@Fe4rlessfan121
Copy link

:(

@NX721
Copy link

NX721 commented Feb 2, 2021

@NX721 is there a way i can change my name to w12-4rd

Ok sure!

@190875-glizzy-gobler
Copy link

the isaia kid try to scam me lmao

@190875-glizzy-gobler
Copy link

he said hell trade my hack account for hiss hack account but he still begging for hacked accounts from other people

@Isaiahadams207
Copy link

Isaiahadams207 commented Feb 2, 2021 via email

@190875-glizzy-gobler
Copy link

ok @NX721 sorry for everything im asking you dont if you dont whant to

@Isaiahadams207
Copy link

Isaiahadams207 commented Feb 2, 2021 via email

@Fe4rlessfan121
Copy link

This is A atuo generated message in the word of prodigy polices hacking is against the rules and all accounts I got and i sent will be banned and reported

@190875-glizzy-gobler
Copy link

uh okay

@Fe4rlessfan121
Copy link

Have any complaints please contact the following number:

8652455101

@190875-glizzy-gobler
Copy link

uh okay ... ???

@pwixs
Copy link

pwixs commented Feb 2, 2021

does anyone know how some people are getting these hairs with bulb pigtails on the bottom

@Fe4rlessfan121
Copy link

only text the number above please no calls thank you

@pwixs
Copy link

pwixs commented Feb 2, 2021

Screenshot 2021-02-02 132119

like this thing

@190875-glizzy-gobler
Copy link

?

@Fe4rlessfan121
Copy link

looks like your experiencing issues please contact:(865)245 5101

@190875-glizzy-gobler
Copy link

ay bro wrong number just searched up prodigy customer support

@Fe4rlessfan121
Copy link

yo hello

@Fe4rlessfan121
Copy link

im sooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo lonley

@190875-glizzy-gobler
Copy link

yeah bro why you did that

@Fe4rlessfan121
Copy link

what?

@190875-glizzy-gobler
Copy link

nice job deleting it we not stupid

@190875-glizzy-gobler
Copy link

@NX721 you there

@Fe4rlessfan121
Copy link

chill bro it was a joke

@Fe4rlessfan121
Copy link

i mean can u text me??

@190875-glizzy-gobler
Copy link

Ok then

@Fe4rlessfan121
Copy link

i mean can u text me??

@190875-glizzy-gobler
Copy link

Ok then

@Fe4rlessfan121
Copy link

i mean can u text me??

@190875-glizzy-gobler
Copy link

Ok then

@Fe4rlessfan121
Copy link

i mean can u text me??

@Fe4rlessfan121
Copy link

my things glitching

@190875-glizzy-gobler
Copy link

no phone bro :( sad

@Fe4rlessfan121
Copy link

:( thats alright

@Fe4rlessfan121
Copy link

imma go alright

@190875-glizzy-gobler
Copy link

mine glithcy to its saying things over again

@190875-glizzy-gobler
Copy link

ok bye

@Fe4rlessfan121
Copy link

oh and can u sub to my channel

@190875-glizzy-gobler
Copy link

what is it

@Fe4rlessfan121
Copy link

Skullblood

@Fe4rlessfan121
Copy link

i do girl voice trolling

@190875-glizzy-gobler
Copy link

girl voice trolling?

@190875-glizzy-gobler
Copy link

ok i will sub soon when i get a chance

@Fe4rlessfan121
Copy link

yea

@190875-glizzy-gobler
Copy link

ima dip to bye people

@Fe4rlessfan121
Copy link

write this down:skullblood

@190875-glizzy-gobler
Copy link

ima dip to bye people

@Fe4rlessfan121
Copy link

seeya

@Fe4rlessfan121
Copy link

bye

@190875-glizzy-gobler
Copy link

well the name is pretty unforgetable so i will remenmber

@Fe4rlessfan121
Copy link

Fe4rlessfan121 commented Feb 2, 2021 via email

@Fe4rlessfan121
Copy link

you'll be shocked on how many subs i got

@NX721
Copy link

NX721 commented Feb 2, 2021

Hi

@Fe4rlessfan121
Copy link

hi

@Fe4rlessfan121
Copy link

do you think u can modify my account

@Isaiahadams207
Copy link

how do i get unlimted acadamey pages in prodigy on a school chromebook inspect dont work and i cant add exstensions

@190875-glizzy-gobler
Copy link

Any body there

@Fe4rlessfan121
Copy link

hi

@Fe4rlessfan121
Copy link

btw the account i use on my vids is diffrent from the one i asked you to friend on fortnite

@190875-glizzy-gobler
Copy link

ok

@190875-glizzy-gobler
Copy link

the isai person could just ask his friend to log on his account then hack it himself cause hiss friend has wills cheat menu

@190875-glizzy-gobler
Copy link

hello?

@Fe4rlessfan121
Copy link

srry hi

@190875-glizzy-gobler
Copy link

can you download warframe on switch its free if you can

@Fe4rlessfan121
Copy link

yeah sure i will when i get on

@190875-glizzy-gobler
Copy link

ok

@Fe4rlessfan121
Copy link

i usually get on on weekends but I might get on later today

@Fe4rlessfan121
Copy link

did u Sub?

@190875-glizzy-gobler
Copy link

@Fe4rlessfan121
Copy link

i gotta go be back soon

@NX721
Copy link

NX721 commented Feb 3, 2021

@NX721

Yes?

@190875-glizzy-gobler
Copy link

oh hi sorry for asking stuff no more request from me but thankyou once again

@dig0sMh
Copy link

dig0sMh commented Feb 3, 2021

Hey just to clarify, in order for this mod menu to actually function, i copy and paste it to an inspected HTML correct?

@190875-glizzy-gobler
Copy link

oh just saw your email... thanks

@Fe4rlessfan121
Copy link

ok i will have a $20 dollar Nintendo eshop gift card for anything any including vbucks i will get the code in 5-15 mins ok :)

@190875-glizzy-gobler
Copy link

ye i think soooo...

@190875-glizzy-gobler
Copy link

wait why

@190875-glizzy-gobler
Copy link

fe4rlessfan121

@Fe4rlessfan121
Copy link

bc i said i would

@Fe4rlessfan121
Copy link

im srry is $10 ok?

@190875-glizzy-gobler
Copy link

okay....?

@190875-glizzy-gobler
Copy link

ye 10 is fine i mean no dollars is fine you dont have to

@Fe4rlessfan121
Copy link

srry whats ur email

@190875-glizzy-gobler
Copy link

ill email you

@Fe4rlessfan121
Copy link

kk

@190875-glizzy-gobler
Copy link

emailed you

@NX721
Copy link

NX721 commented Feb 3, 2021

oh hi sorry for asking stuff no more request from me but thankyou once again

YW

@190875-glizzy-gobler
Copy link

emailed you

@Fe4rlessfan121
Copy link

i replyed with the code

@NX721
Copy link

NX721 commented Feb 3, 2021

im serious i got alot of hacked accounts i find them on yt
Really???

@190875-glizzy-gobler
Copy link

im gonna get vbucks is that alright

@Fe4rlessfan121
Copy link

@190875-glizzy-gobler
Copy link

@NX721 what you mean... oh that i think he was lying

@190875-glizzy-gobler
Copy link

oh okay i have to watch later im in a zoom class lmao

@Fe4rlessfan121
Copy link

yo if your on a school computer theres this thing that blocks alot of videos on youtube

so if your on any thing else imma leave a link to my channel(if your on a school computer my vids wont pop up)

https://www.youtube.com/channel/UCTo2GYwDmsteDvHIZzBX4yg

@190875-glizzy-gobler
Copy link

@NX721 i emailed you srryyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy....

@Fe4rlessfan121
Copy link

just know most of my vids r kinda pg-13

@NX721
Copy link

NX721 commented Feb 3, 2021

Its okay

@Fe4rlessfan121
Copy link

im bouta dip
buotta hit the dash
seeya later aligator
after awhile crockidile

@190875-glizzy-gobler
Copy link

ok

@190875-glizzy-gobler
Copy link

i will delete the email so wont get notis.

@ange15
Copy link

ange15 commented Feb 3, 2021 via email

@NX721
Copy link

NX721 commented Feb 3, 2021

What

@Fe4rlessfan121
Copy link

back wussup

@190875-glizzy-gobler
Copy link

ayo wassup

@Fe4rlessfan121
Copy link

hi

@190875-glizzy-gobler
Copy link

wait @NX721 did you change name to w12-4rd

@Fe4rlessfan121
Copy link

did it work?

@190875-glizzy-gobler
Copy link

im gonna redeem it afterschool

@Fe4rlessfan121
Copy link

the code

@Fe4rlessfan121
Copy link

ok

@190875-glizzy-gobler
Copy link

do you now how to change my name to w12-4rd if it doesn't work thats okay

@Fe4rlessfan121
Copy link

btw im 20

@Fe4rlessfan121
Copy link

i come looking at kids that go CAN I PLZZZZZZZZZ HAVE HACKS
HOW TO DO ON A SCHOOLCHROMEBOOK

@190875-glizzy-gobler
Copy link

uh okay...?

@190875-glizzy-gobler
Copy link

what does that mean

@Fe4rlessfan121
Copy link

its funny

@190875-glizzy-gobler
Copy link

what does that mean

@190875-glizzy-gobler
Copy link

oh

@NX721
Copy link

NX721 commented Feb 3, 2021

idk

@190875-glizzy-gobler
Copy link

oh

@NX721
Copy link

NX721 commented Feb 3, 2021

idk

do you now how to change my name to w12-4rd if it doesn't work thats okay

Yes pls wait Currently solving bugs and stuff shouldn't take long

@Fe4rlessfan121
Copy link

like i watch what they type begging for someone to help instead of typing like this: HELP HELP I NEED HACKS!!!!!!!

they could ask normally

@190875-glizzy-gobler
Copy link

i agree

@190875-glizzy-gobler
Copy link

they should ask like this: Can i please have a account or help me get hacks please and thankyou.

@Fe4rlessfan121
Copy link

lmao

@190875-glizzy-gobler
Copy link

is that why you said lol

@Fe4rlessfan121
Copy link

yes my text is kinda slow

@190875-glizzy-gobler
Copy link

are you a fishy brudda i assume so cause ur pfp

@Fe4rlessfan121
Copy link

eh i just thought it was funny

@190875-glizzy-gobler
Copy link

i have to go its time for my school

@190875-glizzy-gobler
Copy link

oh okay bye for now

@Fe4rlessfan121
Copy link

this might random but i listen to this when i think about when my dad died of heart attack ;-;

https://www.youtube.com/watch?v=cx7lbPE7Hpk

@Fe4rlessfan121
Copy link

and ok bye

@190875-glizzy-gobler
Copy link

im back and how much wins you got on your main account?

@Fe4rlessfan121
Copy link

Fe4rlessfan121 commented Feb 3, 2021

here my vid account stats

WINS
199

WIN % 5.30

KILLS: 7,118
K/D: 2.01

@Fe4rlessfan121
Copy link

i have three accounts

@NX721
Copy link

NX721 commented Feb 3, 2021

I cahnged ur name To W12-4RD

@Isaiahadams207
Copy link

@NX721 can i ask u a question

@Fe4rlessfan121
Copy link

hi

@190875-glizzy-gobler
Copy link

it still says super as my name

@Fe4rlessfan121
Copy link

oof

@190875-glizzy-gobler
Copy link

My game literally broke down...!!

@Fe4rlessfan121
Copy link

what youve been hacked

@Fe4rlessfan121
Copy link

try to log back in?

@190875-glizzy-gobler
Copy link

how i just logged back in

@Fe4rlessfan121
Copy link

false alarm

@Fe4rlessfan121
Copy link

i forgot your fortnite name

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@190875-glizzy-gobler
Copy link

oh ill add you when i get chance prbly in 1 week :(

@Fe4rlessfan121
Copy link

thanks

@Fe4rlessfan121
Copy link

das ok

@190875-glizzy-gobler
Copy link

just a question are you acctualy 20 or you were just joking?

@Fe4rlessfan121
Copy link

fr

@Fe4rlessfan121
Copy link

im 20

@190875-glizzy-gobler
Copy link

what does fr mean?

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@Fe4rlessfan121
Copy link

it means for real

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@Fe4rlessfan121
Copy link

lol fareal

@190875-glizzy-gobler
Copy link

o okay well ill be back in 2 days cause i need to focuse on school wes learning important stuff rn.

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@Fe4rlessfan121
Copy link

yep

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@190875-glizzy-gobler
Copy link

wait ay fe4rless how much subs you got and it says your earnings are 99 k a vid on this real time sub count and earnings

@190875-glizzy-gobler
Copy link

omg you have 81 k subs?

@Fe4rlessfan121
Copy link

SUPRRISEEEEE

@Fe4rlessfan121
Copy link

my last vid was kinda weird i think i called it that moon tho

@190875-glizzy-gobler
Copy link

bro your gonna have a big channel keep growing the channel. blessings :)

@Fe4rlessfan121
Copy link

aww thanks bro much love if i dont forget i might add credit to you in my next vid+a shout out

@190875-glizzy-gobler
Copy link

i might make a video yt when im older and when i get a good setup.

@Fe4rlessfan121
Copy link

its funny that i i do this in my spare time

@190875-glizzy-gobler
Copy link

no no no credit i dont need i barely even use youtube

@Fe4rlessfan121
Copy link

it make good content for my dude camden

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@Fe4rlessfan121
Copy link

u sure

@190875-glizzy-gobler
Copy link

im gonna get all my friends to sub cause i feel like it and you deserve it.

@Fe4rlessfan121
Copy link

i havent posted in awhile because it has to be a GOOD video

words of my dude faerless

@190875-glizzy-gobler
Copy link

ye im sure

@190875-glizzy-gobler
Copy link

ye i uderstand

@Fe4rlessfan121
Copy link

i appreciate the support thank so much

@190875-glizzy-gobler
Copy link

i dunno

@Fe4rlessfan121
Copy link

i appreciate the support thank so much

@190875-glizzy-gobler
Copy link

i dunno

@Fe4rlessfan121
Copy link

i appreciate the support thank so much

@190875-glizzy-gobler
Copy link

i dunno

@190875-glizzy-gobler
Copy link

yeah man and to the xx guy i dunno

@190875-glizzy-gobler
Copy link

m thing glithc its saying things over again.

@Fe4rlessfan121
Copy link

srry it wont let me comment

@Fe4rlessfan121
Copy link

there we it fixed

@Fe4rlessfan121
Copy link

alright schools important stay safe k

@190875-glizzy-gobler
Copy link

ok so du yo only play fortnite

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@Fe4rlessfan121
Copy link

i dont wanna make u lose ur attention to schools so have a nice day!:)

@NX721
Copy link

NX721 commented Feb 3, 2021

@NX721 can i ask u a question

what?

@190875-glizzy-gobler
Copy link

ayo @NX721 it still says super as my name sorry to annoy you if i am

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@190875-glizzy-gobler
Copy link

ok

@NX721
Copy link

NX721 commented Feb 3, 2021

@NX721 can i ask u a question

what?

@Fe4rlessfan121
Copy link

and no i play other games in my spare time bye

@190875-glizzy-gobler
Copy link

aight i play ps4 to download warframe. g!

@190875-glizzy-gobler
Copy link

oof

@190875-glizzy-gobler
Copy link

oof

@190875-glizzy-gobler
Copy link

Hhelloo

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@190875-glizzy-gobler
Copy link

what do mr mean im doom af

@190875-glizzy-gobler
Copy link

if mean mastery im on 4

@Fe4rlessfan121
Copy link

i mostly play on switch when not recording

@190875-glizzy-gobler
Copy link

if mean mastery im on 4

@190875-glizzy-gobler
Copy link

ok

@190875-glizzy-gobler
Copy link

im bouta get rhino soon i need controle module and splastids

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@190875-glizzy-gobler
Copy link

brb

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@Fe4rlessfan121
Copy link

i gtg im going to hang out with my boy absorber(use link for absorbers channel)

https://www.youtube.com/channel/UCoFAXYhrf9rnC65LuZP7VLw

@NX721
Copy link

NX721 commented Feb 3, 2021

Anyone Here???

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@190875-glizzy-gobler
Copy link

im back and btw i startesd 2 weeks ago

@190875-glizzy-gobler
Copy link

Yeah @NX721 and my ps4 name is Azul-nino im not spanish But call me AZ

@190875-glizzy-gobler
Copy link

wait can you give me controle module if you have any plss i need to craft my first frame

@190875-glizzy-gobler
Copy link

@NX721
Copy link

NX721 commented Feb 3, 2021

???

@190875-glizzy-gobller
Copy link

190875-glizzy-gobller commented Feb 3, 2021

YO HELLO MY TRACKER TOLD ME SKULLBLOODS HERE IS THIS TRUE

@190875-glizzy-gobller
Copy link

hello?

@190875-glizzy-gobller
Copy link

HELLLLLLOOOOOOOOOOOOO

@Fe4rlessfan121
Copy link

ayo,wussup

@190875-glizzy-gobler
Copy link

uh what?

@190875-glizzy-gobller
Copy link

have you seen A dude named skullblood?:)

@190875-glizzy-gobller
Copy link

have you

@XxgopazziveXx
Copy link

XxgopazziveXx commented Feb 3, 2021 via email

@190875-glizzy-gobller
Copy link

ok

@Fe4rlessfan121
Copy link

yo hello?

@190875-glizzy-gobler
Copy link

i am in the cunfusionnnnnnnnnnnnnnnnnnnnnnnnnnnnn!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Copy link

ghost commented Feb 3, 2021 via email

@Fe4rlessfan121
Copy link

well absorber wouldnt pick up the phone so i guess im sticking around here

@Fe4rlessfan121
Copy link

is anyone here?

@190875-glizzy-gobler
Copy link

oh that person said he know skullblood i wonder hoo that is. !:(

@190875-glizzy-gobler
Copy link

ye im here

@Fe4rlessfan121
Copy link

kk

@Fe4rlessfan121
Copy link

how did he know?

@Fe4rlessfan121
Copy link

thats kinda creepy

@Fe4rlessfan121
Copy link

oof

@190875-glizzy-gobler
Copy link

uh oh all my emails got deleted atomaticaly

@190875-glizzy-gobler
Copy link

its kinda sus he said TRACKER

@190875-glizzy-gobler
Copy link

well he prbly went back in comments and just said he tracked you

@Fe4rlessfan121
Copy link

uh oh

@Fe4rlessfan121
Copy link

i feel like Im IN DAngEr

@Fe4rlessfan121
Copy link

that is kinda sus

@190875-glizzy-gobler
Copy link

i dont know but it is real wierdddd

@190875-glizzy-gobller
Copy link

THIS TIME I KNOW HES HERE HES ON A DIFFRENT ACCOUNT SO TELL ME WITCH ONE HE IS OR GET HACKED

@190875-glizzy-gobler
Copy link

if you in da hood stay real real safe

@190875-glizzy-gobller
Copy link

HOW R ALL UR DELETED EMAILS?

@190875-glizzy-gobller
Copy link

I WILL FIND U SKULL

@190875-glizzy-gobler
Copy link

its the fe4rless121 im sorry

@Fe4rlessfan121
Copy link

YOU SOLD ME OUT LIKE THAT BRO YYY

@190875-glizzy-gobler
Copy link

im sorry

@190875-glizzy-gobller
Copy link

ok now thats done,hi

@190875-glizzy-gobller
Copy link

hello

@190875-glizzy-gobller
Copy link

u sold ur friend out thats d*** move

@Fe4rlessfan121
Copy link

yo hello?😰
😨

@190875-glizzy-gobller
Copy link

hi

@NX721
Copy link

NX721 commented Feb 3, 2021

Hey I changed ur name to w12-4rd can u check pls

@190875-glizzy-gobller
Copy link

thank you

@190875-glizzy-gobller
Copy link

yo nx721 can u hack my brothers new account and put alot of stuff on it

@190875-glizzy-gobller
Copy link

plzz

@190875-glizzy-gobller
Copy link

NX721 can u do like plz put stuff on my friends new account plz

@Isaiahadams207
Copy link

Hey NX721 do u think u can make my name on prodigy w12-4rd

@Isaiahadams207
Copy link

please

@190875-glizzy-gobller
Copy link

btw isaiasah i think henry/fearlessfan121 got hacked

@190875-glizzy-gobller
Copy link

heloo?

@NX721
Copy link

NX721 commented Feb 3, 2021

I'm offically suspending the account giveaway

@NX721
Copy link

NX721 commented Feb 3, 2021

Please do not contact me on Gmail and ping me here if you have questions.

@190875-glizzy-gobller
Copy link

hi

@NX721
Copy link

NX721 commented Feb 4, 2021

Hi

@xdbit
Copy link

xdbit commented Feb 4, 2021

hi

@xdbit
Copy link

xdbit commented Feb 4, 2021

i need a hacked accout

@xdbit
Copy link

xdbit commented Feb 4, 2021

hi

@190875-glizzy-gobller
Copy link

thx you for the name change bro

@xdbit
Copy link

xdbit commented Feb 4, 2021

hi

@xdbit
Copy link

xdbit commented Feb 4, 2021

190875-glizzy-gobller

@xdbit
Copy link

xdbit commented Feb 4, 2021

105136242-4b015800-5b2c-11eb-9fac-73ae630dc146

@xdbit
Copy link

xdbit commented Feb 4, 2021

i need a hacked account like this

@xdbit
Copy link

xdbit commented Feb 4, 2021

dose anyone play fortnite in here if you do then Add me XD_TheRealSB25

@190875-glizzy-gobller
Copy link

i do

@xdbit
Copy link

xdbit commented Feb 4, 2021

hey

@xdbit
Copy link

xdbit commented Feb 4, 2021

what your epic

@190875-glizzy-gobller
Copy link

190875-glizzy-gobller commented Feb 4, 2021

srry for late response

epic: Ttv beasted4life

@xdbit
Copy link

xdbit commented Feb 4, 2021

ok

@xdbit
Copy link

xdbit commented Feb 4, 2021

i can t get on in fortnite right now so i will add you at friday

@190875-glizzy-gobller
Copy link

kk

@xdbit
Copy link

xdbit commented Feb 5, 2021

hi

@NX721
Copy link

NX721 commented Feb 5, 2021

Why would you enter your credentials here?

@xdbit
Copy link

xdbit commented Feb 5, 2021

i could only change your to w12-4rd with only hacks

@xdbit
Copy link

xdbit commented Feb 5, 2021

nx721 do you have a hacked account

@xdbit
Copy link

xdbit commented Feb 5, 2021

anyone there

@xdbit
Copy link

xdbit commented Feb 5, 2021

i really want a hacked prodigy account

@xdbit
Copy link

xdbit commented Feb 6, 2021

hi

@pwixs
Copy link

pwixs commented Feb 6, 2021

.....chill it's just a hair in a game :/ why do people need to be this angry over a math game hair

@EggInASuit
Copy link

is anyone here?

Hi, I am here and saw that you posted revised and working commands for the hack a long time ago. When I try to put those into the console, or even the original post script, it gives me an error. Could you be kind enough to help me through the process?
thank you

@190875-glizzy-gobller
Copy link

yeah email me those so i can put them in chat:)

@bryson905
Copy link

Screenshot 2021-02-08 at 9 46 57 AM
i don't hack like you losers!:)

@bryson905
Copy link

JK how do you hack on chromebook because everything is restricted for me

@brads391
Copy link

brads391 commented Feb 8, 2021

i have figured out how to do it on school chromebook

@xdbit
Copy link

xdbit commented Feb 8, 2021

hi

@xdbit
Copy link

xdbit commented Feb 8, 2021

how do you put dose picture?

@xdbit
Copy link

xdbit commented Feb 8, 2021

JK how do you hack on chromebook because everything is restricted for me

idk

@xdbit
Copy link

xdbit commented Feb 8, 2021

breaking news the chrome extensions prodigy hacking it works now link https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/wiki/How-to-install-hacks

@bryson905
Copy link

How everything is restricted for me

@190875-glizzy-gobller
Copy link

bro every one reading this sub to this guy on yt

https://www.youtube.com/c/BoltyonYT/videos

@xdbit
Copy link

xdbit commented Feb 9, 2021

@xdbit
Copy link

xdbit commented Feb 9, 2021

i want 124k subscribers

@190875-glizzy-gobller
Copy link

ok heres my yt

youtube.com/channel/UCTo2GYwDmsteDvHIZzBX4yg

@190875-glizzy-gobller
Copy link

the bolty you channel is my friend my yt is skull blood

@kevinggtf
Copy link

it not wrok can i get a hacked if possebel it says VM37571:62 Uncaught ReferenceError: PIXI is not defined
at getallGems (:62:1)
at HTMLButtonElement.onclick ((index):1)
getallGems @ VM37571:62
onclick @ (index):1

@Isaiahadams207
Copy link

does anyone have a nitro type account with unlimted money

@NX721
Copy link

NX721 commented Feb 20, 2021

Screenshot 2021-02-08 at 9 46 57 AM
i don't hack like you losers!:)

Wow u pay for membership? XD

@moder01
Copy link

moder01 commented Feb 27, 2021

they should ask like this: Can i please have a account or help me get hacks please and thankyou.
jamesj4686

d1099674

@NX721
Copy link

NX721 commented Mar 1, 2021

I'm gonna give away a Prodigy Account to first person who @'s me on my repository called: Random Repository.

@maria11FANOFPRODIGY
Copy link

ibk

i cant do it for some reason it sayd page not found 404

@maria11FANOFPRODIGY
Copy link

image

@maria11FANOFPRODIGY
Copy link

see

@maria11FANOFPRODIGY
Copy link

I'm gonna give away a Prodigy Account to first person who @'s me on my repository called: Random Repository.

can i have ur accouunt

@maria11FANOFPRODIGY
Copy link

can i have an account? anyone

@maria11FANOFPRODIGY
Copy link

can i have someones account?

@maria11FANOFPRODIGY
Copy link

i

Screenshot 2021-02-08 at 9 46 57 AM
i don't hack like you losers!:)

Wow u pay for membership? XD

can i have ur account?

@maria11FANOFPRODIGY
Copy link

image

look guys

@maria11FANOFPRODIGY
Copy link

im on school chromebook
and when i do it it says error 404

@maria11FANOFPRODIGY
Copy link

maria11FANOFPRODIGY commented Mar 1, 2021

im on school chromebook
and when i do it it says error 404
SO HELP ME

:( i need a account if u have one add me on discord here : Mariaa#8094

@pwixs
Copy link

pwixs commented Mar 1, 2021

I'm gonna give away a Prodigy Account to first person who @'s me on my repository called: Random Repository.

i @-ed you on the repository

@NX721
Copy link

NX721 commented Mar 2, 2021

ok

@TheRral
Copy link

TheRral commented Mar 4, 2021

hi guys it me xdbit my other github account got hacked

@Sans1269734
Copy link

can someone give me everything on my account my account is TylerD112211 and password is 3123t

@pwixs
Copy link

pwixs commented Mar 5, 2021

can someone give me everything on my account my account is TylerD112211 and password is 3123t

uh not a good idea to type ur login here

@Sans1269734
Copy link

uh sorry i need hacks

@Sans1269734
Copy link

im on school chromebook

@pwixs
Copy link

pwixs commented Mar 5, 2021

oh try waiting for someone to see if they'll help you or something then

@NX721
Copy link

NX721 commented Mar 6, 2021

no not possible with school chromebooks

@kingnoonious
Copy link

kingnoonious commented Mar 6, 2021

hello my email is dg1004158@mypusd.org plz give me a hacked account with epics plzz

@NX721
Copy link

NX721 commented Mar 7, 2021

Join my Discord! https://discord.gg/RwegUe2sKq
You might get free hacks!

@kingnoonious
Copy link

kingnoonious commented Mar 7, 2021 via email

@kingnoonious
Copy link

also it is restricted...

@kingnoonious
Copy link

can someone hack my account for all of the epics cuz idk how to hack in the first place...

@kingnoonious
Copy link

my Username:
DavidG24628

Password:
1234
someone plz hack it.

@kingnoonious
Copy link

is anyone here?

@kingnoonious
Copy link

wait wrong account it is Username
DavidG24325
Password
1234

@TheRral
Copy link

TheRral commented Mar 9, 2021

hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii

@dylanb5859
Copy link

wasup

@dylanb5859
Copy link

can anyone give me a account lvl 100 and everything on it

@dylanb5859
Copy link

Can i please have a account or help me get hacks please and thankyou. text me if u can give me one alexander.pitts@pirates.drewcentral.org

@dylanb5859
Copy link

hi

@kingnoonious
Copy link

y no one helping us?

@brads391
Copy link

i can help y'all

@kingnoonious
Copy link

PLZZ HELP my account is DavidG24325 Password is 1234

@kingnoonious
Copy link

I want everything in the game except defeating the dark tower.

@kingnoonious
Copy link

and I want to be level 100

@kingnoonious
Copy link

If it is possible is there a way I can rescue the pets in the dark tower?

@jon847
Copy link

jon847 commented Mar 11, 2021

no there is not a way to recsure pets in the dark tower

@kingnoonious
Copy link

kingnoonious commented Mar 11, 2021 via email

@Bobbuxvanni
Copy link

hello there my name is bobbuxvanni and i need somebody to give me the prodigy epics and infinite healt and an op account so pls hack it go to the log in page go to "sign in with google" and press "use another account" button my my email is 27_ej88571@dist60.net and password is sillyIn<55

@Bobbuxvanni
Copy link

hello there my name is bobbuxvanni and i need somebody to give me the prodigy epics and infinite healt and an op account so pls hack it go to the log in page go to "sign in with google" and press "use another account" button my my email is 27_ej88571@dist60.net and password is sillyIn<55

and also pls hack it i need help so eh yeah plsssssss i want to be cool like my friends :( so pls somebody hack my account so i can have everything infinite :(

@kingnoonious
Copy link

kingnoonious commented Mar 12, 2021 via email

@brads391
Copy link

kingnoonious i am done and check your account

@brads391
Copy link

and kingnoonious it might remove the items i give you but your level , gold , and stats should stay as i put them

@brads391
Copy link

and the conjure cubes should still be there

@ggggggg856
Copy link

what

@ggggggg856
Copy link

kingnoonious put hacks on his account he's member and he's level 100 his username is DavidG24325 pass 1234 :)

@ggggggg856
Copy link

function FreeMemberShip() {

@ggggggg856
Copy link

Brads391 im mad

@ggggggg856
Copy link

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee i can hack you

@4046509
Copy link

4046509 commented Mar 12, 2021

can you cut me some slack im new i just got acount

@4046509
Copy link

4046509 commented Mar 12, 2021

can you hack my acount
user topherm64
pass bruh i need hacks
btw it just another account of mine!

@4046509
Copy link

4046509 commented Mar 12, 2021

btw i like prodigy and brads391 can you hack us???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? plz im on school chromebook so i cant axes anything btw this is my bribe 😢😢😥🤧🐕🐕🐕🐕🐕🐕🐕🌺🌺🦔🦔🐬🐬🐬🐬🐬🕊️🦢🦢🦢🐦🐿️🦦🦚🦚🦚🦚🦈🦈🦈🦈🦈🦈🦈🦈🦈🦈🦈🦈🦈🦈🦈🦈🦈

@Bobbuxvanni
Copy link

and the conjure cubes should

and the conjure cubes should still be there

can you do me next pls??

@4046509
Copy link

4046509 commented Mar 12, 2021

srry

@Bobbuxvanni
Copy link

i can help y'all

pls give me the produgy epics if you can cuz all my friends are making fun of me cuz i dont have the prodigy epics :(

@brads391
Copy link

sorry was offline

@brads391
Copy link

sorry was offline

@ggggggg856
Copy link

y

@kingnoonious
Copy link

Is it ok if I have infinite everything including having epics plzzz. I bought everything I can wit my gold...

@4046509
Copy link

4046509 commented Mar 15, 2021

omg you hack someone else but nooo you dont hack us who are on school chromebooks
plus stop hacking wach this guy https://www.youtube.com/watch?v=J2pBNshrnhs

@brads391
Copy link

brads391 commented Mar 15, 2021

sorry was offline

WILL U HACK ME TO GET THE EPICS EMAIL IS: 27_ej88571@dist60,net AND PASS IS :sillyIn<55 USE IT ON THE OTHER BUTTON THAT SAYs "Use another account* RIGHT NOW CUZ IM GETTING PISSED OFF

Ok sorry for being late just seen this doing the process now

@brads391
Copy link

omg you hack someone else but nooo you dont hack us who are on school chromebooks
plus stop hacking wach this guy https://www.youtube.com/watch?v=J2pBNshrnhs

that's because i'm busy and now i have time so send me the accounts you want hacked

@brads391
Copy link

Your account is now hacked with everything Bobbuxvanni

@FreakyMcallister
Copy link

Can someone give me there level 100 membership account please im down in the dumps and i dont know i just want an account lol you can message me the username and password so nobody else can see what you typed you can message me at redreader.1@outlook.com 😋

@FreakyMcallister
Copy link

@brads391 can you hack my account or if you wont or cant i will just someone elses

@Bobbuxvanni
Copy link

Your account is now hacked with everything Bobbuxvanni

sure everything but i need the membership and also i cant battle anyone or i cant battle a monster so pls fix that(follow me on scratch https://scratch.mit.edu/users/bobbuxvanni/)

Copy link

ghost commented Mar 16, 2021 via email

@Bobbuxvanni
Copy link

WOULD YOU GUYS STO GOING TO MY ACCOUNT PLS ITS ANNOYING IMMA HAVE TO REPORT MAN

@pwixs
Copy link

pwixs commented Mar 17, 2021

is anyone else super laggy on prodigy

@pwixs
Copy link

pwixs commented Mar 17, 2021

everything is so slow at loading

@pwixs
Copy link

pwixs commented Mar 17, 2021

also here is how to get free 3 month membership (process is long):

  1. make sure you have two emails
  2. make one teacher account and wait a few days
  3. there should be a "share prodigy" button soon
  4. share and put one of your emails there
  5. go to gmail, that account, open that email, and click link to make class
  6. make a student
  7. log onto student account
  8. play until you finish tutorial
  9. wait a few days
  10. check main teacher account
  11. click "share prodigy"
  12. it should say the other class finished and you can claim the membership
  13. make your main prodigy account join that class, then give the membership

this still works i think, you need to be patient tho
might not work sometimes

@Bobbuxvanni
Copy link

whoever keeps changing my name too deboriah pls stop thats fucking annoying bro so pls stop hacking my account now thank you(also why cant you go into ur account??)

@0-U-s-e-r-n-a-m-e-0
Copy link

^ ^ yeah that takes forever

@Bobbuxvanni
Copy link

someones hacking my account]
Screenshot 2021-03-21 7 52 15 PM

@kingnoonious
Copy link

did someone give me epics? or did no one do dat?

@kingnoonious
Copy link

have the same issue same exact costume and everything that person does not have a taste of fashion that is for sure. my account ugly.

@xdthebot
Copy link

hi guys i am xdthebot and i want to give free prodigy accout so everyone could stop asking i will give a free prodigy accout in 1 hour

@xdthebot
Copy link

have the same issue same exact costume and everything that person does not have a taste of fashion that is for sure. my account ugly.

if your account is ugly i could give you a free account

@kingnoonious
Copy link

kingnoonious commented Mar 23, 2021 via email

@kingnoonious
Copy link

plz give me everything in the game as well as epics and every pet and item plz.

@kingnoonious
Copy link

kingnoonious commented Mar 23, 2021 via email

@kingnoonious
Copy link

ohh and does anyone know where I can hack Nitro Type? to get Nitro gold and
infinite money?
and is it possible for me to get into the astral tower?

@xdthebot
Copy link

free prodigy accout
user ronaldm1769
pass 1234

Copy link

ghost commented Mar 25, 2021

this is outdated

Copy link

ghost commented Mar 25, 2021

guys this is the new hacking instructions: https://youtu.be/w6rFADL9-qg

@kingnoonious
Copy link

ok and can someone make my new account membership? i can not get a lot of the things. including da invis cloak.

@0-U-s-e-r-n-a-m-e-0
Copy link

ok and can someone make my new account membership? i can not get a lot of the things. including da invis cloak.

stop being so greedy

@kingnoonious
Copy link

kingnoonious commented Mar 25, 2021 via email

@kingnoonious
Copy link

kingnoonious commented Mar 25, 2021 via email

@Isaiahadams207
Copy link

@xdthebot
Copy link

xdthebot commented Mar 25, 2021

can someone tell me how to get SNOW ERMINE in prodigy
the buddy

@junethebest12
Copy link

hack my account user:rashornew7 password:12344321

Copy link

ghost commented Mar 26, 2021 via email

@gamingfunny
Copy link

@Isaiahadams207
Copy link

can anyone please give me a hacked prodigy acc with a really good house my email is Isaiahadams838@gmail.com

@junethebest12
Copy link

somebody can you make me a account with member?

Copy link

ghost commented Mar 28, 2021

@Isaiahadams207
Copy link

Im hacking peoples accs for them but it has to be a acc with stuff on it cause i can only hack that email me if u want me to hack ur acc isaiahadams838@gmail.com

@noobinprodigy
Copy link

can someone give me a free hacked acc or hack mine my email is chendrix@student.lincolncharter.org and i am on a school computer pls and thx

@noobinprodigy
Copy link

helloooooo?

@kasonlehr3243
Copy link

plese help my get hackks my email is kasonlehr0@gmail.com

@gamingfunny
Copy link

ok tell me your username and password

@kasonlehr3243
Copy link

kasonlehr3243 commented Apr 15, 2021 via email

@kasonlehr3243
Copy link

kasonlehr3243 commented Apr 16, 2021 via email

@ProdigyHacker25
Copy link

ProdigyHacker25 commented Apr 16, 2021 via email

@Membership-ramosmonjaras

Hi is there one anyone can share and not changed password.

@Membership-ramosmonjaras

How can I hack prodigy a download prodigy hacking with school computer?

@ProdigyHacker25
Copy link

ProdigyHacker25 commented Apr 19, 2021 via email

@ProdigyHacker25
Copy link

ProdigyHacker25 commented Apr 19, 2021 via email

@ProdigyHacker25
Copy link

ProdigyHacker25 commented Apr 19, 2021 via email

@ProdigyHacker25
Copy link

ProdigyHacker25 commented Apr 19, 2021 via email

@ProdigyHacker25
Copy link

ProdigyHacker25 commented Apr 19, 2021 via email

@kingnoonious
Copy link

Username DavidG24325

Password 12345

@kingnoonious
Copy link

plz hack my account.

@ProdigyHacker25
Copy link

ProdigyHacker25 commented Apr 20, 2021 via email

@junethebest12
Copy link

can u hack me i want everything in game level 100 free member all buddies and level 100 pets please user:alexw20492 pass:soar

@ProdigyHacker25
Copy link

ProdigyHacker25 commented Apr 20, 2021 via email

@ProdigyHacker25
Copy link

ProdigyHacker25 commented Apr 20, 2021 via email

@ProdigyHacker25
Copy link

ProdigyHacker25 commented Apr 20, 2021 via email

@ProdigyHacker25
Copy link

ProdigyHacker25 commented Apr 20, 2021 via email

@ProdigyHacker25
Copy link

ProdigyHacker25 commented Apr 20, 2021 via email

@ProdigyHacker25
Copy link

ProdigyHacker25 commented Apr 20, 2021 via email

@ProdigyHacker25
Copy link

ProdigyHacker25 commented Apr 20, 2021 via email

@ProdigyHacker25
Copy link

ProdigyHacker25 commented Apr 20, 2021 via email

@ProdigyHacker25
Copy link

ProdigyHacker25 commented Apr 20, 2021 via email

@ProdigyHacker25
Copy link

ProdigyHacker25 commented Apr 20, 2021 via email

@ProdigyHacker25
Copy link

ProdigyHacker25 commented Apr 20, 2021 via email

@pwixs
Copy link

pwixs commented Apr 21, 2021

anyone want their account hacked with everything

@Membership-ramosmonjaras

Hi there prodigy hacker25 can you hack my account with the infinity level please email me Jacque-ramosmonjaras@pgcps.org with every thing please

@Membership-ramosmonjaras

here is may account Username:SuperD984 Password:place70

@Membership-ramosmonjaras

here is may account Username:SuperD984 Password:place70

@Membership-ramosmonjaras

With everthing membership epics

@Membership-ramosmonjaras

p

@Membership-ramosmonjaras

and yes

@1fnafexpert1
Copy link

anyone want their account hacked with everything

me please but i dont know how to send

@Firebreather-alexis
Copy link

Free prodigy account Use:SuperD984 Pass:Star Do not change the password

@Firebreather-alexis
Copy link

hack it

@Firebreather-alexis
Copy link

Use:pradyunsaip Pass:dog8

@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

@mihitala
Copy link

mihitala commented Mar 18, 2022

Can you please hack my account on Prodigy I really want trailmaster gear and miras robe and dragonx gear and rainbow cloud also level 100 I want every single gear and every single wand and also every arena award please and also every single epic and buddy : username Jakylonm10 :Password 5639

@pwixs
Copy link

pwixs commented Mar 20, 2022

guys just download the hacking extension it's that simple

@mihitala
Copy link

for me I'm on a school laptop and the extension is blocked by admin so that's why I'm here lol

@HaCkerdontell
Copy link

Someone hack my account pls i just want member ship and every pet in the game with some levels pls username:fortnitek1244
password:passwords someone hack my account comment when done

@HaCkerdontell
Copy link

@mihitala there u go everything in your inv not level 100 but close

@mihitala
Copy link

ok thank you

@mihitala
Copy link

mihitala commented Mar 28, 2022

omg i just got it thank you sooo much!! @HaCkerdontell

@vonvon1046
Copy link

i wish I knew how to hack so I can give ya stuff @HaCkerdontell

@vonvon1046
Copy link

Hey can u get me mimbership and ranibow cloud and a tun lod of coins my usser:avonm20pass:am9395 @HaCkerdontell

@vonvon1046
Copy link

hi nigger in gay people

@pwixs
Copy link

pwixs commented Mar 30, 2022

wtf is wrong with you

@mihitala
Copy link

mihitala commented Apr 2, 2022

thats not very nice bruh

@hey55
Copy link

hey55 commented Apr 4, 2022

@HaCkerdontell please hack my account plzzzz Username:AdanR23311 Password:8526 PLZZZZZZ HACK MY ACCOUNT

@prodigy123-s
Copy link

Can someone plz give me member ship and lvl 100 and all pets user demondp103 pass book44 comment when done

@dakotas34
Copy link

i try to get hack extension but it is 404 not working

@dakotas34
Copy link

i hack prodigy thought

@Selivus07
Copy link

Someone hack my acc pls. username: MauriceB2093 .Password: 906696

Please i want to make my friends scream at school, and thx

@Selivus07
Copy link

or teach me how to do it

@ineedsomeonetohackprodigymathaccount

me
to

@ineedsomeonetohackprodigymathaccount

me

@Starlightq
Copy link

Guys its a SCAM

@brob1587
Copy link

@HaCkerdontell pls hack my acc username is : kasonm694
Pass is : holy

@brob1587
Copy link

And add hack menu

@dakotas12
Copy link

omg i have hacks and my coputer disallowed the hacks on prodigy

@dakotas12
Copy link

and i try and an extension it did have 404 error

@dakotas12
Copy link

i had a 404 error

@dakotas12
Copy link

dang it the school blocked my haks

@mihitala
Copy link

sup guys im finally back after 11 days looks like we have some new members :)

@mihitala
Copy link

and its not a scam ive been here way longer than most of you guys and i got all the stuff i asked for but it might take a couple days- a couple of weeks

@Roxstar12
Copy link

Hey i have almost every thing but not some epics and not member so can u please do it for me.
Username : ishanr159
Password: book69

@rinnegan12345
Copy link

Hi can you give me everything in the game
Username PrithviV54
password Ultimate or 10042011

@rinnegan12345
Copy link

how do you use the code anyways

@Padster737
Copy link

i had a mystile and a keeper and someone set them free

@Padster737
Copy link

and a whole lot of other pets

@Padster737
Copy link

stlll dont have membership tho

@mihitala
Copy link

that don't normally happen cause when i got my stuff it didn't do anything but change my avatar to a girl so that pretty strange

@ThatMissGirl
Copy link

HELLO PPL, DON'T LEAVE UR ACC HERE, PPL MIGHT COME INTO UR ACC OR SMTH. ALSO I TRIED IT IT DIDN'T WORK SADLY.

@SUSSYpastaR
Copy link

this does not work :(

@mihitala
Copy link

what do yeah meen by don't leave your acc here

@mihitala
Copy link

bc how are ppl supposed to log into your acc but first of all do you mean login to your aculler acc or this acc

@ryan15354
Copy link

@mihitala can u use it on my account and get me everything the mod apk gives you

@mihitala
Copy link

@ryan15354 of prodigy no cause i dont have the hacks but i can maybe contaced the guy who gave me the stuff if thats alright with you bro

@mihitala
Copy link

but his name is @HaCkerdontell but he hasn't been on for a while so i can find sum1 else to give u the items

@ineedsomeonetohackprodigymathaccount

help me to pls

@ineedsomeonetohackprodigymathaccount

Copy link

ghost commented Apr 29, 2022

Someone hack my acc pls. username: .Password:

Please i want to make my friends scream at school, and thx

jobs done, please delete your credentials from here, as people can reset your progress
edit: i did your home progress lol you had none

@ineedsomeonetohackprodigymathaccount

@jat354155 do me pls

Copy link

ghost commented Apr 29, 2022

@jat354155 do me pls

oke doke what stuff-
edit: user and pass
edit 2x: I can't put stuff on ur acc while I'm not on it-

@ineedsomeonetohackprodigymathaccount

every thing

@ineedsomeonetohackprodigymathaccount

like a god account

@ineedsomeonetohackprodigymathaccount

and can I hire you for my business

Copy link

ghost commented Apr 29, 2022

and can I hire you for my business

hire? no thanks. could'ja reread my last message?

Copy link

ghost commented Apr 29, 2022

and can I hire you for my business

okay then I'll send it again... I can't put stuff on your acc while I'm not on it, I need both your username and your password *prodigy one lol you can delete it from here when I am done, I swear to god this is no scam.
edit: oh it didn;t load lol

@ineedsomeonetohackprodigymathaccount

u done

@ineedsomeonetohackprodigymathaccount

what do i do

@ineedsomeonetohackprodigymathaccount

and waht do u use to hac it

Copy link

ghost commented Apr 29, 2022

and can I hire you for my business

you need permission to play after school hours lol

@ineedsomeonetohackprodigymathaccount

huh

@ineedsomeonetohackprodigymathaccount

what u use to hac it

Copy link

ghost commented Apr 29, 2022

huh

jobs done
edit: i use Phex, which was deleted long ago

@ineedsomeonetohackprodigymathaccount

ohhh

@ineedsomeonetohackprodigymathaccount

can u send me the link
to phex

@ineedsomeonetohackprodigymathaccount

@jat354155 do u do iready overloaded

Copy link

ghost commented Apr 29, 2022

@jat354155 do u do iready overloaded

ye

@ineedsomeonetohackprodigymathaccount

help me

Copy link

ghost commented Apr 29, 2022

@jat354155 do u do iready overloaded

https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/master/PHEx/build/extension.zip
that's the version i use
edit: extract the files by right clicking, and then drag the extracted files into chrome://extensions/ with dev mode enabled (on chrome lol)

Copy link

ghost commented Apr 29, 2022

@ineedsomeonetohackprodigymathaccount are you reading these still?

@ineedsomeonetohackprodigymathaccount

ok thanks

Copy link

ghost commented Apr 29, 2022

ok thanks

are you enjoying your new hax?

@ineedsomeonetohackprodigymathaccount

yes

@ineedsomeonetohackprodigymathaccount

about the iready

@ineedsomeonetohackprodigymathaccount

what do u use

Copy link

ghost commented Apr 29, 2022

what do u use

at the moment nothing, I am currently manually farming minutes and doing a lesson...*each week

Copy link

ghost commented Apr 29, 2022

what do u use

assuming that you are in elementary, I would suggest trying i-ready overload, if it works, then keep using it...
when you reach middle school either manually do lessons, or use i-ready overload...

@Kai2dope
Copy link

How

@mihitala
Copy link

mihitala commented May 2, 2022

@ineedsomeonetohackprodigymathaccount bruh i wish i could help you but i don't know how to hack it was @HaCkerdontell who did it for me sorry

@mihitala
Copy link

mihitala commented May 2, 2022

and @Kai2dope if you are an elementary school like me your computer prob doesn't allow you to download the hacking extension cause prob blocked by the admin so you came to the right place just wait until sum1 hacks you and gives you items

@mihitala
Copy link

mihitala commented May 2, 2022

hold up you need school permission to play prodigy after school hours? WTF!! are u kindergartener lol

@mihitala
Copy link

mihitala commented May 2, 2022

also sum1 plz make me admin in this program plz?

@eatmytoe
Copy link

dude it dont work

@mihitala
Copy link

FR?

@hackfindermod
Copy link

@jat354155 do u do iready overloaded

https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/master/PHEx/build/extension.zip that's the version i use edit: extract the files by right-clicking, and then drag the extracted files into chrome://extensions/ with dev mode enabled (on chrome lol)

how do i extract the files?

@mihitala
Copy link

?

@spelunkyman
Copy link

you need to copy a line out of the script for say get all hats

@kolerainey
Copy link

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 = 'Close Free Membership 1,000,000,000,0000 Coins Get All Pets <button type="button" onclick="{PIXI.game.prodigy.player.backpack.data.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

Custom Prodigy Mod Menu made by R1DD13 #8209

';

document.body.insertBefore(prodigydiv, document.body.firstChild);
Load earlier comments...
@ineedsomeonetohackprodigymathaccount
ineedsomeonetohackprodigymathaccount commented on Apr 29
what do i do

@ineedsomeonetohackprodigymathaccount
ineedsomeonetohackprodigymathaccount commented on Apr 29
and waht do u use to hac it

@jat354155
jat354155 commented on Apr 29
and can I hire you for my business

you need permission to play after school hours lol

@ineedsomeonetohackprodigymathaccount
ineedsomeonetohackprodigymathaccount commented on Apr 29
huh

@ineedsomeonetohackprodigymathaccount
ineedsomeonetohackprodigymathaccount commented on Apr 29
what u use to hac it

@jat354155
jat354155 commented on Apr 29 •
huh

jobs done
edit: i use Phex, which was deleted long ago

@ineedsomeonetohackprodigymathaccount
ineedsomeonetohackprodigymathaccount commented on Apr 29
ohhh

@ineedsomeonetohackprodigymathaccount
ineedsomeonetohackprodigymathaccount commented on Apr 29
can u send me the link
to phex

@ineedsomeonetohackprodigymathaccount
ineedsomeonetohackprodigymathaccount commented on Apr 29
@jat354155 do u do iready overloaded

@jat354155
jat354155 commented on Apr 29
@jat354155 do u do iready overloaded

ye

@ineedsomeonetohackprodigymathaccount
ineedsomeonetohackprodigymathaccount commented on Apr 29
help me

@jat354155
jat354155 commented on Apr 29 •
@jat354155 do u do iready overloaded

https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/master/PHEx/build/extension.zip
that's the version i use
edit: extract the files by right clicking, and then drag the extracted files into chrome://extensions/ with dev mode enabled (on chrome lol)

@jat354155
jat354155 commented on Apr 29
@ineedsomeonetohackprodigymathaccount are you reading these still?

@ineedsomeonetohackprodigymathaccount
ineedsomeonetohackprodigymathaccount commented on Apr 29
ok thanks

@jat354155
jat354155 commented on Apr 29
ok thanks

are you enjoying your new hax?

@ineedsomeonetohackprodigymathaccount
ineedsomeonetohackprodigymathaccount commented on Apr 29
yes

@ineedsomeonetohackprodigymathaccount
ineedsomeonetohackprodigymathaccount commented on Apr 29
about the iready

@ineedsomeonetohackprodigymathaccount
ineedsomeonetohackprodigymathaccount commented on Apr 29
what do u use

@jat354155
jat354155 commented on Apr 29 •
what do u use

at the moment nothing, I am currently manually farming minutes and doing a lesson...*each week

@jat354155
jat354155 commented on Apr 29 •
what do u use

assuming that you are in elementary, I would suggest trying i-ready overload, if it works, then keep using it...
when you reach middle school either manually do lessons, or use i-ready overload...

@Kai2dope
Kai2dope commented on Apr 29
How

@mihitala
mihitala commented on May 1
@ineedsomeonetohackprodigymathaccount bruh i wish i could help you but i don't know how to hack it was @HaCkerdontell who did it for me sorry

@mihitala
mihitala commented on May 1
and @Kai2dope if you are an elementary school like me your computer prob doesn't allow you to download the hacking extension cause prob blocked by the admin so you came to the right place just wait until sum1 hacks you and gives you items

@mihitala
mihitala commented on May 2
hold up you need school permission to play prodigy after school hours? WTF!! are u kindergartener lol

@mihitala
mihitala commented on May 2
also sum1 plz make me admin in this program plz?

@eatmytoe
eatmytoe commented on May 11
dude it dont work

@mihitala
mihitala commented on May 11
FR?

@hackfindermod
hackfindermod commented on May 13
@jat354155 do u do iready overloaded

https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/master/PHEx/build/extension.zip that's the version i use edit: extract the files by right-clicking, and then drag the extracted files into chrome://extensions/ with dev mode enabled (on chrome lol)

how do i extract the files?

@mihitala
mihitala commented on May 19
?

@spelunkyman
spelunkyman commented 12 days ago
you need to copy a line out of the script for say get all hats

@kolerainey

Leave a comment
No file chosen
Attach files by dragging & dropping, selecting or pasting them.
Footer
© 2022 GitHub, Inc.
Footer navigation
Ter

@afkvido
Copy link

afkvido commented Jul 10, 2022

The good old PIXI days

@ShawnC32
Copy link

PHEX still works in Windows 7

@ShawnC32
Copy link

dang it the school blocked my haks

Use a vpn

@afkvido
Copy link

afkvido commented Jul 16, 2022

PHEX still works in Windows 7

PHEx by ProdigyPNP works on chrome and edge.

@XPMUser
Copy link

XPMUser commented Jul 17, 2022

Prodigy works in Windows Vista.
https://getintopc.com/softwares/operating-systems/windows-vista-all-in-one-iso-free-download-1654903/
Prodigy does not work in Windows Vista if the iso file for Windows Vista is from elsewhere!

@XPMUser
Copy link

XPMUser commented Jul 17, 2022

Webgl is required to play Prodigy

@XPMUser
Copy link

XPMUser commented Jul 17, 2022

PHEX works in Windows 7 SP1 using Microsoft Edge

@afkvido
Copy link

afkvido commented Jul 17, 2022

Webgl is required to play Prodigy

yes

@XPMUser
Copy link

XPMUser commented Jul 17, 2022

Prodigy works in Windows Vista SP2, Windows 7 (build 7000 and/or later builds), and later using any web browser.

You can install Mypal for Windows Vista SP2 and Windows 7 beta from usb, cd/dvd and/or external hard drives.

@XPMUser
Copy link

XPMUser commented Jul 17, 2022

Prodigy works in Mypal

@XPMUser
Copy link

XPMUser commented Jul 17, 2022

There is no way to install any extension like PHEX in Mypal.

@XPMUser
Copy link

XPMUser commented Jul 17, 2022

Prodigy3980 is unable to do math

@101Blitz
Copy link

ty

@101Blitz
Copy link

hello

@Dylan690234
Copy link

Bro this is amazing my friends are so confused I love this

@DarkkEldragon
Copy link

LOL

@DarkkEldragon
Copy link

Prodigy3980 is unable to do math

That correct

@DarkkEldragon
Copy link

i m going change my prodigy lol

@westo11
Copy link

westo11 commented Nov 21, 2022

how do you hack?

@adriang2580
Copy link

it dint work

@334475
Copy link

334475 commented Feb 15, 2023

no work

@XPMUser
Copy link

XPMUser commented Mar 13, 2023

Bustin makes me feel good

@XPMUser
Copy link

XPMUser commented Mar 13, 2023

Prodigy works in Windows 7 build 6931 but PHE is not supported in mypal

@XPMUser
Copy link

XPMUser commented Apr 23, 2023

How to add things using slappygig.github.io?

@andrewclark3244
Copy link

I hav hacks that work but I get error 418 - a thing by prodigy to prevent cheats

@andrewclark3244
Copy link

maybe if you search "Glitchquake Networks"

@andrewclark3244
Copy link

Found that google docs that had some good stuff on it

@andrewclark3244
Copy link

But don't share this too much please, I don't want it to get blocked like proxy 1.0 & 2.0.
https://tinyurl.com/3r76dtzd

@carolineq447
Copy link

Can you hack mine?

Emal:2027liug@foothillcds.org
Password: Sugar523

@andrewclark3244
Copy link

use that to walk anywhere on prodigy map but u will need to use it again after a fight or 'map transition"

@andrewclark3244
Copy link

Oh yeah and @carolineq447 i will need ur username if u r not logged in with google but i will try

@andrewclark3244
Copy link

use that to unlock items, but if u unlock the gems like silverchill gems or something than put it inside the slot it will have a error 405 or 408 and it makes u lose the unlocked items and re log in, but if you equip items and a buddy before it has the error the equped ittems will stay there. And if you get a mount it will also stay there until u go into a tower u use a gem to uhnlock

@andrewclark3244
Copy link

oh yeah and the @carolineq447 the glitchquake networks doc is re-opening next school year but as u saw from the links above there is the unlock items and walk anywhere

@andrewclark3244
Copy link

oh, and @carolineq447 i will try logging in and thx for the info

@andrewclark3244
Copy link

but can i change your gear for better health bonus ones?
u can pick 'celestial' 'cosmic' and 'cake' legendary items

@andrewclark3244
Copy link

and i think can set ur level to 100
want me to

@andrewclark3244
Copy link

it'll hav weird stuff when u try to earn battle stars but u will be lvl 100

@andrewclark3244
Copy link

These code actually works

@afkvido
Copy link

afkvido commented Jun 1, 2023

@andrewclark3244 the script you provided is obfuscated code, and does not account for stars breaking.

const player = globalThis.Boot.prototype.game._state._current.user.source;
const level = 100;
const i = level - 2;
const xpConstant = 1.042;
player.data.stars = Math.round((1 - Math.pow(xpConstant, i)) / (1 - xpConstant) * 20 + 10);
player.data.level = level;
player.getLevel = () => {
  return player.data.level;
};
try { player.addWin() } catch (err) {}

above is a proper javascript for setting your level to 100.
you can copy paste that into your js console for level 100.

technical

The code that @andrewclark3244 provided is obfuscated (made unreadable), which already is a sign of untrustworthiness.
Using webcrack, I have found the code:

Deobfuscated
try {
  var level = parseInt(prompt("What grade do you want to be? (x <= 100) "));
} catch (err) {
  var level = NaN;
}
if (!Number.isNaN(level) && Number.isFinite(level)) {
  if (level > 100) {
    alert("Invalid Choice, must be (x <= 100)!");
  } else {
    Boot.prototype.game._state._current.user.source.data.level = level;
    Boot.prototype.game._state._current.user.source.addWin();
  }
}

This code does not account for the stars that a player adjust when the level is adjusted. Why? Not sure. That's how the Prodigy leveling system works.

also, i'm the owner of @ProdigyPNP (which was once the biggest prodigy hack before we shut down), so yes, i know my way around this shit

@carolineq447
Copy link

My user is GraceL47786

@carolineq447
Copy link

and i think can set ur level to 100 want me to

sure

@carolineq447
Copy link

but can i change your gear for better health bonus ones? u can pick 'celestial' 'cosmic' and 'cake' legendary items

yeah

@carolineq447
Copy link

use that to walk anywhere on prodigy map but u will need to use it again after a fight or 'map transition"

I don't have a hacking computer, but can you do it for me?

@carolineq447
Copy link

but can i change your gear for better health bonus ones? u can pick 'celestial' 'cosmic' and 'cake' legendary items

all please

@carolineq447
Copy link

I want to be cool like my friend

@andrewclark3244
Copy link

um, but since the error 418 will swoop in, u will lose all ur stuff except equipped ones

@andrewclark3244
Copy link

and @afkvido with all due respect, MY code doesn't fully work, yes, but you get the bonus of being level 100.

@andrewclark3244
Copy link

but @carolineq447 i gave u a legendary item outfit but im not sure if u will like it or not

@carolineq447
Copy link

Thanks but where's the flower bush mount?

@andrewclark3244
Copy link

flower bush mount?

@andrewclark3244
Copy link

I thought I gave you it but I will try again

@andrewclark3244
Copy link

oh yeah @carolineq447 did you earn hearts to get the mythical epics or did you use a unlock pets hack can you tell me?

@afkvido
Copy link

afkvido commented Jun 5, 2023

and @afkvido with all due respect, MY code doesn't fully work, yes, but you get the bonus of being level 100.

With all due respect to you sir, my code also gets you to level 100.

@andrewclark3244
Copy link

:)

@afkvido
Copy link

afkvido commented Jun 5, 2023

@XPMUser
Yo, no need to post your credentials.
Read this: Prodigy-Hacking/ProdigyMathGameHacking#170

If you put your credentials online, somebody may reset your account, delete your pets/items, access your personal information (i.e. state, grade, IP address, parent's email), change your name/appearance, give negative infinity gold, give glitched pets so that it's impossible to battle, change your password, or even log into your actual email. (List not exhaustive.)

@XPMUser
Copy link

XPMUser commented Jun 5, 2023

Gabriel lives in multiple Prodigy universes.

@andrewclark3244
Copy link

oh yeah @carolineq447 did you earn hearts to get the mythical epics or did you use a unlock pets hack can you tell me?

never mind i found out

@XPMUser
Copy link

XPMUser commented Jun 5, 2023

@XPMUser Yo, no need to post your credentials. Read this: Prodigy-Hacking/ProdigyMathGameHacking#170

If you put your credentials online, somebody may reset your account, delete your pets/items, access your personal information (i.e. state, grade, IP address, parent's email), change your name/appearance, give negative infinity gold, give glitched pets so that it's impossible to battle, change your password, or even log into your actual email. (List not exhaustive.)

Gabriel is free to use to see what completed looks like.

@andrewclark3244
Copy link

@XPMUser what r u talking about

@andrewclark3244
Copy link

r u saying 'Gabriel' has multiple Prodigy accounts?
Please correct me if I am wrong

@XPMUser
Copy link

XPMUser commented Jun 5, 2023

r u saying 'Gabriel' has multiple Prodigy accounts? Please correct me if I am wrong

Gabriel came from Old Prodigy also my wizard name is Gabriel Lifedreamer a.k.a Botanist Gabriel/Gabriel the W12-4RD/Hottie.

@XPMUser
Copy link

XPMUser commented Jun 5, 2023

He wanted a membership on the latest version of Prodigy on the real Prodigy site.

@XPMUser
Copy link

XPMUser commented Jun 5, 2023

https://drive.google.com/file/d/1IQEW0km15KVonqCQZ6gOvVtRxflqUVTl/view?usp=sharing

Download and use the file to get Gabriel with membership on Old Prodigy. xpmuser.github.io

@afkvido
Copy link

afkvido commented Jun 5, 2023

Nice prodigy archive

@XPMUser
Copy link

XPMUser commented Jun 5, 2023

Gabriel is still able to go to Clockwork Town Non-walking Firefly Forest and more removed/replaced/outdated areas.

@XPMUser
Copy link

XPMUser commented Jun 5, 2023

Screenshot 2023-05-14 143759
Screenshot 2023-05-18 051109
Screenshot 2023-05-18 191532
Screenshot 2023-06-03 081635
Screenshot 2023-06-03 082801
Screenshot 2023-06-03 084034
Screenshot 2023-06-03 084307
Screenshot 2023-06-03 084340
Screenshot 2023-06-03 084531
Screenshot 2023-06-03 085638
Screenshot 2023-06-03 132646
Screenshot 2023-06-03 211350
Screenshot 2023-06-03 211552
Screenshot 2023-06-03 212516
Here are Gabriel's Prodigy memories from 2015 and 2023.

@XPMUser
Copy link

XPMUser commented Jun 5, 2023

More than 8 years of Gabriel in Prodigy!

@XPMUser
Copy link

XPMUser commented Jun 5, 2023

I don't have Tech Gobbler but the Dancemaster name is still available in Old Prodigy.

@andrewclark3244
Copy link

Thats a nice account

@XPMUser
Copy link

XPMUser commented Jun 6, 2023

Gabriel has multiple datas

@XPMUser
Copy link

XPMUser commented Jun 6, 2023

  1. Most gold and bounty points (Old Prodigy)
  2. Less gold and bounty points than in old prodigy.

@XPMUser
Copy link

XPMUser commented Jun 6, 2023

The hottie was replaced with the Firedancer in Bonfire Spire.

@XPMUser
Copy link

XPMUser commented Jun 6, 2023

I work with Daboss7173.

@XPMUser
Copy link

XPMUser commented Jun 6, 2023

Type xpmuser.github.io on the address bar and then press enter instead of clicking on it or 'this with' to get Old Prodigy.

@XPMUser
Copy link

XPMUser commented Jun 6, 2023

I wish Gabriel the W12-4RD had membership on real Prodigy not just Old Prodigy.

@XPMUser
Copy link

XPMUser commented Jun 6, 2023

The mod menu emptied the sections in Old Prodigy.

@XPMUser
Copy link

XPMUser commented Jun 6, 2023

Screenshot 2023-06-01 213748
I attempted to send Gabriel to Firefly Docks.

@carolineq447
Copy link

Can someone pls hack me all of the mounts?

@XPMUser
Copy link

XPMUser commented Jun 6, 2023

Can someone pls hack me all of the mounts?

No, because your wizard is not Gabriel Lifedreamer.

@XPMUser
Copy link

XPMUser commented Jun 6, 2023

Screenshot 2023-05-14 143759
Gabriel was in love with Flora.

@andrewclark3244
Copy link

Did Flora return his feelings?

@andrewclark3244
Copy link

Can someone pls hack me all of the mounts?

No, because your wizard is not Gabriel Lifedreamer.

xD

@andrewclark3244
Copy link

that one was kinda funny to me

@andrewclark3244
Copy link

Can someone pls hack me all of the mounts?

@carolineq447, the things disappear after error 418 swoops in so yeah, unless there is a circumstance I don't know about, something like that

@andrewclark3244
Copy link

I like this gist

@andrewclark3244
Copy link

It is full of comments

@andrewclark3244
Copy link

Like how a hedgehog is full of spikes/quills

@afkvido
Copy link

afkvido commented Jun 6, 2023

@XPMUser Enough of this Gabriel shit

@XPMUser
Copy link

XPMUser commented Jun 6, 2023

Daboss7173

@XPMUser
Copy link

XPMUser commented Jun 6, 2023

SC - 12MM is receiving too many emails.

@XPMUser
Copy link

XPMUser commented Jun 6, 2023

@XPMUser Enough of this Gabriel shit

Game Draw

@XPMUser
Copy link

XPMUser commented Jun 6, 2023

Gabriel is happy in Old Prodigy.

@XPMUser
Copy link

XPMUser commented Jun 6, 2023

Screenshot 2023-06-02 160614
Screenshot 2023-06-02 161157
Screenshot 2023-06-02 161915
I changed the names of the zones and Firefly Forest's 15th quest desc.

@afkvido
Copy link

afkvido commented Jun 7, 2023

@XPMUser Please stop with these delusional comments about "Gabriel". God knows nobody cares about "Gabriel", other than maybe you.

@andrewclark3244
Copy link

like, wow.

@andrewclark3244
Copy link

@XPMUser Enough of this Gabriel shit

Game Draw

Game In Zing Again

@andrewclark3244
Copy link

@XPMUser Please stop with these delusional comments about "Gabriel". God knows nobody cares about "Gabriel", other than maybe you.

Touché~

@XPMUser
Copy link

XPMUser commented Jun 7, 2023

The link in my comments that I put don't work when clicking.

@andrewclark3244
Copy link

Ye

@andrewclark3244
Copy link

...
maybe we hav 2 allow popups on our computers

@andrewclark3244
Copy link

for real

@andrewclark3244
Copy link

and u shld play hero wars:
Hero Wars | Online Action RPG

@XPMUser
Copy link

XPMUser commented Jun 8, 2023

@andrewclark3244
Copy link

Nope!

@andrewclark3244
Copy link

But angels don't dream about life...

@andrewclark3244
Copy link

Uploading all layer.jpg…

@andrewclark3244
Copy link

all layer crystal-that is a good one for prodigy i think they should use it

@andrewclark3244
Copy link

I always wonder how old we all are...
But that is kind of like classified information or something

@andrewclark3244
Copy link

Noooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo

@andrewclark3244
Copy link

oneeeeeeeeeeeeeeeeeeeeeeee

@andrewclark3244
Copy link

isreplying

@andrewclark3244
Copy link

...

@andrewclark3244
Copy link

Maybe this gist got old

@adriang2580
Copy link

adriang2580 commented Jun 10, 2023 via email

@XPMUser
Copy link

XPMUser commented Jun 11, 2023

Screenshot 2023-06-10 190232
Screenshot 2023-06-10 190304
Gabriel's houses

@andrewclark3244
Copy link

im jealous

@andrewclark3244
Copy link

My house is a tiny hovel/shack compared to yours

@andrewclark3244
Copy link

Wait @XPMUser is your prodigy a member???

@andrewclark3244
Copy link

#ExtraLargeHouses

@andrewclark3244
Copy link

#TinyShack

@andrewclark3244
Copy link

what the hell andre lily gave me a note that said i like you adrian you were right she was going to tell me at the end of the school year

On Fri, Jun 9, 2023 at 9:53 AM andrewclark3244 @.> wrote: @.* commented on this gist. ------------------------------ Maybe this gist got old — Reply to this email directly, view it on GitHub https://gist.github.com/R1DD1387/0756d2675e21410afd0d7f32382bf63e#gistcomment-4594797 or unsubscribe https://github.com/notifications/unsubscribe-auth/A4QWLY7FWK6JVZJ4UZGXM2DXKNIIBBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFQKSXMYLMOVS2I5DSOVS2I3TBNVS3W5DIOJSWCZC7OBQXE5DJMNUXAYLOORPWCY3UNF3GS5DZVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVEYTAMJUHE4TQMJTU52HE2LHM5SXFJTDOJSWC5DF . You are receiving this email because you commented on the thread. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub .

um... I have no idea who you are, maybe you confused me with someone else. But if you are in Redmond Middle School, then I PrObAbLy know who you are

@andrewclark3244
Copy link

never mind actually, because the adrian i know doesn't even know that I have a github account (i never told him) and my real name is something, but it is NOT andrew

@andrewclark3244
Copy link

#Privacy

@andrewclark3244
Copy link

#ClassifiedInformation

@andrewclark3244
Copy link

#ProtectiveParent

@andrewclark3244
Copy link

#BeansHaveKindOfBeenSpilled

@andrewclark3244
Copy link

oh yeah @XPMUser how did u get the trialmaster garb thing and the cosmic noggin armor and sword and the flower bush mount please tell me if you can/want to

@XPMUser
Copy link

XPMUser commented Jun 12, 2023

oh yeah @XPMUser how did u get the trialmaster garb thing and the cosmic noggin armor and sword and the flower bush mount please tell me if you can/want to

I edited the save file (Old Prodigy).
New Prodigy: Luckiness from the non member chests.

@XPMUser
Copy link

XPMUser commented Jun 12, 2023

Wait @XPMUser is your prodigy a member???

Yes on Old Prodigy and no on the real Prodigy site.

@XPMUser
Copy link

XPMUser commented Jun 12, 2023

I installed more first names for the wizards. https://xpmuser.github.io/oldprodigy/mods/ Pick any version.

@XPMUser
Copy link

XPMUser commented Jun 12, 2023

I put Kim Jong-Un's last name instead of 'Kim' as first name.
'Kim' (first name) coming soon.

@andrewclark3244
Copy link

Good Morning Everyone

@andrewclark3244
Copy link

It is a nice day today

@XPMUser
Copy link

XPMUser commented Jun 13, 2023

https://xpmuser.github.io/oldprodigy/mods/1-11-0/ I included 'Kim' as a boy name.

@XPMUser
Copy link

XPMUser commented Jun 13, 2023

https://xpmuser.github.io/oldprodigy/mods/1-11-0/ You might find bots with the missing first names included for example: 'Boris'.

@XPMUser
Copy link

XPMUser commented Jun 13, 2023

Boris is Caillou's Dad's first name.

@XPMUser
Copy link

XPMUser commented Jun 13, 2023

I got the Pirate name from Pirate Isle (Barnacle Cove).
Screenshot 2023-06-13 142507
The word 'beard' is not included because the name with that is already included.

@XPMUser
Copy link

XPMUser commented Jun 13, 2023

The year is still 2023 not 2015, but it will be 2015 in North Korea soon.

@andrewclark3244
Copy link

Pirate BlAcKbEaRd

@XPMUser
Copy link

XPMUser commented Jun 14, 2023

Gabriel with the trialmaster name is coming soon.

@andrewclark3244
Copy link

GaBrIeL tHe TrIaLmAsTeR
u mean like that?

@andrewclark3244
Copy link

Evening y'all

@XPMUser
Copy link

XPMUser commented Jun 15, 2023

GaBrIeL tHe TrIaLmAsTeR u mean like that?

Yes

@andrewclark3244
Copy link

Wait you woke up @ 2 AM???

@andrewclark3244
Copy link

Because I live in the United States so yeah

@XPMUser
Copy link

XPMUser commented Jun 15, 2023

Gabriel can explore more universes.

@andrewclark3244
Copy link

@andrewclark3244
Copy link

If he can explore more universes

@andrewclark3244
Copy link

@andrewclark3244
Copy link

I wish there was a pose/movement like that in prodigy...

@andrewclark3244
Copy link

And no one can judge me for those posts~

@andrewclark3244
Copy link

Because they are just too good!

@andrewclark3244
Copy link

(I think)

@XPMUser
Copy link

XPMUser commented Jun 16, 2023

Gabriel still just appears in Prodigy and/or in dreamlands.

@XPMUser
Copy link

XPMUser commented Jun 16, 2023

Goal: Pretending to be greedy for the right reasons without failures or worsening.

@andrewclark3244
Copy link

Ye

@andrewclark3244
Copy link

I haven't visited this gist in a long time!

@andrewclark3244
Copy link

But i'm back

@andrewclark3244
Copy link

Yayyy!

@XPMUser
Copy link

XPMUser commented Jun 21, 2023

Screenshot 2023-06-18 071426

@XPMUser
Copy link

XPMUser commented Jun 21, 2023

Screenshot_20230620_112835

@XPMUser
Copy link

XPMUser commented Jun 21, 2023

Screenshot 2023-06-18 055442
Screenshot 2023-06-18 055450
https://xpmuser.github.io/oldprodigy/mods/1-11-0/ Walmart (The Machine Shop) sells Trialmaster's Gear except for the wand due to it being a prize.

@XPMUser
Copy link

XPMUser commented Jun 21, 2023

Screenshot 2023-06-21 120306
I'm stuck

@XPMUser
Copy link

XPMUser commented Jun 21, 2023

I can't even click on the map, but I put an apology beside the chair.

@andrewclark3244
Copy link

The McDonalds pic was funny

@XPMUser
Copy link

XPMUser commented Jun 22, 2023

The McDonalds pic was funny

That's because I renamed 'The Machine Shop' to McDonalds. https://xpmuser.github.io/oldprodigy/mods/1-3-1/

@XPMUser
Copy link

XPMUser commented Jun 22, 2023

Imagine getting Robot Gears as happy meals.

@XPMUser
Copy link

XPMUser commented Jun 22, 2023

Screenshot 2023-06-21 121449
Screenshot 2023-06-21 121828
Screenshot 2023-06-21 122152
I found unused stuff.
Screenshot 2023-06-09 185139

@andrewclark3244
Copy link

Ooer

@XPMUser
Copy link

XPMUser commented Jun 28, 2023

Screenshot 2023-06-27 191828
I saw this popup in 2017.

@andrewclark3244
Copy link

...

@XPMUser
Copy link

XPMUser commented Jul 4, 2023

Screenshot 2023-07-03 134553
Gabriel has a crush on 1 of the 1.11.0 wizard bots.

@XPMUser
Copy link

XPMUser commented Jul 4, 2023

@XPMUser
Copy link

XPMUser commented Jul 4, 2023

Screenshot 2023-07-03 114326
Peeko in Firefly Outfitters

@XPMUser
Copy link

XPMUser commented Jul 4, 2023

Screenshot 2023-07-03 093024
Gabriel: "Hey, who turned out the lights?"

@XPMUser
Copy link

XPMUser commented Jul 4, 2023

@andrewclark3244
Copy link

HmMmMmMM

@XPMUser
Copy link

XPMUser commented Jul 26, 2023

Screenshot 2023-07-25 063632
Bobby Fancywoman in 2013-2017 style except for some differences

@XPMUser
Copy link

XPMUser commented Jul 26, 2023

Screenshot 2023-07-25 130440
Screenshot 2023-07-25 153149
Level 100 in earlier than version 1.11.0

@XPMUser
Copy link

XPMUser commented Jul 26, 2023

Wait @XPMUser is your prodigy a member???

Yes

@XPMUser
Copy link

XPMUser commented Jul 26, 2023

Screenshot 2023-07-24 213158
I can't get this math problem with the weird stuff on it on new Prodigy.

@XPMUser
Copy link

XPMUser commented Aug 8, 2023

PIXI.game.prodigy.debugMisc is unavailable

@maddog6464
Copy link

lol

@XPMUser
Copy link

XPMUser commented Aug 29, 2023

Phaser.GAMES[0].prodigy works in old prodigy.

@andrewclark3244
Copy link

Nice

@Ao28th28
Copy link

Ao28th28 commented Oct 4, 2023

VirtualBox_Windows Vista 2006_17_09_2023_10_47_29
Prodigy in Windows Vista

@andrewclark3244
Copy link

ah
oh yeah hello
havent been here in a while
still working on the prodigy legacy?

@Ao28th28
Copy link

Ao28th28 commented Oct 6, 2023

ah oh yeah hello havent been here in a while still working on the prodigy legacy?

Yes

@Ao28th28
Copy link

Ao28th28 commented Oct 6, 2023

1.8.9 was supposed to be a beta testing version back in early 2015.

@Ao28th28
Copy link

Ao28th28 commented Oct 6, 2023

Screenshot 2023-10-06 052653
Bobby Fancywoman in 2015

@andrewclark3244
Copy link

interesting
is the star and moon thing the world symbol
Astrallum

@Ao28th28
Copy link

Ao28th28 commented Oct 8, 2023

interesting is the star and moon thing the world symbol Astrallum

Yes and it's astral

@FortniteKIDPRO
Copy link

i
what to be a membre show me ohw to be a memmbre pleas

@andrewclark3244
Copy link

@andrewclark3244
Copy link

anyway i had a piece of code that suppposedly gets you member ship but it doesn't work sorry
you can go to github.com
and search something like prodigy hack tho

@andrewclark3244
Copy link

whoops i 4got u already on github

@FortniteKIDPRO
Copy link

FortniteKIDPRO commented Nov 3, 2023 via email

@andrewclark3244
Copy link

this is andrewclark3244, superhacker of prodigy!!

@andrewclark3244
Copy link

:))))))))))))))))))))))

@liamisagod11111
Copy link

lol

@andrewclark3244
Copy link

im back

@andrewclark3244
Copy link

i hav full titan shard armor :)

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