Quote:
Originally Posted by sniperman43
hmmmm lols nvm i'll put the sources he thought they helped me tomorrow xD
and as I think they are only a part of old KHI << what can I do with them -,-'
anyways THANKS for them , are you happy now :) ?
but remember 'help' is not like 'make' as I beleive and sure not like 'Leech' as some one did....
and btw "Long time ago since i knew much infos about [kal hackers] << (we think that they are)and I realy changed my mind about them, but huge amount of people still getting faked by them..." << (I'm not talking to anyone here just I'm saying some thing in my mind as I'm bored)
Yours
M.NOUR.M.S
|
Hmm okay, For the first i debugged engine and showed u which functions it was. Remember? U told me i would get the tradehack, did i get it no.
EDIT: the tradehack source i dont care about it anymore
Quote:
BOOL __cdecl OnUserSendFullPacketToClient(LPBYTE packet)
{
WORD len = *(WORD*)packet - 2;
Decode(net->DecodeByte,packet+2, len);
if(packet[2] != 0x2a)
DecodeParameterEx(packet+3,len-1,DecodeTable,packet+3);
if( !OnPacketBeforeRecv((LPBYTE)packet+2, len))
return TRUE;
if(packet[2] != 0x2a)
EncodeParameterEx(packet+3,len-1,EncodeTable,packet+3);
Encode(net->DecodeByte,packet+2, len);
return UserSendFullPacketToClient(packet);
}
|