Cheat Engine

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Cheat Engine

The Underground Site of Cheat Engine


    Boss + Pet Crash Fix

    avatar
    Fieeer
    Guest


    Boss + Pet Crash Fix Empty Boss + Pet Crash Fix

    Post  Fieeer Thu May 21, 2009 2:11 am

    This prevents the crash caused by killing "good bosses".

    Comment out all
    Code:

    isGoodBoss = true;

    in MapleMap.java.


    This prevents hackers to crash your server with a pet and a packet editor.

    Open MovePetHandler.java and add
    Code:

    if (res.size() == 0)
    return;

    under
    Code:

    List<LifeMovementFragment> res = parseMovement(slea);
    Credits for this go to Bassoe.

      Current date/time is Thu Mar 28, 2024 3:29 pm