[C#] About packet injection (login packet) 07/24/2013 - SRO Coding Corner - 3 Replies hello
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
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
...
[new bin]sys err login packet fix 06/02/2013 - Metin2 Private Server - 1 Replies Analyze: login phase does not handle this packet! header 100
who can fix this err ..when we log with new bin we recive this error..
Login packet 01/08/2013 - Metin2 Private Server - 1 Replies Hi, first i want to apologize for my bad english.
So.. I have private server on VPS... there and play maybe 100 people but sometimes when somebody want to login it write: you will be connected to the server ..it type all time.
I think that someone sends packets on the login...
But auth core is ON(enable)
can anyone help me?
thanks
Login Packet 08/23/2006 - Conquer Online 2 - 5 Replies I have tried to figure out how the login packet goes, i've used t3hn00bz0r's CO packet sniffer, but i only see the username, and server in the first packet, if i try to login again after that the packets done make any sence.
So if anyone could help me?