
Originally Posted by
robsonsoares
otimo video
com ele fui olhar com atenção e percebi que é so mudar uma função no CustonServerInfo.cpp
porque o resto esta pronto...
seria:
void CServerInfo::Load()
{
//00953CFC - hook
this->m_data.clear();
this->Read("Data/Custom/ServerSide.txt");
SetOp((LPVOID)0x009540B8, this->ServerDrawTextHook, ASM::CALL); //1.04E
SetOp((LPVOID)0x009540EE, this->ServerDrawTextHook, ASM::CALL); //1.04E
SetOp((LPVOID)0x00954121, this->ServerDrawTextHook, ASM::CALL); //1.04E
SetOp((LPVOID)0x00954154, this->ServerDrawTextHook, ASM::CALL); //1.04E
}
// Pois Ela esta diferente ta puxando de outro lugar!
valeu denis