Valhalla Legends Forums Archive | Battle.net Bot Development | how to start a binary bot

AuthorMessageTime
gotcha_ass
how do you start making a binary bot?? Ive seen the simple code usin a winsock that connects and sends some crap, but how do you do a full logon to get into the private channels?
January 27, 2003, 2:07 AM
gotcha_ass
nevermind i figured it out on my own, i got the source to binarybot and am making a little map to help me figure out the events, but I know some questions will pop up some time.
January 27, 2003, 10:48 PM
gotcha_ass
ok I have a question now...
After the bot logs on, it calls up this Function that get the MpqName and the HashCmd.
It sends this packet:
[code]
sckBnet.SendData Chr(1)
PacketBuf.InsertDWORD 0
PacketBuf.InsertDWORD 0
PacketBuf.InsertDWORD 0
PacketBuf.InsertDWORD 0
PacketBuf.InsertNTString "vLBBot"
PacketBuf.InsertNTString "vLBBot"
PacketBuf.SendPacket sckBnet, &H5

PacketBuf.InsertNonNTString "68XIRATS"
PacketBuf.InsertDWORD &HA5
PacketBuf.InsertDWORD 0
PacketBuf.SendPacket sckBnet, &H6
[/code]

Will somebody explain what the Chr(1)is, and what should the 2 NTStrings that say "vLBBot" contain? And, also, can you explain the "68XIRATS", &HA5, &H6??

Or tell me of a doc some where that will explain it for me. Thanks.
January 27, 2003, 10:59 PM
Noodlez
www.valhallalegends.com/arta/bnetdocs

dont use 0x06...its OLD
January 27, 2003, 11:10 PM
gotcha_ass
what is 0x06??


oh ya, thanx for the BnetDocs....that site has everything I need.
January 27, 2003, 11:31 PM

Search