ProdigyPNP / ProdigyMathGameHacking

Hacking Prodigy, the math game.
https://prodigypnp.com
Mozilla Public License 2.0
39 stars 60 forks source link

[O] Blocked #169

Closed Sanity-Z closed 1 year ago

Sanity-Z commented 1 year ago

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 commented 1 year ago

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

Sanity-Z commented 1 year ago

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

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

afkvido commented 1 year ago

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

Sanity-Z commented 1 year ago

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 commented 1 year ago

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

Sanity-Z commented 1 year ago

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 commented 1 year ago

Then its blocked on ur computer

Sanity-Z commented 1 year ago

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

afkvido commented 1 year ago

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

Sanity-Z commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

afkvido commented 1 year ago

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 commented 1 year ago

Can accounts go past 100

afkvido commented 1 year ago

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

Sanity-Z commented 1 year ago

Ahh makes sense but even with the extension would it stay

afkvido commented 1 year ago

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 commented 1 year ago

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