send f/l (not f/l hack!!!)

07/28/2009 14:50 natinet#1
hi
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); 
but it says the person i give it doesnt exist...
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); 
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
07/28/2009 15:43 bloodx#2
SendDetour(0x40,"b",4);
SendDetour(0x5c,"bbssdwbdd",00,01,"blupp",name,dro pID,48,0,1,50000);
07/28/2009 20:28 Eiscremekugel#3
ehhm in epvp hackit source...


war da nich ma sowas mit was jedem player in deinen bereich ne fl schickt mit 1geon und paying 1kk ? oder so?
oder in welchem hack war das ^^
07/29/2009 03:19 meak1#4
geons per fl schicken = autoblock meinte wer ;O
07/29/2009 03:31 katze123#5
Quote:
Originally Posted by meak1 View Post
geons per fl schicken = autoblock meinte wer ;O
jo is auch so ^^
07/29/2009 08:45 natinet#6
english plz, and its not for hacks or smthing, just wanna know, have tried the one from the source you have mentioned, didn't work.
thx Bloodx~!
07/29/2009 11:49 Mahatma#7
Quote:
Originally Posted by bloodx View Post
SendDetour(0x40,"b",4);
SendDetour(0x5c,"bbssdwbdd",00,01,"blupp",name,dro pID,48,0,1,50000);
u don't need to send 0x40....it's only the friendlist stuff....
....it's enought if u send the 0x5c packet^^
07/29/2009 12:10 natinet#8
dropID is an id of item to add to the message?
and...its not doing anything :(
i tried it....but nothing happends