hi
ok i try to send a meesage to a person by packets (not for f/l hack again!!!)
i try this:
but it says the person i give it doesnt exist...
i sniffed the packet myself and changed the numbers:
but cant send yet...any ideas?
and btw the iddd should be an id of an item to add to the message?
how do i send the message with items?
thanks
ok i try to send a meesage to a person by packets (not for f/l hack again!!!)
i try this:
PHP Code:
SendDetour(0x40,"b",4);
SendDetour(0x5c,"bbssdwbdd",00,01,"try",name,dropID,48,0,1,50000);
i sniffed the packet myself and changed the numbers:
PHP Code:
char name[255]={0};
DWORD iddd;
printf("enter name to send:");
cin>>name;
printf("enter id of item to send:");
cin>>iddd;
SendPacket(0x40,"b",4);
SendPacket(0x5c,"bbssdwbdd",0,0,"try",name,iddd,1,0,0,1);
and btw the iddd should be an id of an item to add to the message?
how do i send the message with items?
thanks