Valhalla Legends Forums Archive | Battle.net Bot Development | My Clientless bot dont log anymore

AuthorMessageTime
obeah
public void Login()
{
SendData(Convert.ToChar(3)+ "" + Convert.ToChar(4) + "" + Convert.ToChar(13)+ Convert.ToChar(10) + "" + Convert.ToChar(13) + Convert.ToChar(10));
SendData(_Account + Convert.ToChar(13) + Convert.ToChar(10));
SendData(_Password + Convert.ToChar(13) + Convert.ToChar(10));
...

SendData is just a class method that will work with the socket stream.
After i send the 03041310 03041310 User1310 Password1310 the socket closes. My code worked well until the last 1-2 month when it stop to log. :-\ Any changes on bnet protocol?

Thx in advance.
May 19, 2006, 4:43 PM
warz
I think bnet removed the ability to use their plain-text chat protocol.
May 19, 2006, 5:23 PM
obeah
Someone can confirm that?
May 19, 2006, 5:39 PM
Myndfyr
[quote author=obeah link=topic=15016.msg152790#msg152790 date=1148060354]
Someone can confirm that?
[/quote]
It is confirmed.
May 19, 2006, 5:54 PM
rabbit
They shut it down IIRC 3 months ago.
May 20, 2006, 3:25 PM

Search