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

Get all pets breaks mail/membership modal #248

Closed ReviewerBot closed 3 years ago

ReviewerBot commented 4 years ago

Bug Report - ID: ur6bnk3jw

Submitted by: Yama#5821

Name of affected hack

The get all pets/epics i wills cheat menu

Description of bug

use the cheat menu and click get all pets, then try and open up mail, or click on the very left members icon.

Steps to reproduce

Expected results

you get all pets, and you can close out of the mail/members video without problem.

Actual results

you dont get any pets, and you are stuck on the mail/members video

Testers

Notes

ghost commented 4 years ago

I'm gonna look at this

CookieMonster1231 commented 4 years ago

Does this Will's cheat menu give you free membership as well? I'm asking because the other redirector file doesn't give membership.

ghost commented 4 years ago

Does this Will's cheat menu give you free membership as well? I'm asking because the other redirector file doesn't give membership.

Use the Discord server's #support channel for help.

CookieMonster1231 commented 4 years ago

Post a link to the Discord server

PatheticMustan commented 4 years ago

image it's right there in the description

https://discord.gg/XQDfbfq

ArcerionDev commented 4 years ago

So the current error that appears when this is run is image And the script that causes this is

const pets = gameData.pet.map(x => toPets(x.ID));

on https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/willsCheatMenu/src/hacks/pets.ts . Not 100% sure why this is happening, the hack in the console (hack.functions.getAllPets()) works, so unless if the hack is different, I don't know why this could be happening.

BoredFishRE commented 4 years ago

Think found problem, gameData is not defined, causing hack to not run

ArcerionDev commented 4 years ago

Think found problem, gameData is not defined, causing hack to not run

dude, it's imported from another file

ArcerionDev commented 4 years ago

and then compiled

ArcerionDev commented 4 years ago
import { VERY_LARGE_NUMBER, gameData, pickRandom } from "../utils/util";

https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/willsCheatMenu/src/hacks/pets.ts#L3

PatheticMustan commented 4 years ago

Think found problem, gameData is not defined, causing hack to not run

dude, it's imported from another file

the typings are imported, but that doesn't mean it's definitely defined

ghost commented 4 years ago

It might be interesting that when I was experimenting with the isAdminLogin, employee, etc variables, changing those had the same effect as this?

PatheticMustan commented 3 years ago

stale, unless somebody else can repro, will stay closed

ELiPlayzGames commented 2 years ago

it dont work for me think need to fix it