- Joined
- May 20, 2008
- Messages
- 153
- Reaction score
- 0
Go to 'MesoDropHandler.java'
Than find,
Code:
Change the "if (meso < 10 || meso > 50000) {"
To whatever you want. Enjoy.
Credits to BlazingFlare from CheatEngine
I take NO CREDIT whatsoever. This was from Cheat Engine forums
Original Link :
Than find,
Code:
Code:
public void handlePacket(SeekableLittleEndianAccessor slea, MapleClient c) {
slea.readInt(); // i don't know :)
int meso = slea.readInt();
if (meso < 10 || meso > 50000) {
//AutobanManager.getInstance().addPoints(c, 1000, 0, "Dropping " + meso + " mesos");
return;
Change the "if (meso < 10 || meso > 50000) {"
To whatever you want. Enjoy.
Credits to BlazingFlare from CheatEngine
I take NO CREDIT whatsoever. This was from Cheat Engine forums
Original Link :
To view the content, you need to sign in or register