Beast mode tip
Code:
unsigned int __stdcall hkSendToServer(ILTMessage_Read *pMsg, uint32 Flags)
{
if pMsg->Readuint8() == 100) //movent id
{
return 0;
}
return pSendToServer( pMsg, Flags );
}
credits to matypatty for giving me this tip. i never did anything with it though

