Citação Originally Posted by Denis Alves Ver Post
Bom, como tá sendo um pouco dificil (ou acredito que muito mesmo), segue um vídeo do sistema em pleno funcionamento e alguns detalhes de como fazer ele "vingar".


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