[Help] C# Send Packet

07/27/2020 07:55 thaidu0ngpr0#1
hello elitepvpers.
i try to send packet C->S but i can't acc get dc

I need some help

PHP Code:
[AGENT][LOCAL][C=>P][704C][3 bytes][Encrypted]
0000000000   19 ED 3E                                          .í>............. 
i send
PHP Code:
                                                        Packet itemUse = new Packet(0x704C);
                                                        
itemUse.WriteUInt8(0x19);
                                                        
itemUse.WriteUInt8(0xED);
                                                        
itemUse.WriteUInt8(0x3E);
                                                        
m_RemoteSecurity.Send(itemUse); 
07/27/2020 08:06 chipno0p#2
try this:
Packet itemUse = new Packet(0x704C, true);
itemUse.WriteUInt8(0x19);
itemUse.WriteUInt8(0xED);
itemUse.WriteUInt8(0x3E);
m_RemoteSecurity.Send(itemUse);
Send(true);
07/27/2020 08:35 thaidu0ngpr0#3
Quote:
Originally Posted by chipno0p View Post
try this:
Packet itemUse = new Packet(0x704C, true);
itemUse.WriteUInt8(0x19);
itemUse.WriteUInt8(0xED);
itemUse.WriteUInt8(0x3E);
m_RemoteSecurity.Send(itemUse);
Send(true);
thanks friend , it work perfect
07/27/2020 16:49 kotsh23#4
[AGENT][LOCAL][C=>P][704C][3 bytes][Encrypted]
0000000000 19 ED 3E .í>.............

can you please tell me which tool you use to read packets like this
07/27/2020 17:08 Devsome#5
Quote:
Originally Posted by kotsh23 View Post
[AGENT][LOCAL][C=>P][704C][3 bytes][Encrypted]
0000000000 19 ED 3E .í>.............

can you please tell me which tool you use to read packets like this
afaik [Only registered and activated users can see links. Click Here To Register...] looks like this.
07/27/2020 17:10 kotsh23#6
Quote:
Originally Posted by Devsome View Post
afaik [Only registered and activated users can see links. Click Here To Register...] looks like this.
Thank you boss
i saw your name at Website Dev like PMServer right ?