Skip to content

Instantly share code, notes, and snippets.

@MelnCat
Last active October 29, 2021 00:31
Show Gist options
  • Save MelnCat/1fb2464a2e54811e18e855eeb8a793ea to your computer and use it in GitHub Desktop.
Save MelnCat/1fb2464a2e54811e18e855eeb8a793ea to your computer and use it in GitHub Desktop.
(() => {
const { instance } = hack;
const { game, prodigy } = instance;
const { player } = prodigy;
const gameData = game.state.states.Boot._gameData;
["gold", "stars", "bountyScore", "level"].forEach(x => (player.data[x] = 1e69));
if (confirm("Do you want pets?")) player.kennel.data.splice(0, 1e69, ...gameData.pet.map(x => ({
ID: x.ID,
catchDate: Date.now(),
foreignSpells: [0, 0].map(x => gameData.spell[Math.floor(Math.random() * gameData.spell.length)].ID),
level: 1e69,
levelCaught: 1,
stars: 1e69,
})));
player.kennel.data.forEach(x => (x.level = 1e69));
Object.entries(player.backpack.data).forEach(([x, y]) => y.splice(0, 1e69, ...gameData[x].map(z => ({ ID: z.ID, N: 1e69 }))));
player.house.data.items = [];
gameData.dorm.map(x => player.house.data.items[x.ID] = { A: [], N: 1e69 });
player.it = true;
})();
@hhheadshotfox
Copy link

damn it worked

@hhheadshotfox
Copy link

oh and can you make a code/hack to get to the last floor on prodigy i am level 85 i was on prodigy since idk at east i know i became a member at 12 years old in middle school lol
i was a nerd

@hhheadshotfox
Copy link

i am still in middle but in 8th grade

@thecoolkid575
Copy link

DAMN IT DIDN'T WORK

@hhheadshotfox
Copy link

hhheadshotfox commented Sep 9, 2020 via email

@hhheadshotfox
Copy link

why did you reply to me?

@YxngDripGodz
Copy link

stfu

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