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

Walkspeed on loadup throws error, doesn't pause game #1060

Closed PatheticMustan closed 3 years ago

PatheticMustan commented 3 years ago

image

No clean way around it, not sure we have hooks for this type of stuff. Maybe just check if it exists in the first place, and stick it in a setInterval

donaldli2020 commented 3 years ago

@PatheticMustan What hack did you use?

donaldli2020 commented 3 years ago

Is it walkspeed? I also got an error. image

hostedposted commented 3 years ago

@Phenomenon1337 gave me the code for walkspeed and at first it didn't work as _.player._playerContainer was null but then once I loaded the game it did work

hostedposted commented 3 years ago

so we could do some optional chaining to prevent the error

hostedposted commented 3 years ago

Fixed this in https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/commit/fb46fa1da8df2bcb0ab8686c7056ddfdb530b996.