-
`PIXI.game.state.states.Boot._gameData.prefab` stores a list of all the prefabs that are available.
Maybe we can make our own UI, or modify existing UI....
-
Place suggestions for what I should add to the willsCheatMenu here.
-
I may just be an idiot here but how do you use the exploits is there a ReadMe file I am missing?
-
I found this code:
PIXI.game.prodigy.debugMisc.setMyArenaLeaderboardScore
Now i dont know but maybe this could help you with research, it probably wont because im a trash coder and researcher
-
I found `QI`, I think it has to do with the questions. It's available under `window.QI`
-
The buddies code could be simplified to:
```
for (i = 0; i < 200; i++) {
PIXI.game.prodigy.player.backpack.add("follow",i,undefined,1);
}
```
Also, you gotta stop sharing this on the main …
ghost updated
4 years ago
-
This person stole some of your scripts without giving you credit
https://gist.github.com/Lumin0S-ux/a30a5dc810847678f6a7979a4a022bac
-
I was looking through the source code and assets of Prodigy and came across a restricted document.
![Screenshot 2020-02-26 at 8 56 10 AM](https://user-images.githubusercontent.com/60945964/75351486-3…
-
I was looking through some of the `PIXI.game.prodigy.player` functions and I found this:
![Screenshot 2020-02-19 at 2 18 46 PM](https://user-images.githubusercontent.com/60945964/74867605-f5706a00-53…
-
heyo, i just wanted credit for my scripts because I see alot of people taking them without credit, and I just wanted to ask
the scripts that I made were to get all items script, get all buddies, we…