Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HR] Ultimate Membership Tracking issue #135

Closed
2 tasks
Tracked by #134
afkvido opened this issue Aug 10, 2022 · 4 comments · May be fixed by #139
Closed
2 tasks
Tracked by #134

[HR] Ultimate Membership Tracking issue #135

afkvido opened this issue Aug 10, 2022 · 4 comments · May be fixed by #139
Assignees
Labels
Category: Cheat GUI Regarding the Cheat GUI, aka WCM. Official Formal or official post by a maintainer of ProdigyPNP. Priority: High Very important.

Comments

@afkvido
Copy link
Contributor

afkvido commented Aug 10, 2022

  • Find the game object that lets you do Ultimate Membership
  • Do the ultimate membership
@afkvido afkvido changed the title Ultimate Membership [HR] Ultimate Membership Tracking issue Aug 10, 2022
@afkvido afkvido added Priority: High Very important. Category: Cheat GUI Regarding the Cheat GUI, aka WCM. Official Formal or official post by a maintainer of ProdigyPNP. labels Aug 10, 2022
@afkvido
Copy link
Contributor Author

afkvido commented Aug 10, 2022

High Priority because this is the next step for ProdigyPNP's cheatGUI.

@afkvido afkvido pinned this issue Aug 10, 2022
@afkvido afkvido linked a pull request Aug 12, 2022 that will close this issue
@afkvido

This comment was marked as outdated.

@afkvido
Copy link
Contributor Author

afkvido commented Oct 17, 2022

some notes

_.player.hasLegacyMembership()
_.player.hasMembership()
_.instance.prodigy.gameContainer.get(getMemberModule())

@afkvido
Copy link
Contributor Author

afkvido commented Nov 8, 2022

export const getLegacyMembership = (membership = true) => {
    const hack = getHack()
    const player = getPlayer()
    function getLegacyMemberModule () { return player.hasLegacyMembership.toString().split("\"")[1] }
    Object.fromEntries(hack._rootContainer._inversifyContainer._bindingDictionary._map)[getLegacyMemberModule()][0].implementationType.prototype.meetsRequirements = () => { return membership }
}

@afkvido afkvido closed this as completed Nov 8, 2022
@afkvido afkvido closed this as not planned Won't fix, can't repro, duplicate, stale Nov 8, 2022
@afkvido afkvido unpinned this issue Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Cheat GUI Regarding the Cheat GUI, aka WCM. Official Formal or official post by a maintainer of ProdigyPNP. Priority: High Very important.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants