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

[BUG] Prodigy Hack Scripts Broken - Prodigy may have removed .player option #229

Closed
ktad2721 opened this issue May 20, 2020 · 5 comments
Closed
Labels
Bug Something isn't working

Comments

@ktad2721
Copy link

Description:
All scripts with hack.instance.prodigy.player.* are failing. This occurs despite deleting all Redirects and then new import into Redirector.

Replication:
Go to any world and CRL+Shift+I then paste scripts from the itemStacker.js

Images:
Stacker script fail

Set Player Level fail

FixPets fail

Additional Errors:
VM85941:8 Uncaught TypeError: Cannot read property 'backpack' of undefined
at :8:50
at :41:3

@ktad2721 ktad2721 added the Bug Something isn't working label May 20, 2020
@PatheticMustan
Copy link
Member

For now, you can get around this by using hack.player.
The hack menu is also being updated. Thanks for reporting this!

(btw if you have a discord account, you can get the cool bughunter role)

@ktad2721
Copy link
Author

For now, you can get around this by using hack.player.
The hack menu is also being updated. Thanks for reporting this!

(btw if you have a discord account, you can get the cool bughunter role)

FYI...the following code in the accountStaker.js breaks bounties in Prodigy:
Object.entries(player.backpack.data).forEach(([x, y]) =>
// @ts-ignore
y.splice(0, 1e69, ...gameData[x].map(z => ({ ID: z.ID, N: 1e69 })))
);

If you run this then you can no longer find bounties and the bounty board will no longer update.

@PatheticMustan
Copy link
Member

Hmm, a fix would be to manually remove the bounty items....

@PatheticMustan
Copy link
Member

Bounty Items are ID 84, 85, and 86.

@PatheticMustan
Copy link
Member

Try using itemStacker.js instead. It'll give you all the items properly, then remove the bounty items.

MelnCat pushed a commit that referenced this issue Jun 22, 2020
MelnCat pushed a commit that referenced this issue Jun 24, 2020
MelnCat pushed a commit that referenced this issue Sep 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants