Hello
I am having a small problem. In VB6, I made an app that connects to a chat application threw packets. here is an example:
Winsock1.Send Chr(&H4B) & Chr(&H00) & Lenth(Username) ect ect ect lol
This is the packet I need to implicate in my Delphi application:
4B 00 02 E3 0B 06 1E CD 78 C1 47 B5 A5 00 8E 69
E2 32 67 4A 00 00 75 85 00 00 00 00 00 00 A0 25
26 00 C2 BB C3 90 C3 A9 C2 AE C3 AC C2 A9 6B C2
BB 00 Ares 1.9.1.301
30 00 C0 A8 00 04 CC 6F 7F A9 03 00 06 00
^^ I need to send those values to connect to the chatroom. How do I do this in delphi 7?
I am having a small problem. In VB6, I made an app that connects to a chat application threw packets. here is an example:
Winsock1.Send Chr(&H4B) & Chr(&H00) & Lenth(Username) ect ect ect lol
This is the packet I need to implicate in my Delphi application:
4B 00 02 E3 0B 06 1E CD 78 C1 47 B5 A5 00 8E 69
E2 32 67 4A 00 00 75 85 00 00 00 00 00 00 A0 25
26 00 C2 BB C3 90 C3 A9 C2 AE C3 AC C2 A9 6B C2
BB 00 Ares 1.9.1.301
30 00 C0 A8 00 04 CC 6F 7F A9 03 00 06 00
^^ I need to send those values to connect to the chatroom. How do I do this in delphi 7?