Prodigy-Hacking / ProdigyMathGameHacking

Prodigy Hacking: Hacking for the right reasons. | Questions? Ask on our Discord. https://discord.gg/XQDfbfq
https://prodigyhacking.com
Other
17 stars 10 forks source link

Finding your own hacks! #25

Closed ArcerionDev closed 3 years ago

ArcerionDev commented 4 years ago

Hello everyone!

I've noticed that yall are pretty interested in how our hacks are found, so I decided to give all of you a chance to explore and see what you can find! So below is a list of scripts you can use to help you with your discovering!

Remember you do NOT need to know how to code to figure these out!

NOTICE: You need the redirector hack method to do this. Find it here.

The basics:

So pretty much anything you put under hack.instance.prodigy will affect your player.

A few things you should know though: Things involving your backpack/kennel (such as pets, items/equipment, currency, gold, weapons, level, etc.) WILL save after reloading. Things changing your player (Such as Membership, improved hearts/damage, etc) will NOT save after reloading. I just thought I should let everyone know before we move on. Now:

Function revealing scripts ("Detective" scripts)

hack.instance.prodigy.player. (Paste this to find things involving the player such as achievements, membership, backpack (This is where your stuff is found), modifiers (like making your hp better), etc. You should see those and others with a dropdown such as this:

image

Also, before I go on, to make functions effective, click on what you find in the dropdown menu, then put () after it.

hack.instance.prodigy.debugMisc. (alters things such as game speed, functions like getting pets, potions,) again, you should see a dropdown menu. (That's pretty much a general rule). Also, some of the functions might not be straightforward, like the greedIsGood function gives you gold, so feel free to test anything!

hack.instance.prodigy.debugQuests. (Gives functions that might put you further ahead in the game. We are looking into auto-completing quests, so feel free to help w/ that!)

hack.instance.prodigy.player.data. Alters things such as tower floor, gold (again), arena points (looking into it?)

hack.instance.prodigy.pvpNetworkHandler. (Manages arena stuff, this may be our best bet for finding leaderboard hacks)

YourCodeHere.toString() (This is very helpful, it shows where you can access a function as data. Ask any ?s in the comments!)

I will add others if I think of any more relevant ones. Have fun finding stuff. Post your finds in the comments below!

ArcerionDev commented 4 years ago

I'll look for others.

On Fri, Feb 28, 2020 at 1:46 PM Aleksander Nauman < aleksander.nauman@gorhamschools.org> wrote:

I thought the default was Comic Sans... Idk

On Fri, Feb 28, 2020 at 1:37 PM Magmischief notifications@github.com wrote:

The only fonts that seem to work are PIXI.game.prodigy.user.chatText.Font="'Comic Sans MS'" PIXI.game.prodigy.user.chatText.Font="'Ultra'"

PIXI.game.prodigy.user.chatText.Font="'Arial'" also works...

Isn't that default font?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PatheticMustan/ProdigyMathGameHacking/issues/25?email_source=notifications&email_token=AOQ7MLF7MV22JWPTN2CVWNTRFFKUZA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENJV7QA#issuecomment-592666560, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQ7MLCYHT22D2TMV2VSMT3RFFKUZANCNFSM4K5ET7AA .

ArcerionDev commented 4 years ago

No, the font is apparently called ABeeZee. [image: image.png]

On Fri, Feb 28, 2020 at 1:46 PM Aleksander Nauman < aleksander.nauman@gorhamschools.org> wrote:

I'll look for others.

On Fri, Feb 28, 2020 at 1:46 PM Aleksander Nauman < aleksander.nauman@gorhamschools.org> wrote:

I thought the default was Comic Sans... Idk

On Fri, Feb 28, 2020 at 1:37 PM Magmischief notifications@github.com wrote:

The only fonts that seem to work are PIXI.game.prodigy.user.chatText.Font="'Comic Sans MS'" PIXI.game.prodigy.user.chatText.Font="'Ultra'"

PIXI.game.prodigy.user.chatText.Font="'Arial'" also works...

Isn't that default font?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PatheticMustan/ProdigyMathGameHacking/issues/25?email_source=notifications&email_token=AOQ7MLF7MV22JWPTN2CVWNTRFFKUZA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENJV7QA#issuecomment-592666560, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQ7MLCYHT22D2TMV2VSMT3RFFKUZANCNFSM4K5ET7AA .

LaneLunsford commented 4 years ago

I found one where you can go to your house while at school instantly PIXI.game.prodigy.debugQuests.goToZoneHub()

Exoticc commented 4 years ago

No, the font is apparently called ABeeZee. [image: image.png] On Fri, Feb 28, 2020 at 1:46 PM Aleksander Nauman < aleksander.nauman@gorhamschools.org> wrote: I'll look for others. On Fri, Feb 28, 2020 at 1:46 PM Aleksander Nauman < @.> wrote: > I thought the default was Comic Sans... Idk > > On Fri, Feb 28, 2020 at 1:37 PM Magmischief @.> > wrote: > >> The only fonts that seem to work are >> PIXI.game.prodigy.user.chatText.Font="'Comic Sans MS'" >> PIXI.game.prodigy.user.chatText.Font="'Ultra'" >> >> PIXI.game.prodigy.user.chatText.Font="'Arial'" also works... >> >> Isn't that default font? >> >> — >> You are receiving this because you authored the thread. >> Reply to this email directly, view it on GitHub >> <#25?email_source=notifications&email_token=AOQ7MLF7MV22JWPTN2CVWNTRFFKUZA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENJV7QA#issuecomment-592666560>, >> or unsubscribe >> https://github.com/notifications/unsubscribe-auth/AOQ7MLCYHT22D2TMV2VSMT3RFFKUZANCNFSM4K5ET7AA >> . >> >

Oh Okay

ArcerionDev commented 4 years ago

Ok, thanks!

On Fri, Feb 28, 2020 at 1:58 PM Magmischief notifications@github.com wrote:

No, the font is apparently called ABeeZee. [image: image.png] On Fri, Feb 28, 2020 at 1:46 PM Aleksander Nauman < aleksander.nauman@gorhamschools.org> wrote: … <#m194604474589834905> I'll look for others. On Fri, Feb 28, 2020 at 1:46 PM Aleksander Nauman < @.> wrote: > I thought the default was Comic Sans... Idk > > On Fri, Feb 28, 2020 at 1:37 PM Magmischief @.> > wrote: > >> The only fonts that seem to work are >> PIXI.game.prodigy.user.chatText.Font="'Comic Sans MS'" >> PIXI.game.prodigy.user.chatText.Font="'Ultra'" >> >> PIXI.game.prodigy.user.chatText.Font="'Arial'" also works... >> >> Isn't that default font? >> >> — >> You are receiving this because you authored the thread. >> Reply to this email directly, view it on GitHub >> <#25 https://github.com/PatheticMustan/ProdigyMathGameHacking/issues/25?email_source=notifications&email_token=AOQ7MLF7MV22JWPTN2CVWNTRFFKUZA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENJV7QA#issuecomment-592666560>,

or unsubscribe >> https://github.com/notifications/unsubscribe-auth/AOQ7MLCYHT22D2TMV2VSMT3RFFKUZANCNFSM4K5ET7AA . >> >

Oh Okay

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PatheticMustan/ProdigyMathGameHacking/issues/25?email_source=notifications&email_token=AOQ7MLF3BIS2PKHS5F4HUPLRFFNFNA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENJYEPI#issuecomment-592675389, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQ7MLC4A2XXRKGYA724EJ3RFFNFNANCNFSM4K5ET7AA .

LaneLunsford commented 4 years ago

is my script that I just found new this time

ArcerionDev commented 4 years ago

Which one?

Exoticc commented 4 years ago

I know you already have a All fossils hack but this one is a lot shorter it gives all fossils PIXI.game.prodigy.debugMisc.drDino()

ArcerionDev commented 4 years ago

I'll use that, thanks!

On Fri, Feb 28, 2020 at 2:05 PM Magmischief notifications@github.com wrote:

I know you already have a All fossils hack but this one is a lot shorter it gives all fossils PIXI.game.prodigy.debugMisc.drDino()

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PatheticMustan/ProdigyMathGameHacking/issues/25?email_source=notifications&email_token=AOQ7MLCPTTAEUGTNFVIVAPTRFFN6HA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENJYZWY#issuecomment-592678107, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQ7MLBZSKE77PKJ2CVFKLLRFFN6HANCNFSM4K5ET7AA .

LaneLunsford commented 4 years ago

I can't test if this works but u can try it PIXI.game.prodigy.debugMisc.setEnemyAccuracy=0

LaneLunsford commented 4 years ago

I found one where you can go to your house while at school instantly PIXI.game.prodigy.debugQuests.goToZoneHub()

Exoticc commented 4 years ago

I found another hack that makes you do a lot of damage. PIXI.game.prodigy.debugMisc.killGore()

LaneLunsford commented 4 years ago

dang I just found that one too you beat me to it

ArcerionDev commented 4 years ago

I've tested the setEnemyAccuracy function before, and it hasn't worked. We need to access gameConstants to do that.

On Fri, Feb 28, 2020 at 2:10 PM LaneLunsford notifications@github.com wrote:

I found one where you can go to your house while at school instantly PIXI.game.prodigy.debugQuests.goToZoneHub()

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PatheticMustan/ProdigyMathGameHacking/issues/25?email_source=notifications&email_token=AOQ7MLGS5D3YS36JLMUIIDDRFFORXA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENJZKKY#issuecomment-592680235, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQ7MLFO5SA45A5F273WSQTRFFORXANCNFSM4K5ET7AA .

ArcerionDev commented 4 years ago

If it's the same function as the other ones, we don't need it. No duplicates, please.

On Fri, Feb 28, 2020 at 2:11 PM Aleksander Nauman < aleksander.nauman@gorhamschools.org> wrote:

I've tested the setEnemyAccuracy function before, and it hasn't worked. We need to access gameConstants to do that.

On Fri, Feb 28, 2020 at 2:10 PM LaneLunsford notifications@github.com wrote:

I found one where you can go to your house while at school instantly PIXI.game.prodigy.debugQuests.goToZoneHub()

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PatheticMustan/ProdigyMathGameHacking/issues/25?email_source=notifications&email_token=AOQ7MLGS5D3YS36JLMUIIDDRFFORXA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENJZKKY#issuecomment-592680235, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQ7MLFO5SA45A5F273WSQTRFFORXANCNFSM4K5ET7AA .

Exoticc commented 4 years ago

If it's the same function as the other ones, we don't need it. No duplicates, please. On Fri, Feb 28, 2020 at 2:11 PM Aleksander Nauman < aleksander.nauman@gorhamschools.org> wrote: I've tested the setEnemyAccuracy function before, and it hasn't worked. We need to access gameConstants to do that. On Fri, Feb 28, 2020 at 2:10 PM LaneLunsford @.***> wrote: > I found one where you can go to your house while at school instantly > PIXI.game.prodigy.debugQuests.goToZoneHub() > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <#25?email_source=notifications&email_token=AOQ7MLGS5D3YS36JLMUIIDDRFFORXA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENJZKKY#issuecomment-592680235>, > or unsubscribe > https://github.com/notifications/unsubscribe-auth/AOQ7MLFO5SA45A5F273WSQTRFFORXANCNFSM4K5ET7AA > . >

Okay sorry

ArcerionDev commented 4 years ago

Well, I'm glad this idea is popular!

On Fri, Feb 28, 2020 at 2:12 PM Aleksander Nauman < aleksander.nauman@gorhamschools.org> wrote:

If it's the same function as the other ones, we don't need it. No duplicates, please.

On Fri, Feb 28, 2020 at 2:11 PM Aleksander Nauman < aleksander.nauman@gorhamschools.org> wrote:

I've tested the setEnemyAccuracy function before, and it hasn't worked. We need to access gameConstants to do that.

On Fri, Feb 28, 2020 at 2:10 PM LaneLunsford notifications@github.com wrote:

I found one where you can go to your house while at school instantly PIXI.game.prodigy.debugQuests.goToZoneHub()

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PatheticMustan/ProdigyMathGameHacking/issues/25?email_source=notifications&email_token=AOQ7MLGS5D3YS36JLMUIIDDRFFORXA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENJZKKY#issuecomment-592680235, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQ7MLFO5SA45A5F273WSQTRFFORXANCNFSM4K5ET7AA .

LaneLunsford commented 4 years ago

is the one where you go to your house instantly a duplicate?

LaneLunsford commented 4 years ago

I didn't know

Exoticc commented 4 years ago

Instantly puts you in a battle PIXI.game.prodigy.debugMisc.startBattle()

Exoticc commented 4 years ago

i found this but i dont know what to do with it PIXI.game.prodigy.player.locationSelectionType

ArcerionDev commented 4 years ago

Hmmm... is there a specific monster you battle?

On Fri, Feb 28, 2020 at 3:52 PM Magmischief notifications@github.com wrote:

i found this but i dont know what to do with it PIXI.game.prodigy.player.locationSelectionType

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PatheticMustan/ProdigyMathGameHacking/issues/25?email_source=notifications&email_token=AOQ7MLEYGRQWQGSYKRZFHBDRFF2PZA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENKDWZQ#issuecomment-592722790, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQ7MLDKJFZFK4QJE2YIRUDRFF2PZANCNFSM4K5ET7AA .

ArcerionDev commented 4 years ago

Maybe it's possible to pick which one somehow?

On Fri, Feb 28, 2020 at 5:03 PM Aleksander Nauman < aleksander.nauman@gorhamschools.org> wrote:

Hmmm... is there a specific monster you battle?

On Fri, Feb 28, 2020 at 3:52 PM Magmischief notifications@github.com wrote:

i found this but i dont know what to do with it PIXI.game.prodigy.player.locationSelectionType

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PatheticMustan/ProdigyMathGameHacking/issues/25?email_source=notifications&email_token=AOQ7MLEYGRQWQGSYKRZFHBDRFF2PZA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENKDWZQ#issuecomment-592722790, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQ7MLDKJFZFK4QJE2YIRUDRFF2PZANCNFSM4K5ET7AA .

Exoticc commented 4 years ago

Maybe it's possible to pick which one somehow? On Fri, Feb 28, 2020 at 5:03 PM Aleksander Nauman < aleksander.nauman@gorhamschools.org> wrote: Hmmm... is there a specific monster you battle? On Fri, Feb 28, 2020 at 3:52 PM Magmischief @.***> wrote: > i found this but i dont know what to do with it > PIXI.game.prodigy.player.locationSelectionType > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <#25?email_source=notifications&email_token=AOQ7MLEYGRQWQGSYKRZFHBDRFF2PZA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENKDWZQ#issuecomment-592722790>, > or unsubscribe > https://github.com/notifications/unsubscribe-auth/AOQ7MLDKJFZFK4QJE2YIRUDRFF2PZANCNFSM4K5ET7AA > . >

Maybe...i will look into it

aSinnoh commented 4 years ago

This isn't really important but you can show your own name by doing PIXI.game.prodigy.player.getNameWithoutNickname()

aSinnoh commented 4 years ago

PIXI.game.prodigy.player.canSpin(true) I know this was already made but this should allow you to spin forever if you copy paste it

Exoticc commented 4 years ago

PIXI.game.prodigy.player.canSpin(true) I know this was already made but this should allow you to spin forever if you copy paste it

Cool

aSinnoh commented 4 years ago

OKAY i found something actually amazing PIXI.game.prodigy.player.addWin(11) you can edit stats (for all to see) about your win status

Exoticc commented 4 years ago

OKAY i found something actually amazing PIXI.game.prodigy.player.addWin(11) you can edit stats (for all to see) about your win status

I tried it didn't seem to work

B00M-B00M-THE-GREAT commented 4 years ago

Hey, I'm pretty new to coding but I was able to find PIXI.game.prodigy.debugMisc.addFakeFriend(). It gives you a random friend named "apprentice" or something

Exoticc commented 4 years ago

Hey, I'm pretty new to coding but I was able to find PIXI.game.prodigy.debugMisc.addFakeFriend(). It gives you a random friend named "apprentice" or something

Hmm, interesting

GyarGG commented 4 years ago

im not going to be able to help out much, coding-wise. at least, not right now. i dont have access to the Dev tools console anymore, but i will soon and start finding things again just saying im not gonna be active

On February 28, 2020 at 3:38 PM Magmischief notifications@github.com wrote:

    > > 
    Hey, I'm pretty new to coding but I was able to find PIXI.game.prodigy.debugMisc.addFakeFriend(). It gives you a random friend named "apprentice" or something

> 

Hmm, interesting

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub https://github.com/PatheticMustan/ProdigyMathGameHacking/issues/25?email_source=notifications&email_token=AOSEJGCRVGJ3L37ZQAWK3ETRFGOBDA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENKRPSQ#issuecomment-592779210 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AOSEJGBDORWECA5EHWGWKFDRFGOBDANCNFSM4K5ET7AA .
ArcerionDev commented 4 years ago

These hacks are interesting, but not very useful. Cosmetic stuff is good, like chat color, but getting fake friends isn't really necessary. (Sorry.) But let's look into the PIXI.game.prodigy.player.addWin() Good job on that! 👏👏👏

On Fri, Feb 28, 2020 at 6:43 PM GyarGG notifications@github.com wrote:

im not going to be able to help out much, coding-wise. at least, not right now. i dont have access to the Dev tools console anymore, but i will soon and start finding things again just saying im not gonna be active

On February 28, 2020 at 3:38 PM Magmischief notifications@github.com wrote:

Hey, I'm pretty new to coding but I was able to find PIXI.game.prodigy.debugMisc.addFakeFriend(). It gives you a random friend named "apprentice" or something

Hmm, interesting

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/PatheticMustan/ProdigyMathGameHacking/issues/25?email_source=notifications&email_token=AOSEJGCRVGJ3L37ZQAWK3ETRFGOBDA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENKRPSQ#issuecomment-592779210 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AOSEJGBDORWECA5EHWGWKFDRFGOBDANCNFSM4K5ET7AA .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PatheticMustan/ProdigyMathGameHacking/issues/25?email_source=notifications&email_token=AOQ7MLDN2PYQWLRMKE4BH4TRFGORTA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENKRXNY#issuecomment-592780215, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQ7MLF7HI7PAWGADM554CTRFGORTANCNFSM4K5ET7AA .

Lumin0S-ux commented 4 years ago

So i found a random arena script and i put 100000 points in, then I used another hack he showe dhow many arena pints I have and it returned 100000

Lumin0S-ux commented 4 years ago

Does that mean it worked?

ArcerionDev commented 4 years ago

If it doesn't say it on the actual Arena page, it isn't actually effective. So let me know if you can see it on the actual Arena thingy.

On Fri, Feb 28, 2020 at 8:28 PM Lumin0S-ux notifications@github.com wrote:

So i found a random arena script and i put 100000 points in, then I used another hack he showe dhow many arena pints I have and it returned 100000

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PatheticMustan/ProdigyMathGameHacking/issues/25?email_source=notifications&email_token=AOQ7MLFGTMLY2NXFVK7VIA3RFG23HA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENKXRZA#issuecomment-592804068, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQ7MLEFEQIQ3NL25AH3PY3RFG23HANCNFSM4K5ET7AA .

Lumin0S-ux commented 4 years ago

The thing is the seaosn is over, but when i look in my account and how many points I have it just shows a dash ( - )

ArcerionDev commented 4 years ago

So if you can see it on

This

image Then it worked.

Lumin0S-ux commented 4 years ago

Yes it showed that

ArcerionDev commented 4 years ago

Oh, the season is over...

Lumin0S-ux commented 4 years ago

yea its says the seaosn is over

ArcerionDev commented 4 years ago

Let's pick up our arena research in a few days then.

ArcerionDev commented 4 years ago

When there's a new season.

Lumin0S-ux commented 4 years ago

image

Lumin0S-ux commented 4 years ago

it shows a dash

Lumin0S-ux commented 4 years ago

image

Lumin0S-ux commented 4 years ago

Also one more thing, I was wondering if you know when the new seaosn will start? or is it random?

ArcerionDev commented 4 years ago

Monday I think...

On Fri, Feb 28, 2020 at 8:38 PM Lumin0S-ux notifications@github.com wrote:

Also one more thing, I was wondering if you know when the new seaosn will start? or is it random?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PatheticMustan/ProdigyMathGameHacking/issues/25?email_source=notifications&email_token=AOQ7MLFXZXYZNMNXIF7ITSTRFG4BRA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENKYENA#issuecomment-592806452, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQ7MLHILMFXN4HMP2NG4NDRFG4BRANCNFSM4K5ET7AA .

B00M-B00M-THE-GREAT commented 4 years ago

I just found PIXI.game.prodigy.debugMisc.setFPS() but its probably not that important

ArcerionDev commented 4 years ago

Did you see a significant difference to your game after you used it?

On Sat, Feb 29, 2020, 7:31 AM B00M-B00M-THE-GREAT notifications@github.com wrote:

I just found PIXI.game.prodigy.debugMisc.setFPS() but its probably not that important

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PatheticMustan/ProdigyMathGameHacking/issues/25?email_source=notifications&email_token=AOQ7MLG5RGYWCOXXUHHQUVLRFD727A5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENLY43A#issuecomment-592940652, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQ7MLHCJPEXUEADKSHLYNTRFD727ANCNFSM4K5ET7AA .