Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: ColT on September 28, 2004, 05:35 PM

Title: Packets
Post by: ColT on September 28, 2004, 05:35 PM
Hi, can someone help me send packets to BNET, and in what order they go in. Also I have more questions. So please aim me at:Heyscrwy. This is in Visual Basic. Using Hash. Thanks.
Title: Re: Packets
Post by: DeTaiLs on September 28, 2004, 05:43 PM
go to b.net docs it tells u the login order for the packet
http://bnetdocs.valhallalegends.com/
Title: Re: Packets
Post by: ColT on September 28, 2004, 05:49 PM
Ok, I also need help on some other things. So can you please AIM me?
Title: Re: Packets
Post by: Michael on September 28, 2004, 05:57 PM
You might also try packet logging it.
Title: Re: Packets
Post by: Michael on September 28, 2004, 06:02 PM
Well, first time i have heard of bnet docs... other then the one vL has setup.
Title: Re: Packets
Post by: DeTaiLs on September 28, 2004, 06:05 PM
That site is the one where they stole all the information and tryed to pass it as there own
Title: Re: Packets
Post by: ColT on September 28, 2004, 06:06 PM
I would rather use the vL, BNETDOCS.
Title: Re: Packets
Post by: Sorc.Polgara on September 30, 2004, 03:21 PM
What happened to UL's packet ref page?
Title: Re: Packets
Post by: Michael on September 30, 2004, 04:16 PM
I would suggest just using bnls instead of hashes it saves alot of time and storage space for you and the user and makes the bot more user friendly.
Title: Re: Packets
Post by: ColT on September 30, 2004, 06:06 PM
Can someone help me write the Function for Send 0x50. My Aim is:Heyscrwy Thanks
Title: Re: Packets
Post by: UserLoser. on September 30, 2004, 06:10 PM
Quote from: bethra on September 30, 2004, 03:21 PM
What happened to UL's packet ref page?

Don't need anymore people copying and pasting anything claming it's their work.  It's happened quite a few times now.  The directory is still on my server, just hidden
Title: Re: Packets
Post by: Michael on September 30, 2004, 06:33 PM
whats UL?
Title: Re: Packets
Post by: Falcon[anti-yL] on September 30, 2004, 06:37 PM
UserLoser
Title: Re: Packets
Post by: ColT on September 30, 2004, 07:04 PM
Lol, that was pretty easy.
Title: Re: Packets
Post by: MyndFyre on September 30, 2004, 08:48 PM
Quote from: ColT on September 30, 2004, 06:06 PM
Can someone help me write the Function for Send 0x50. My Aim is:Heyscrwy Thanks


Sub Send0x50

WinSock1.Send &H50

End Sub
Title: Re: Packets
Post by: Blaze on October 03, 2004, 03:41 PM
Quote from: MyndFyre on September 30, 2004, 08:48 PM
Quote from: ColT on September 30, 2004, 06:06 PM
Can someone help me write the Function for Send 0x50. My Aim is:Heyscrwy Thanks


Sub Send0x50

WinSock1.Send &H50

End Sub



Wow... If it were only that easy... (its pretty close to that but meh)
Title: Re: Packets
Post by: LivedKrad on October 03, 2004, 05:31 PM
Quote from: Kk)Blaze(kK on October 03, 2004, 03:41 PM
Quote from: MyndFyre on September 30, 2004, 08:48 PM
Quote from: ColT on September 30, 2004, 06:06 PM
Can someone help me write the Function for Send 0x50. My Aim is:Heyscrwy Thanks


Sub Send0x50

WinSock1.Send &H50

End Sub



Wow... If it were only that easy... (its pretty close to that but meh)

It IS that easy. It does exactly what the man asked for: A routine to send 50h.