Jump to content

xT0DESS0LD4T

Inactive Member
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by xT0DESS0LD4T

  1. 8 hours ago, Proteus said:

    Yes.

    This shared in epvp:

    input_main.cpp

    Search this function:

    LPCHARACTER newmember = CHARACTER_MANAGER::instance().Find(vid);

     

    search this:

    if (!ch->IsPC())
        return SubPacketLen;

     

    replace with this:

    if (!newmember->IsPC())
        return SubPacketLen;


    Have sql inject: -EDIT-

    By: MartPwnS


    And last fix p2p

    input_main.cpp

    Search this function:

    LPCHARACTER newmember = CHARACTER_MANAGER::instance().Find(vid);

     

    search this:

    if (!ch->IsPC())
        return SubPacketLen;

     

    replace with this:

    if (!newmember->IsPC())
        return SubPacketLen;

     

     


    What Exploit is that?

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.