Send Recv

08/18/2009 06:35 senide#1
Hey;)

I start checking this code [Only registered and activated users can see links. Click Here To Register...] but i cant still send a packet of move just to see my player moving.Maybe this code is obsolete i dont know if there are better send and rev codes just tell me

When dll process attach happens i call my function _beginthread(f,0,NULL);

Code:
void f(void* start_parameter){
Console(); //Get the console
printf("DLL loaded");

getchar();// Wait till i login to move
SendDetour(0x15,"bbb",0,1,1);
}
But when im using the send function i got engine error always
Maybe i making something wrong?


And one question more!

I see in the code that there are functions to analize the packets you got but who is the function is always getting the packets?Maybe i understood bad the code or the metod i dont know .

Thanks for the help!