Hei, i just got somewhat interest on making a little bot or w.e just for fun, im using vb.net and using the C# SilkroadSecurity and i can log in and all that but could someone give me a little example how to send any packet? example "sit"
i get:
also i need a little help putting this:
to textbox instead of console
i get:
Code:
[S -> C] [30BF] 8D 65 03 00 01 04
Code:
Console.WriteLine("[{0}][{1:X4}][{2} bytes]{3}{4}{6}{5}{6}", If(context.Equals(local_context), "S->C", "C->S"), packet.Opcode, packet_bytes.Length, If(packet.Encrypted, "[Encrypted]", ""), If(packet.Massive, "[Massive]", ""), Utility.HexDump(packet_bytes), Environment.NewLine)