Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Finding your own hacks! #25

Closed
ArcerionDev opened this issue Feb 27, 2020 · 496 comments
Closed

Finding your own hacks! #25

ArcerionDev opened this issue Feb 27, 2020 · 496 comments

Comments

@ArcerionDev
Copy link
Contributor

ArcerionDev commented Feb 27, 2020

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 ArcerionDev pinned this issue Feb 27, 2020
@Exoticc
Copy link
Contributor

Exoticc commented Feb 27, 2020

I found one!!! It makes it snow.
PIXI.game.prodigy.debugMisc.snow()

@ArcerionDev
Copy link
Contributor Author

Awesome! I'll put it in a new "DIY" folder with credit for you.

@Exoticc
Copy link
Contributor

Exoticc commented Feb 28, 2020

Awesome! I'll put it in a new "DIY" folder with credit for you.

Wow Thanks!

@usernmaexxx
Copy link

can i have help with arena points please!

@Exoticc
Copy link
Contributor

Exoticc commented Feb 28, 2020

I'm not sure if you already have this but i found a hack that increases your damage A LOT.
PIXI.game.prodigy.debugMisc.setDamageOverride(99999999999999999)

@ArcerionDev
Copy link
Contributor Author

ArcerionDev commented Feb 28, 2020 via email

@PatheticMustan
Copy link
Member

Cool! You can also increase damage/health with

PIXI.game.prodigy.player.modifiers.damage = 100
PIXI.game.prodigy.player.modifiers.maxHearts = 100

@Exoticc
Copy link
Contributor

Exoticc commented Feb 28, 2020

Oh Nice

@Exoticc
Copy link
Contributor

Exoticc commented Feb 28, 2020

I found this thing that is really cool see for yourself!
window.PIXI.game.prodigy.debugMisc.parade()

@LaneLunsford
Copy link

avn can u do something with this? PIXI.game.prodigy.debugMisc.setAchievementData

@Exoticc
Copy link
Contributor

Exoticc commented Feb 28, 2020

I also made this hack that changes the chat color and text font
PIXI.game.prodigy.user.chatText.Font="'Comic Sans MS'"
PIXI.game.prodigy.user.chatText.FillColor="#ffffff"

@Exoticc
Copy link
Contributor

Exoticc commented Feb 28, 2020

And also this hack flips your character and name around
PIXI.game.prodigy.user.width=PIXI.game.prodigy.user.width*-1;PIXI.game.prodigy.user.nameText.gameObject.scale.x=PIXI.game.prodigy.user.nameText.gameObject.scale.x*-1

@LaneLunsford
Copy link

AVN IS THIS IMPORTANT
PIXI.game.prodigy.player.getArenaPoints
get arena points maybe

@PatheticMustan
Copy link
Member

@Magmischief, if you want, I could add you as a collaborator.

@PatheticMustan
Copy link
Member

@LaneLunsford
Running

PIXI.game.prodigy.player.getArenaPoints.toString()

returns

function(){var t=this.game.prodigy.pvpNetworkHandler;return d.b.isValid(t.userRank)&&d.b.isValid(t.userRank.points)?t.userRank.points:0}

so it doesn't actually set the arena points, it just returns how many points you currently have. Thanks for looking though.

@ghost
Copy link

ghost commented Feb 28, 2020

Also, AddCustomChat only showed up for the client-side. I tested it with two computers.

@PatheticMustan
Copy link
Member

PatheticMustan commented Feb 28, 2020

Yeah, what I expected.
I was confused that other people reported chat bypass, because all the chat info is stored on every single computer. Changing it on your computer may make it look like you can talk to others, but on others, it doesn't look like you're saying anything.

@PatheticMustan
Copy link
Member

I'm interested if there's a bug bounty for prodigy 🤔

@LaneLunsford
Copy link

I found a quest hack PIXI.game.prodigy.debugQuests.completeQuestRequirements("skywatch")
but u have to get the quest, paste this and then go to a different area and come back and he says good job.

@PatheticMustan
Copy link
Member

Huh, I already found this, but no hack has been made.

@Exoticc
Copy link
Contributor

Exoticc commented Feb 28, 2020

@Magmischief, if you want, I could add you as a collaborator.

Yeah that would be Great!! I don't know if i would be very good or not though.

@ArcerionDev
Copy link
Contributor Author

ArcerionDev commented Feb 28, 2020 via email

@LaneLunsford
Copy link

LaneLunsford commented Feb 28, 2020

I'm not very good at it XD
I try.
I keep finding useless ones.
:(

@Exoticc
Copy link
Contributor

Exoticc commented Feb 28, 2020

That would be ok, he seems to understand the basic gist of how to find these hacks...

On Fri, Feb 28, 2020 at 9:55 AM Magmischief @.***> wrote: @Magmischief https://github.com/Magmischief, if you want, I could add you as a collaborator. Yeah that would be Great!! I don't know if i would be very good or not though. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#25?email_source=notifications&email_token=AOQ7MLC4SQCKWISJJL5KNTDRFEQUTA5CNFSM4K5ET7AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENIZEJI#issuecomment-592548389>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQ7MLADS2VHFUCFPGD3RTLRFEQUTANCNFSM4K5ET7AA .

Yep

@ArcerionDev
Copy link
Contributor Author

@LaneLunsford, the getArenaPoints function only shows the current amount of points you have. Unfortunately, it doesn't actually allow you to change the data itself. :(

@ArcerionDev
Copy link
Contributor Author

@DaChickenKing , I looked into the custom chat thingy you were referring to, and it somehow doesn't always work. I haven't really found a pattern, but we have seen people say custom messages, and not just on the clientside.

@ArcerionDev
Copy link
Contributor Author

ArcerionDev commented Feb 28, 2020

@Magmischief, using the script PIXI.game.prodigy.user.width=PIXI.game.prodigy.user.width*-1;PIXI.game.prodigy.user.nameText.gameObject.scale.x=PIXI.game.prodigy.user.nameText.gameObject.scale.x*-1 returns this error
image
Maybe you could look into that?

@ArcerionDev
Copy link
Contributor Author

@Magmischief, could you try to add to your chat font hack and add different fonts and colors?

@ArcerionDev
Copy link
Contributor Author

@PatheticMustan, I didn't make a hack for the PIXI.game.prodigy.debugQuests.completeQuestRequirements(" ") because as I told you, it doesn't work for all the quests. But now that you say it, I'm going to put it in Experimental.

@vibinyama
Copy link
Member

uh thats interesting

you can change nickname to bad words now? thats not good

@ghost
Copy link

ghost commented Aug 4, 2020

def not good. how are they doing this?

@PatheticMustan
Copy link
Member

is anybody being botherd by this?

if you want to make a post please collect your thoughts before putting it out for everybody to see
please just make one post

@ghost
Copy link

ghost commented Aug 16, 2020

@ooo788 Bruh tf- reported you for spam.

@ArcerionDev
Copy link
Contributor Author

@ooo788 @DaChickenKing wrong email reply I think

@ghost
Copy link

ghost commented Aug 16, 2020

hm ok

@Prodigy-Hacking Prodigy-Hacking deleted a comment from ooo788 Aug 17, 2020
@Prodigy-Hacking Prodigy-Hacking deleted a comment from ooo788 Aug 17, 2020
@ooo788

This comment has been minimized.

@PatheticMustan
Copy link
Member

shocking, a hacker hacking arena points? whacky.

@ArcerionDev
Copy link
Contributor Author

woah

@ArcerionDev
Copy link
Contributor Author

ArcerionDev commented Aug 26, 2020

def not good. how are they doing this?

oops definitly didnt make that script

wait what you actually didn't

@vibinyama
Copy link
Member

def not good. how are they doing this?

oops definitly didnt make that script

wait what you actually didn't

he did

@PatheticMustan
Copy link
Member

@divinelemon, you made arena hacks?

@ooo788

This comment has been minimized.

@ooo788

This comment has been minimized.

@ghost
Copy link

ghost commented Aug 28, 2020

bruh

1 similar comment
@ArcerionDev
Copy link
Contributor Author

bruh

@PatheticMustan
Copy link
Member

I hope one day y'all learn how to edit your previous messages, I'm getting sick of seeing so many notifications.
If it's not related to the issue, stop chatting on it.

@ACuriousKid
Copy link

image

^How to do this? Basically they have the ability to morph into anything housing objects, pets, you name it!

@PatheticMustan
Copy link
Member

I'll make a new issue about this.

@eclipsefromprodigy
Copy link

eclipsefromprodigy commented Sep 11, 2020 via email

@ghost
Copy link

ghost commented Sep 11, 2020

Bruh.

1.) There are perfectly good written instructions

2.) PEOPLE, STOP REPLYING RANDOMLY TO THIS THREAD

@ArcerionDev
Copy link
Contributor Author

Okay, this thread has gone on for long enough, and I think that other hacks that may be found are probably useless or comical. So I'm going to close this issue. Thanks for partaking, everyone!

@ArcerionDev ArcerionDev unpinned this issue Sep 18, 2020
@vibinyama
Copy link
Member

F

@NX721
Copy link
Contributor

NX721 commented Feb 12, 2021

Hi

@Prodigy-Hacking Prodigy-Hacking locked as resolved and limited conversation to collaborators Feb 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests