Jump to content

Proteus

Inactive Member
  • Posts

    21
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Proteus

  1. 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

  2. 18 minutes ago, Mind Rapist said:

    Hey I'm looking for these exploits too... I know 2 of them for now the Sql Injection and P2P... I know fixes for the both of them but you may already have them fixed they are very popular exploits. If you haven't fix them, reply here and I will share the fixes :)

    Have some exploit.

×
×
  • 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.