Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server
You last visited: Today at 14:52

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

Advertisement



How to send S->C Value and object packet to client ???

Discussion on How to send S->C Value and object packet to client ??? within the SRO Private Server forum part of the Silkroad Online category.

Reply
 
Old 04/02/2016, 03:05   #16
 
KingDollar's Avatar
 
elite*gold: 857
Join Date: Dec 2013
Posts: 857
Received Thanks: 679
Quote:
Originally Posted by Kardil View Post
that's right ,from here i can save charname and send wlc msg
but that's for logging , i need to send the packet after some time
so man it depends on your packet filter
code i don't see your code to help you
KingDollar is offline  
Old 04/02/2016, 05:26   #17

 
sarkoplata's Avatar
 
elite*gold: 166
Join Date: Apr 2009
Posts: 2,339
Received Thanks: 2,654
im outta here gl
sarkoplata is offline  
Old 04/02/2016, 07:32   #18
 
elite*gold: 0
Join Date: Apr 2015
Posts: 1,444
Received Thanks: 1,371
Or just use SUPERMIKE and pay me for custom coding to make your life easier.
​Goofie​ is offline  
Old 04/04/2016, 07:30   #19
 
LastThief*'s Avatar
 
elite*gold: 60
Join Date: Feb 2012
Posts: 3,942
Received Thanks: 6,475
Quote:
Originally Posted by Alexiuns* View Post
ye as example

if packet.Opcode = 0x3305
{
Packet notice_to_char = new Packet(0x3026);
notice.WriteUInt8(7);
notice.WriteAscii("Welcome msg");
SendPacketToClient(notice_to_char);
}
Quote:
Originally Posted by Alexiuns* View Post
charcter load packet is 0x3305 packet and you can get charname while character select
Please stop spreading this cancer, First of all 0x3305 DOES NOT EXIST in the whole vsro packet documentation so I don't even know how did you bring such packet. Secondly, if you don't know what you are talking about shut the **** up, you are not explaining anything, you are just trying to read Omni source code made by cherno OUTLOUD to prove that you know something but you don't know anything. PLEASE stop this already.
LastThief* is offline  
Thanks
1 User
Old 04/04/2016, 07:41   #20
 
Kai1337*'s Avatar
 
elite*gold: 0
Join Date: Sep 2015
Posts: 293
Received Thanks: 291
Quote:
Originally Posted by LastThief* View Post
Please stop spreading this cancer, First of all 0x3305 DOES NOT EXIST in the whole vsro packet documentation so I don't even know how did you bring such packet. Secondly, if you don't know what you are talking about shut the **** up, you are not explaining anything, you are just trying to read Omni source code made by cherno OUTLOUD to prove that you know something but you don't know anything. PLEASE stop this already.
Thought iam the only thinking that pff , iam fine
Kai1337* is offline  
Old 04/04/2016, 08:57   #21
 
B1Q's Avatar
 
elite*gold: 350
Join Date: Aug 2015
Posts: 1,999
Received Thanks: 1,184
Quote:
Originally Posted by Alexiuns* View Post
ye as example

if packet.Opcode = 0x3305
{
Packet notice_to_char = new Packet(0x3026);
notice.WriteUInt8(7);
notice.WriteAscii("Welcome msg");
SendPacketToClient(notice_to_char);
}

NOTE:
hi my name is Alex****,
my hobby is to copy others codes and paste them on forums to make myself look like a real programmer
but to tell you the truth i'm just a copy pasta wannabe programmer and my big bro is just like me
@
thank much man you savd my entry sro carrier i abpreceate it (y)
B1Q is offline  
Old 04/04/2016, 13:44   #22
 
KingDollar's Avatar
 
elite*gold: 857
Join Date: Dec 2013
Posts: 857
Received Thanks: 679
Quote:
Originally Posted by LastThief* View Post
Please stop spreading this cancer, First of all 0x3305 DOES NOT EXIST in the whole vsro packet documentation so I don't even know how did you bring such packet. Secondly, if you don't know what you are talking about shut the **** up, you are not explaining anything, you are just trying to read Omni source code made by cherno OUTLOUD to prove that you know something but you don't know anything. PLEASE stop this already.
hey it's not my fault if you don't know any thing about vsro opcode
btw it's
SERVER_SEND_FRIEND_LIST = 0x3305

== character spawn *_*

Quote:
Originally Posted by hazemooking View Post
thank much man you savd my entry sro carrier i abpreceate it (y)
my name is hazem oo king
i have a pain*** from alexiuns
and i don't know anyshit about programming i just read a famous sro posts and repect it for nothing just because i have pain***
thanks you saved my time
KingDollar is offline  
Old 04/04/2016, 17:10   #23
 
B1Q's Avatar
 
elite*gold: 350
Join Date: Aug 2015
Posts: 1,999
Received Thanks: 1,184
Quote:
Originally Posted by Alexiuns* View Post
thanks you saved my time
even if i don't know what programming is. atleast i don't copy paste others code and i'm not acting like i know everything meanwhile you trying to act like you know everything about the game that's why you decided to copy someone else's code without even checking the opcode you little *****

let's talk about you

you stole or got a filter code somehow you edited the project name you didn't even change the real owner name from the changelog you said it's your own code and on top of that you're selling it for $25/month

here comes our Hero Alex**** talking **** about packets but in fact he doesn't even know what the **** he's posting

i wonder what were you thinking before posting your comment
something like this?
i will just copy paste and people will thank me later
B1Q is offline  
Old 04/04/2016, 18:59   #24
 
KingDollar's Avatar
 
elite*gold: 857
Join Date: Dec 2013
Posts: 857
Received Thanks: 679
Quote:
Originally Posted by hazemooking View Post
even if i don't know what programming is. atleast i don't copy paste others code and i'm not acting like i know everything meanwhile you trying to act like you know everything about the game that's why you decided to copy someone else's code without even checking the opcode you little *****

let's talk about you

you stole or got a filter code somehow you edited the project name you didn't even change the real owner name from the changelog you said it's your own code and on top of that you're selling it for $25/month

here comes our Hero Alex**** talking **** about packets but in fact he doesn't even know what the **** he's posting

i wonder what were you thinking before posting your comment
something like this?
i will just copy paste and people will thank me later
hey if you also don't know any **** about packet dont talk please much
the packet which i post is
SERVER_SEND_FRIEND_LIST = 0x3305
which mean character spawned succesfully
i can send also 0x750E
which
CLIENT_REQUEST_WEATHER = 0x750E
which mean the character has been spawned also

and about my filter code
huh you say i just copy paste
defauq man you are too stupid really before goofie released omnisource you were saying that i'm using sroprot -_-
and i say in my changelog that chernobyl who created the listener and seesion manager
and that was only include in filter source after released
KingDollar is offline  
Old 04/04/2016, 19:54   #25
 
B1Q's Avatar
 
elite*gold: 350
Join Date: Aug 2015
Posts: 1,999
Received Thanks: 1,184
Quote:
Originally Posted by Alexiuns* View Post
hey if you also don't know any **** about packet dont talk please much
the packet which i post is
SERVER_SEND_FRIEND_LIST = 0x3305
which mean character spawned succesfully
i can send also 0x750E
which
CLIENT_REQUEST_WEATHER = 0x750E
which mean the character has been spawned also

and about my filter code
huh you say i just copy paste
defauq man you are too stupid really before goofie released omnisource you were saying that i'm using sroprot -_-
and i say in my changelog that chernobyl who created the listener and seesion manager
and that was only include in filter source after released
dont talk please much plees much

if the packet 0x3305 is the spawn packet then what the **** is this packet? 0x3013

in everysingle ******* filter and bot program i ever seen the only spawn packet is this one are you crazy? are you OUTTA YOUR MOIND?

sroprot and omniwhatever both are chernobyl filters still using sroprot or omni doesn't change the fact that you stole someone else's source and selling it you ******* idiot

let's be real you don't know **** about programming you're just another wannabe trying to achieve anything in life because people keep calling you a loser even if it's a stolen code you don't care what people say but everybody hates people like you and if someone gave your program a compliment it's probably your account opened in a new browser (rofl)
B1Q is offline  
Old 04/04/2016, 20:03   #26
 
KingDollar's Avatar
 
elite*gold: 857
Join Date: Dec 2013
Posts: 857
Received Thanks: 679
Quote:
Originally Posted by hazemooking View Post
dont talk please much plees much

if the packet 0x3305 is the spawn packet then what the **** is this packet? 0x3013

in everysingle ******* filter and bot program i ever seen the only spawn packet is this one are you crazy? are you OUTTA YOUR MOIND?

sroprot and omniwhatever both are chernobyl filters still using sroprot or omni doesn't change the fact that you stole someone else's source and selling it you ******* idiot

let's be real you don't know **** about programming you're just another wannabe trying to achieve anything in life because people keep calling you a loser even if it's a stolen code you don't care what people say but everybody hates people like you and if someone gave your program a compliment it's probably your account opened in a new browser (rofl)
0x3013 is character data which i can read from it charscale charlevel etc
0x3305 is server send friend list to character that meaning character have right spawn and character send his data so if you don't much don't talk please

about omni
hey it was created for me and not public
it's not your business chernobyl is my friend huh and i give him credit so
i'm selling something coded by me and by friend and not public to people
what is the problem here man ?>!
KingDollar is offline  
Old 04/04/2016, 20:27   #27
 
B1Q's Avatar
 
elite*gold: 350
Join Date: Aug 2015
Posts: 1,999
Received Thanks: 1,184
Quote:
Originally Posted by Alexiuns* View Post
0x3013 is character data which i can read from it charscale charlevel etc
0x3305 is server send friend list to character that meaning character have right spawn and character send his data so if you don't much don't talk please

about omni
hey it was created for me and not public
it's not your business chernobyl is my friend huh and i give him credit so
i'm selling something coded by me and by friend and not public to people
what is the problem here man ?>!
you said that the session manager and listener are made by chernobyl
and now you're saying that the program was created for you

which means you didnt do **** just copy paste from a code that isn't even yours

who cares if he's your friend or your father i said that he code is not yours which is true i said that you're not a programmer and that's true too now you're so mad because you want keep trashtalking and give false information about packets

in the end you got rekt too many times i'll leave you alone for now
B1Q is offline  
Old 04/04/2016, 20:59   #28
 
KingDollar's Avatar
 
elite*gold: 857
Join Date: Dec 2013
Posts: 857
Received Thanks: 679
Quote:
Originally Posted by hazemooking View Post
you said that the session manager and listener are made by chernobyl
and now you're saying that the program was created for you

which means you didnt do **** just copy paste from a code that isn't even yours

who cares if he's your friend or your father i said that he code is not yours which is true i said that you're not a programmer and that's true too now you're so mad because you want keep trashtalking and give false information about packets

in the end you got rekt too many times i'll leave you alone for now
hey i think they are got the same result
program was created for me == chernobyl created session and listener
because of omnis is only include session manager and listener
-_- hey you don't even know what you are talking about please go to hell or just shutup
KingDollar is offline  
Old 04/04/2016, 21:10   #29
 
LastThief*'s Avatar
 
elite*gold: 60
Join Date: Feb 2012
Posts: 3,942
Received Thanks: 6,475
Quote:
Originally Posted by Alexiuns* View Post
hey it's not my fault if you don't know any thing about vsro opcode
btw it's
SERVER_SEND_FRIEND_LIST = 0x3305

== character spawn *_*



thanks you saved my time
Holy **** dude, seriously find the nearest cactus and hop on it if you think that 3305 aka FRIEND_LIST is spawn confirmation, you need some help really.
LastThief* is offline  
Old 04/04/2016, 21:36   #30
 
B1Q's Avatar
 
elite*gold: 350
Join Date: Aug 2015
Posts: 1,999
Received Thanks: 1,184
Quote:
Originally Posted by Alexiuns* View Post
hey i think they are got the same result
program was created for me == chernobyl created session and listener
because of omnis is only include session manager and listener
-_- hey you don't even know what you are talking about please go to hell or just shutup
sounds good man...******* degenerate
B1Q is offline  
Reply


Similar Threads Similar Threads
Packet Editor Got me botjailed and client disconnected when send same packet
10/11/2015 - CO2 Programming - 1 Replies
#Request Closed : I hate conquer encryptions Fangy its based bot http://prntscr.com/8q2211



All times are GMT +2. The time now is 14:52.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.