Valhalla Legends Forums Archive | Battle.net Bot Development | TAHC Logon

AuthorMessageTime
TriCk
I need help logging a TAHC (CHAT) bot on...
Like whats the version byte and packets...
Is there any open sources i can look at

I know this is a newb question but meh :-[
September 12, 2004, 10:01 AM
Soul Taker
[quote author=TriCk link=board=17;threadid=8650;start=0#msg79856 date=1094983276]
I need help logging a TAHC (CHAT) bot on...
Like whats the version byte and packets...
Is there any open sources i can look at

I know this is a newb question but meh :-[
[/quote]
There is no version byte! Packet log a CHAT connection via telnet, and I think you'll see how easy it is.
September 12, 2004, 10:17 AM
TriCk
i dont have a bot that uses chat...
where can i get one?
September 12, 2004, 10:21 AM
Soul Taker
[quote author=TriCk link=board=17;threadid=8650;start=0#msg79858 date=1094984477]
i dont have a bot that uses chat...
where can i get one?
[/quote]
Just use a telnet interface.
September 12, 2004, 10:32 AM
TangoFour
If using Windows:

Start -> Run -> telnet useast.battle.net 6112 (or any other server)

Press CTRL-C

Voila!

The entire Chat client works using a simple text-based connection, you don't need to worry about version bytes and packets
September 12, 2004, 10:48 AM
LivedKrad
When you connect, it's simply a matter of letting battle.net know that you want to connect via chat connection. It's something to the effect of [0x03 "usernamer" 0x04 "password" + (carriage line feed)] iirc. Try the telnet idea or screw around with some others. Grok wrote a pretty in-depth starting tutorial for a regular CHAT client: http://botdev.valhallalegends.com/documents/vbwinsockhlp.html

If you don't know VB, it's still commented enough to understand what's being sent.
September 12, 2004, 2:05 PM
hismajesty
Here is a really simple example I made in ~December when somebody asked before.
September 12, 2004, 2:17 PM
St0rm.iD
This thread is ironic.
September 12, 2004, 3:41 PM
warz
trick:

[quote]Author of BrutalOps, MurderFlood, ReaperFlood, etc
All available for download at http://zeropulse.net/trick/ [/quote]

[quote]I need help logging a TAHC (CHAT) bot on...
Like whats the version byte and packets...
Is there any open sources i can look at[/quote]

eh? ehhh.
September 12, 2004, 5:37 PM
Networks
[quote author=warz link=board=17;threadid=8650;start=0#msg79898 date=1095010662]
trick:

[quote]Author of BrutalOps, MurderFlood, ReaperFlood, etc
All available for download at http://zeropulse.net/trick/ [/quote]

[quote]I need help logging a TAHC (CHAT) bot on...
Like whats the version byte and packets...
Is there any open sources i can look at[/quote]

eh? ehhh.
[/quote]

What do you expect he source steals.
September 12, 2004, 7:05 PM
CodeMaster
[quote author=Networks link=board=17;threadid=8650;start=0#msg79904 date=1095015953]
What do you expect he source steals.
[/quote]

That is not really a fair assumption, but a test could be given for example, tell him to go to Ultimate's Home Page and give him a packet logger. There is a bot that logs on chat, and something to sniff it's incoming and outgoing data with.
Have fun Trick, it won't be hard either, Chat connections are easier to make than Instant Jello
September 12, 2004, 11:32 PM
warz
I don't know about that,. Instant jello is prettyyyyy easyyyy.
September 13, 2004, 1:33 AM
CodeMaster
[quote author=warz link=board=17;threadid=8650;start=0#msg79943 date=1095039191]
I don't know about that,. Instant jello is prettyyyyy easyyyy.
[/quote]

:-[ Once I screwed up instant jello...I used the Quick method on the package and it came out wrong :-[

So it's not as easy as it seems >:(
September 13, 2004, 2:06 AM
TriCk
No i dont 'source-steal', i've just never done a chat connection...
Thanks for the help guys, i appreciate it.., i knew it would be pretty simple, just wasnt sure..
September 13, 2004, 10:34 PM
LivedKrad
?? How does one 'source-steal' from public sources? That's like running off with a free sample from a vendor's cart and someone calling the police. :\
September 15, 2004, 10:56 PM
CodeMaster
[quote author=LivedKrad link=board=17;threadid=8650;start=0#msg80318 date=1095288967]
?? How does one 'source-steal' from public sources? That's like running off with a free sample from a vendor's cart and someone calling the police. :\
[/quote]

The problem does not lie with borrowing code, the probem lies with people not bothering to learn the language, they copy and paste code and when they encounter a problem they come here and bitch.
September 16, 2004, 3:49 AM

Search