Register for your free account! | Forgot your password?

Go Back   elitepvpers Popular Games Silkroad Online SRO Coding Corner
You last visited: Today at 03:25

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Help] C# Send Packet

Discussion on [Help] C# Send Packet within the SRO Coding Corner forum part of the Silkroad Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2012
Posts: 269
Received Thanks: 274
[Help] C# Send Packet

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); 
thaidu0ngpr0 is offline  
Old   #2
 
elite*gold: 0
Join Date: Oct 2012
Posts: 146
Received Thanks: 32
try this:
Packet itemUse = new Packet(0x704C, true);
itemUse.WriteUInt8(0x19);
itemUse.WriteUInt8(0xED);
itemUse.WriteUInt8(0x3E);
m_RemoteSecurity.Send(itemUse);
Send(true);
chipno0p is offline  
Old   #3
 
elite*gold: 0
Join Date: Apr 2012
Posts: 269
Received Thanks: 274
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
thaidu0ngpr0 is offline  
Old   #4
 
elite*gold: 0
Join Date: Jul 2020
Posts: 166
Received Thanks: 15
[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
kotsh23 is offline  
Old   #5
dotCom
 
Devsome's Avatar
 
elite*gold: 10414
The Black Market: 107/0/0
Join Date: Mar 2009
Posts: 17,073
Received Thanks: 4,758
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 looks like this.
Devsome is offline  
Thanks
1 User
Old   #6
 
elite*gold: 0
Join Date: Jul 2020
Posts: 166
Received Thanks: 15
Quote:
Originally Posted by Devsome View Post
afaik looks like this.
Thank you boss
i saw your name at Website Dev like PMServer right ?
kotsh23 is offline  
Reply


Similar Threads Similar Threads
Play sound via Packet Send?? [Question String Packet]
07/14/2010 - CO2 Private Server - 5 Replies
Yow im trying to figure out why i cant play music with the string packet What im doin is; MyChar.Client.SendPacket(Game.Packet.String(MyCha r.UID, 20, Splitter)); My Packet is: public byte String(long CharId, byte Type, string name)



All times are GMT +2. The time now is 03:26.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.