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

[O] Blocked #169

Closed
Sanity-Z opened this issue Sep 22, 2022 · 18 comments
Closed

[O] Blocked #169

Sanity-Z opened this issue Sep 22, 2022 · 18 comments

Comments

@Sanity-Z
Copy link

My admin has chrome store blocked and you can't download extensions along with downloads being blocked from github, Are there any alternatives to prodigy cheats?

@afkvido afkvido transferred this issue from ProdigyPNP/P-NP Sep 22, 2022
@afkvido afkvido changed the title Blocked [O] Blocked Sep 22, 2022
@afkvido
Copy link
Contributor

afkvido commented Sep 22, 2022

Follow the steps in https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/master/meta/manual/CHROME.md

HOWVER, IN STEP 6, INSTEAD OF DOWNLADING PHEx.ZIP FROM GITHUB: DOWNLOAD IT FROM HERE:

https://starfiles.co/file/6c497a1bf7f0/PHEx-3-0-1-zip

@afkvido afkvido closed this as not planned Won't fix, can't repro, duplicate, stale Sep 22, 2022
@Sanity-Z
Copy link
Author

Sanity-Z commented Sep 22, 2022

Upon trying this is what popped up as the download progress,

NaN% Downloaded
0.0bs
0.0B/0.0B Downloaded
NaN Days Remaining

@afkvido
Copy link
Contributor

afkvido commented Sep 22, 2022

@UsernameWasInvalid Will the Direct URL work? https://api.starfiles.co/direct/6c497a1bf7f0

@Sanity-Z
Copy link
Author

Have you tried google drives since my admins filter blocks 98% of downloads from websites and no it does not work and its blocked

@afkvido
Copy link
Contributor

afkvido commented Sep 22, 2022

Alright i guess does this work? https://drive.google.com/file/d/1Zp8ByR_ZhK8K7rJBBjarZ4quKJxMCrx8/view

@Sanity-Z
Copy link
Author

Sanity-Z commented Sep 22, 2022

Its download but once i tried to drag it in to install it wont work it says this:

Failed to load extension from: /tmp/PHEx-3.0.1_VDvBvQ. Loading of unpacked extensions is disabled by the administrator.

Also i'm on school "chrome book"

@afkvido
Copy link
Contributor

afkvido commented Sep 22, 2022

Then its blocked on ur computer

@Sanity-Z
Copy link
Author

Well sorry for wasting your time, But one last thing what "hacks" are in the extension anyway? just curious

@afkvido
Copy link
Contributor

afkvido commented Sep 22, 2022

The extension blocks Prodigy's gamefile and loads ours instead. Ours allows you to load things such as cheatGUI.

@Sanity-Z
Copy link
Author

Sanity-Z commented Sep 22, 2022

Does it allow to edit my level, And if it does will it stay on the account and what is the "cap" if there is one

@afkvido
Copy link
Contributor

afkvido commented Sep 22, 2022

Our gamefile lets you do a lot more than that. I can give you an edit level hack even without the extension if you want.

@Sanity-Z
Copy link
Author

That would be nice since ive been trying to get an extension but no luck so yea

@afkvido
Copy link
Contributor

afkvido commented Sep 22, 2022

This lets you set your level to anything 100 or below. Using the extension lets u uncap it tho.

function setLevel (lvl) {

    /** player variable */
    const player = Boot.prototype.game._state._current.user.source;

    // TODO implement swal laterTM
    const level = lvl;

    if (level === undefined) return;

    // now we calculate how many stars the level *should* have
    // from 3-16-1.js:8382


    if (level === 1) return 0;

    const i = level - 2;

    // xpConstant from 3-16-1.js:8528

    const xpConstant = 1.042;
    player.data.stars = Math.round((1 - Math.pow(xpConstant, i)) / (1 - xpConstant) * 20 + 10);
    player.data.level = +level;
    player.getLevel = () => {
        return player.data.level;
    };

}

// TODO Implement swal later
setLevel(100);

@Sanity-Z
Copy link
Author

Can accounts go past 100

@afkvido
Copy link
Contributor

afkvido commented Sep 22, 2022

Yes if youre using the extension, but trying to make this go over 100 will be useless

@Sanity-Z
Copy link
Author

Ahh makes sense but even with the extension would it stay

@afkvido
Copy link
Contributor

afkvido commented Sep 22, 2022

With the extension there's a thing called "Uncap Player Level", but you need the extension always whenever you want uncap to function. Otherwise it'll just be 100.

@Sanity-Z
Copy link
Author

Understandable, Oh one last thing is there something to automatically make prodigy accounts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants