[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
...
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 bot with packet 07/13/2012 - DarkOrbit - 32 Replies hello,
I want to code a login automatically in dark orbit (With packets) but I need help for find packet to login.
I have two months to do that. I know basics of programming (C, C + +, Vb, AutoIt). But I know it's not enough so if someone have the sympathy to help me in my research.
This message is for people who have made bots that works on dark orbit (pbdobot, kbot, iBOT, OpenStealth ...). These people have made very powerful bots. Respect for them, without them dark orbit will...
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?