Edit your Max/Min Meso Drop

Junior Spellweaver
Joined
May 20, 2008
Messages
153
Reaction score
0
Go to 'MesoDropHandler.java'

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 :
 
Re: [Release?]Edit your Max/Min Meso Drop

This doesn't works.
You will still need to hexedit your client for it to work.
 
Re: [Release?]Edit your Max/Min Meso Drop

This was actually intended for the autoban
Because if your client the max mesos drop is 50k
Someone uses another client that cand drop more,
It'll ban the person.
You must remove the // to make the autoban work

This wont affect your max / min meso drop
Its for autoban purposes
 
Re: [Release?]Edit your Max/Min Meso Drop

This was actually intended for the autoban
Because if your client the max mesos drop is 50k
Someone uses another client that cand drop more,
It'll ban the person.
You must remove the // to make the autoban work

This wont affect your max / min meso drop
Its for autoban purposes

That is the Correct Info That should be posted..
 
Back