AbbyGamerz,

Results 1 to 3 of 3
  1. #1
    Member jordyhacker is offline
    MemberRank
    Dec 2014 Join Date
    72Posts

    AbbyGamerz,

    Please someone know how to delete md5 in abbygamerz ?


  2. #2
    Hi, Im Ryuzu yerij007 is offline
    MemberRank
    Oct 2011 Join Date
    Behind You!Location
    311Posts

    Re: AbbyGamerz,

    izi mai frend.


    Here on MMatchServer_Login.cpp on CSCommon solution.
    Find :
    Code:
    void MMatchServer::OnMatchLogin
    Some lines down you will find this line

    Code:
    if (strcmp(szDBPassword, szPassMd5) != 0)
    //if(strcmp(szDBPassword, szPassword)) //md5
    so , u need to change it to :

    Code:
    //if (strcmp(szDBPassword, szPassMd5) != 0)
    if(strcmp(szDBPassword, szPassword)) //md5
    Solved :b

  3. #3
    Member spaike23 is offline
    MemberRank
    Nov 2009 Join Date
    LeagueOfLegendsLocation
    52Posts

    Re: AbbyGamerz,

    Thank You!



Advertisement