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.
I think bnet removed the ability to use their plain-text chat protocol.
Someone can confirm that?
They shut it down IIRC 3 months ago.