im developing a new bot called Silkroad Fusion and i did some research and i found about Drew's Silkroad security so i used it and i made my own proxy
and i needed a little help with the login packet
here is my code
PHP Code:
Packet login = new Packet((ushort)0x6102);
login.WriteUInt8(Proxy.SRLocal);//isro locale
login.WriteAscii(ID.Text);
login.WriteAscii(PW.Text);
login.WriteAscii("");//mobile vertification code
login.WriteUInt8(0xFF);
login.WriteUInt16(267); // Server
Proxy.SendGateway(login);
what it does is -> send login credits but when the proxy connects to agent server it doesnt send or recieve any other packet (it stops by receiving packet 0x6005)
I have been trying for a long time but nobody could help me , hope somebody does
Thanks all.






