I start checking this code
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 meWhen 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);
}
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!







