Register for your free account! | Forgot your password?

You last visited: Today at 01:46

  • 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: 263
Received Thanks: 271
[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 07/27/2020, 08:06   #2
 
elite*gold: 0
Join Date: Oct 2012
Posts: 145
Received Thanks: 31
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 07/27/2020, 08:35   #3
 
elite*gold: 0
Join Date: Apr 2012
Posts: 263
Received Thanks: 271
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 07/27/2020, 16:49   #4
 
elite*gold: 0
Join Date: Jul 2020
Posts: 163
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 07/27/2020, 17:08   #5
dotCom
 
Devsome's Avatar
 
elite*gold: 9842
The Black Market: 107/0/0
Join Date: Mar 2009
Posts: 16,835
Received Thanks: 4,668
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 07/27/2020, 17:10   #6
 
elite*gold: 0
Join Date: Jul 2020
Posts: 163
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 +1. The time now is 01:47.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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