A few months ago I found a very simple PE hack that works on all servers that max all your skills.
Basically, it gives you all the skills you want. This will ban people that aren't GM's using those skills.
AbstractDealDamageHandler:
That goes somewhere in applyAttack(), not going to spoonfeed anymore.PHP Code:if (player.isGM() && (attack.skill == SuperGM.SUPER_DRAGON_ROAR || attack.skill == GM.GM_ROAR1 || attack.skill == GM.GM_ROAR2)) {
player.ban("[PE] Using skill: " + attack.skill + " when not GM.", true); // put whatever desc you want, w/e
}
This has not been tested, but should work. I know it's extremely simple but i don't give a shit.
Give credits if you re-release.
EDIT:
Just coded the rest of it, but then I accidentally deleted my little repack, so basically all my vacation work is gone. Lol.
Ohwell, I learned some stuff, and most of my coding was shitty anyway so yeah.

