Valhalla Legends Forums Archive | Battle.net Bot Development | Packets

AuthorMessageTime
ColT
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.
September 28, 2004, 10:35 PM
Twix
go to b.net docs it tells u the login order for the packet
[url]http://bnetdocs.valhallalegends.com/[/url]
September 28, 2004, 10:43 PM
ColT
Ok, I also need help on some other things. So can you please AIM me?
September 28, 2004, 10:49 PM
-MichaeL-
You might also try packet logging it.
September 28, 2004, 10:57 PM
-MichaeL-
Well, first time i have heard of bnet docs... other then the one vL has setup.
September 28, 2004, 11:02 PM
Twix
That site is the one where they stole all the information and tryed to pass it as there own
September 28, 2004, 11:05 PM
ColT
I would rather use the vL, BNETDOCS.
September 28, 2004, 11:06 PM
bethra
What happened to UL's packet ref page?
September 30, 2004, 8:21 PM
-MichaeL-
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.
September 30, 2004, 9:16 PM
ColT
Can someone help me write the Function for Send 0x50. My Aim is:Heyscrwy Thanks
September 30, 2004, 11:06 PM
UserLoser.
[quote author=bethra link=topic=8932.msg82760#msg82760 date=1096575687]
What happened to UL's packet ref page?
[/quote]

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
September 30, 2004, 11:10 PM
-MichaeL-
whats UL?
September 30, 2004, 11:33 PM
LW-Falcon
UserLoser
September 30, 2004, 11:37 PM
ColT
Lol, that was pretty easy.
October 1, 2004, 12:04 AM
Myndfyr
[quote author=ColT link=topic=8932.msg82766#msg82766 date=1096585580]
Can someone help me write the Function for Send 0x50. My Aim is:Heyscrwy Thanks
[/quote]

[code]
Sub Send0x50

WinSock1.Send &H50

End Sub
[/code]
October 1, 2004, 1:48 AM
KkBlazekK
[quote author=MyndFyre link=topic=8932.msg82789#msg82789 date=1096595310]
[quote author=ColT link=topic=8932.msg82766#msg82766 date=1096585580]
Can someone help me write the Function for Send 0x50. My Aim is:Heyscrwy Thanks
[/quote]

[code]
Sub Send0x50

WinSock1.Send &H50

End Sub
[/code]
[/quote]


Wow... If it were only that easy... (its pretty close to that but meh)
October 3, 2004, 8:41 PM
LivedKrad
[quote author=Kk)Blaze(kK link=topic=8932.msg83096#msg83096 date=1096836085]
[quote author=MyndFyre link=topic=8932.msg82789#msg82789 date=1096595310]
[quote author=ColT link=topic=8932.msg82766#msg82766 date=1096585580]
Can someone help me write the Function for Send 0x50. My Aim is:Heyscrwy Thanks
[/quote]

[code]
Sub Send0x50

WinSock1.Send &H50

End Sub
[/code]
[/quote]


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

It IS that easy. It does exactly what the man asked for: A routine to send 50h.
October 3, 2004, 10:31 PM

Search