rxzyx / prodigy-hack

One of the best Prodigy hacks.
MIT License
237 stars 581 forks source link

Discord Server #58

Open PatheticMustan opened 1 year ago

PatheticMustan commented 1 year ago

Hi! I'm Mustan, I worked on the original PMGH. I was a little curious about how you made your hacks, but it seems like the invite to your discord server is invalid. Is there another way to contact you?

VillainsRule commented 1 year ago

he's a skid lmfao he stole all his code his discord got termed because he flooded the members

PatheticMustan commented 1 year ago

that's crazy... how did the hacks work without modified game files?

VillainsRule commented 1 year ago

that's crazy... how did the hacks work without modified game files?

can you code lol?

PatheticMustan commented 1 year ago

I made the original PMGH, which required modified game files to get around some anticheat things prodigy added. I was just wondering how somebody else was able to make hacks without using the same method we used.

VillainsRule commented 1 year ago

I made the original PMGH, which required modified game files to get around some anticheat things prodigy added. I was just wondering how somebody else was able to make hacks without using the same method we used.

I doubt Prodigy has removed AntiCheat features overtime. A better method was likely found. Anyway, here's the info:

his "invincibility hack":

Boot.prototype.game['_state']['_states'].get('Battle').mods.invincible = true;

his "free membership":

Boot.prototype.game['_state']['_current'].user.source.hasMembership = true;
Boot.prototype.game['_state']['_current'].user.source.appearanceChanged = true;

his "morph forever":

playerTransform = Boot.prototype.game['_state']['_current'].user.source.data.playerTransformation
if (!playerTransform)  alert('You must have a morph enabled to use this hack.');
else {
  playerTransform.maxTime = Infinity;
   playerTransform.timeRemaining = Infinity;
};

now you get an idea again, these were probably stolen from someone else.