Please someone know how to delete md5 in abbygamerz ?
Please someone know how to delete md5 in abbygamerz ?
izi mai frend.
Here on MMatchServer_Login.cpp on CSCommon solution.
Find :
Some lines down you will find this lineCode:void MMatchServer::OnMatchLogin
so , u need to change it to :Code:if (strcmp(szDBPassword, szPassMd5) != 0) //if(strcmp(szDBPassword, szPassword)) //md5
Solved :bCode://if (strcmp(szDBPassword, szPassMd5) != 0) if(strcmp(szDBPassword, szPassword)) //md5