Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: obeah on May 19, 2006, 11:43 AM

Title: My Clientless bot dont log anymore
Post by: obeah on May 19, 2006, 11:43 AM
      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.
Title: Re: My Clientless bot dont log anymore
Post by: warz on May 19, 2006, 12:23 PM
I think bnet removed the ability to use their plain-text chat protocol.
Title: Re: My Clientless bot dont log anymore
Post by: obeah on May 19, 2006, 12:39 PM
Someone can confirm that?
Title: Re: My Clientless bot dont log anymore
Post by: MyndFyre on May 19, 2006, 12:54 PM
Quote from: obeah on May 19, 2006, 12:39 PM
Someone can confirm that?
It is confirmed.
Title: Re: My Clientless bot dont log anymore
Post by: rabbit on May 20, 2006, 10:25 AM
They shut it down IIRC 3 months ago.