Giter Club home page Giter Club logo

Comments (18)

afkvido avatar afkvido commented on May 29, 2024

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

from prodigymathgamehacking.

Sanity-Z avatar Sanity-Z commented on May 29, 2024

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

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

from prodigymathgamehacking.

afkvido avatar afkvido commented on May 29, 2024

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

from prodigymathgamehacking.

Sanity-Z avatar Sanity-Z commented on May 29, 2024

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

from prodigymathgamehacking.

afkvido avatar afkvido commented on May 29, 2024

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

from prodigymathgamehacking.

Sanity-Z avatar Sanity-Z commented on May 29, 2024

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"

from prodigymathgamehacking.

afkvido avatar afkvido commented on May 29, 2024

Then its blocked on ur computer

from prodigymathgamehacking.

Sanity-Z avatar Sanity-Z commented on May 29, 2024

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

from prodigymathgamehacking.

afkvido avatar afkvido commented on May 29, 2024

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

from prodigymathgamehacking.

Sanity-Z avatar Sanity-Z commented on May 29, 2024

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

from prodigymathgamehacking.

afkvido avatar afkvido commented on May 29, 2024

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.

from prodigymathgamehacking.

Sanity-Z avatar Sanity-Z commented on May 29, 2024

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

from prodigymathgamehacking.

afkvido avatar afkvido commented on May 29, 2024

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);

from prodigymathgamehacking.

Sanity-Z avatar Sanity-Z commented on May 29, 2024

Can accounts go past 100

from prodigymathgamehacking.

afkvido avatar afkvido commented on May 29, 2024

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

from prodigymathgamehacking.

Sanity-Z avatar Sanity-Z commented on May 29, 2024

Ahh makes sense but even with the extension would it stay

from prodigymathgamehacking.

afkvido avatar afkvido commented on May 29, 2024

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.

from prodigymathgamehacking.

Sanity-Z avatar Sanity-Z commented on May 29, 2024

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

from prodigymathgamehacking.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.