Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Coding Corner
You last visited: Today at 21:07

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

Advertisement



[vsro] SMC users connected packet

Discussion on [vsro] SMC users connected packet within the SRO Coding Corner forum part of the Silkroad Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2007
Posts: 79
Received Thanks: 19
[vsro] SMC users connected packet

For those who are interest in the packet structure of the users connected that you can see in smc.

First you need to send an request packet
just send an packet with opcode: 0x7200

After that you receive the packet 0xb200
The structure is as followed:

01 01 49 51 CF D0 45 00 00 00 04 05 00 61 64 6D
69 6E 16 40 00 DD 07 05 00 02 00 15 00 08 00 19
00 2B 00 5A 03 00

byte - error flag
byte - new user flag

byte - ip1
byte - ip2
byte - ip3
byte - ip4

uint32 - userID
uint16 - username_strlen
stringASCII - username

byte - local
uint16 - serverID
uint32 - something with an time i didn't figure 100% out what this is.

now there will be 12 unknown bytes

byte - if there will be an new user or not.

This how far i parsed it and it works really fine maybe someone of you can help me figure out the unknown 12 bytes and with the time.
cyberninjah is offline  
Thanks
1 User
Old 06/04/2013, 15:20   #2
Chat Killer In Duty


 
PortalDark's Avatar
 
elite*gold: 5
Join Date: May 2008
Posts: 16,398
Received Thanks: 6,509
there should be more documentation over packet on the SMC, it is pretty interesting how much those packets can help
PortalDark is offline  
Old 06/04/2013, 15:46   #3
 
elite*gold: 0
Join Date: Jun 2007
Posts: 79
Received Thanks: 19
Quote:
Originally Posted by PortalDark View Post
there should be more documentation over packet on the SMC, it is pretty interesting how much those packets can help
I agree on this one .
I whas bussy with an Admin panel in php.

but i stopped because i dont have an test server anymore haha i think i need install win-server on an old computer.

And setup an easy server on that one to get more info
cyberninjah is offline  
Old 06/13/2013, 12:48   #4
 
elite*gold: 0
Join Date: Jan 2012
Posts: 22
Received Thanks: 17
I need SMC (Right Click > All Modules Online) Opcode. What is it ?

Thanks...
_DeaLyDeviL_ is offline  
Old 06/13/2013, 23:02   #5
 
elite*gold: 1000
Join Date: Apr 2012
Posts: 1,003
Received Thanks: 208
Check it with WireShark.
qkuh is offline  
Old 06/14/2013, 14:59   #6
 
LastThief*'s Avatar
 
elite*gold: 60
Join Date: Feb 2012
Posts: 3,942
Received Thanks: 6,474
Quote:
Originally Posted by _DeaLyDeviL_ View Post
I need SMC (Right Click > All Modules Online) Opcode. What is it ?

Thanks...
7008
LastThief* is offline  
Old 07/22/2013, 00:39   #7
 
detCode's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 104
Received Thanks: 73
[S->C][B009][35 bytes]
0000000000 01 BB 02 08 00 00 00 00 00 00 00 00 00 00 00 00 .»..............
0000000016 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 ................
0000000032 00 00 00 ................

whats this any idea ? its changing when server online or some modules crash..
detCode is offline  
Old 07/29/2013, 16:46   #8
 
elite*gold: 0
Join Date: Jun 2007
Posts: 79
Received Thanks: 19
Quote:
Originally Posted by detCode View Post
[S->C][B009][35 bytes]
0000000000 01 BB 02 08 00 00 00 00 00 00 00 00 00 00 00 00 .»..............
0000000016 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 ................
0000000032 00 00 00 ................

whats this any idea ? its changing when server online or some modules crash..
provide me with more test data maybe then i can figure out whats going on.
cyberninjah is offline  
Old 07/29/2013, 17:04   #9
 
detCode's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 104
Received Thanks: 73
Quote:
Originally Posted by cyberninjah View Post
provide me with more test data maybe then i can figure out whats going on.
i have some data record. wait i can find in my archive

here we go..

server is offline but all modules is fine
Code:
127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BA 02                                             º...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BC 02                                             ¼...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C0 02                                             À...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C1 02                                             Á...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C3 02                                             Ã...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C9 02                                             É...............
   


127.0.0.1
[C->S][7009][2 bytes]
0000000000   BB 02                                             »...............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BA 02 00 00 00 00                              .º..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BC 02 00 00 00 00                              .¼..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C0 02 00 00 00 00                              .À..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C1 02 0F 00 00 00                              .Á..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C3 02 10 00 00 00                              .Ã..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C9 02 00 00 00 00                              .É..............
   


127.0.0.1
[S->C][B009][35 bytes]
0000000000   01 BB 02 08 00 00 00 00 00 00 00 00 00 00 00 00   .»..............
0000000016   00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00   ................
0000000032   00 00 00                                          ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BA 02                                             º...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BC 02                                             ¼...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C0 02                                             À...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C1 02                                             Á...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C3 02                                             Ã...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C9 02                                             É...............
   


127.0.0.1
[C->S][7009][2 bytes]
0000000000   BB 02                                             »...............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BA 02 00 00 00 00                              .º..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BC 02 00 00 00 00                              .¼..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C0 02 00 00 00 00                              .À..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C1 02 0F 00 00 00                              .Á..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C3 02 00 00 00 00                              .Ã..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C9 02 00 00 00 00                              .É..............
   


127.0.0.1
[S->C][B009][35 bytes]
0000000000   01 BB 02 09 00 00 00 09 00 00 00 09 00 00 00 09   .»..............
0000000016   00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00   ................
0000000032   00 00 00                                          ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................

server is online all modules is fine

Code:
127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BA 02                                             º...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BC 02                                             ¼...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C0 02                                             À...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C1 02                                             Á...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C3 02                                             Ã...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C9 02                                             É...............
   


127.0.0.1
[C->S][7009][2 bytes]
0000000000   BB 02                                             »...............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BA 02 00 00 00 00                              .º..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BC 02 00 00 00 00                              .¼..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C0 02 00 00 00 00                              .À..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C1 02 0F 00 00 00                              .Á..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C3 02 00 00 00 00                              .Ã..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C9 02 00 00 00 00                              .É..............
   


127.0.0.1
[S->C][B009][35 bytes]
0000000000   01 BB 02 0B 00 00 00 09 00 00 00 11 00 00 00 0C   .»..............
0000000016   00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00   ................
0000000032   00 00 00                                          ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7008][3 bytes]
0000000000   01 BA 02                                          .º..............
   


127.0.0.1
[C->S][7008][3 bytes]
0000000000   01 C3 02                                          .Ã..............
   


127.0.0.1
[C->S][7008][3 bytes]
0000000000   01 C1 02                                          .Á..............
   


127.0.0.1
[C->S][7008][3 bytes]
0000000000   01 C9 02                                          .É..............
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 BA 02 05 00 00 00 02                     ...º............
   


127.0.0.1
[S->C][B008][5 bytes]
0000000000   01 00 01 BA 02                                    ...º............
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 C3 02 05 00 00 00 02                     ...Ã............
   


127.0.0.1
[S->C][B008][5 bytes]
0000000000   01 00 01 C3 02                                    ...Ã............
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 C1 02 05 00 00 00 02                     ...Á............
   


127.0.0.1
[S->C][B008][5 bytes]
0000000000   01 00 01 C1 02                                    ...Á............
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 C9 02 05 00 00 00 02                     ...É............
   


127.0.0.1
[S->C][B008][5 bytes]
0000000000   01 00 01 C9 02                                    ...É............
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BA 02                                             º...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BC 02                                             ¼...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C0 02                                             À...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C1 02                                             Á...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C3 02                                             Ã...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C9 02                                             É...............
   


127.0.0.1
[C->S][7009][2 bytes]
0000000000   BB 02                                             »...............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BA 02 00 00 00 00                              .º..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BC 02 00 00 00 00                              .¼..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C0 02 00 00 00 00                              .À..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C3 02 00 00 00 00                              .Ã..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C1 02 10 00 00 00                              .Á..............
   


127.0.0.1
[S->C][B009][35 bytes]
0000000000   01 BB 02 0C 00 00 00 09 00 00 00 11 00 00 00 0C   .»..............
0000000016   00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00   ................
0000000032   00 00 00                                          ................
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C9 02 0F 00 00 00                              .É..............
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BA 02                                             º...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BC 02                                             ¼...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C0 02                                             À...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C1 02                                             Á...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C3 02                                             Ã...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C9 02                                             É...............
   


127.0.0.1
[C->S][7009][2 bytes]
0000000000   BB 02                                             »...............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BA 02 00 00 00 00                              .º..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BC 02 00 00 00 00                              .¼..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C0 02 00 00 00 00                              .À..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C1 02 10 00 00 00                              .Á..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C3 02 00 00 00 00                              .Ã..............
   


127.0.0.1
[S->C][B009][35 bytes]
0000000000   01 BB 02 06 00 00 00 06 00 00 00 11 00 00 00 0B   .»..............
0000000016   00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00   ................
0000000032   00 00 00                                          ................
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C9 02 10 00 00 00                              .É..............
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................

server offline, agent closed.

Code:
127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BA 02                                             º...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BC 02                                             ¼...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C0 02                                             À...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C1 02                                             Á...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C3 02                                             Ã...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C9 02                                             É...............
   


127.0.0.1
[C->S][7009][2 bytes]
0000000000   BB 02                                             »...............
   


127.0.0.1
[C->S][7007][2 bytes]
0000000000   BC 02                                             ¼...............
   


127.0.0.1
[C->S][7007][2 bytes]
0000000000   BA 02                                             º...............
   


127.0.0.1
[C->S][7007][2 bytes]
0000000000   C3 02                                             Ã...............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BA 02 00 00 00 00                              .º..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BC 02 00 00 00 00                              .¼..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C0 02 00 00 00 00                              .À..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C1 02 0F 00 00 00                              .Á..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C3 02 00 00 00 00                              .Ã..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C9 02 10 00 00 00                              .É..............
   


127.0.0.1
[S->C][B009][35 bytes]
0000000000   01 BB 02 03 00 00 00 02 00 00 00 0D 00 00 00 07   .»..............
0000000016   00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00   ................
0000000032   00 00 00                                          ................
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 BC 02 08 00 00 00 02                     ...¼............
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 B9 02 04 00 00 00 02                     ...¹............
   


127.0.0.1
[S->C][2005][12 bytes][Massive]
0000000000   02 00 01 CE 04 00 00 00 00 00 00 02               ...Î............
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 BC 02 00 00 00 00 02                     ...¼............
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[S->C][B007][3 bytes]
0000000000   01 BC 02                                          .¼..............
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 BA 02 08 00 00 00 02                     ...º............
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 B9 02 04 00 00 00 02                     ...¹............
   


127.0.0.1
[S->C][2005][12 bytes][Massive]
0000000000   02 00 01 CC 04 00 00 00 00 00 00 02               ...Ì............
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 BA 02 00 00 00 00 02                     ...º............
   


127.0.0.1
[S->C][B007][3 bytes]
0000000000   01 BA 02                                          .º..............
   


127.0.0.1
[S->C][B007][4 bytes]
0000000000   02 02 C3 02                                       ..Ã.............
   


127.0.0.1
[C->S][7007][2 bytes]
0000000000   C1 02                                             Á...............
   


127.0.0.1
[C->S][7007][2 bytes]
0000000000   C9 02                                             É...............
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B007][4 bytes]
0000000000   02 02 C1 02                                       ..Á.............
   


127.0.0.1
[S->C][B007][4 bytes]
0000000000   02 02 C9 02                                       ..É.............
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C0 02                                             À...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C1 02                                             Á...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C3 02                                             Ã...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C9 02                                             É...............
   


127.0.0.1
[C->S][7009][2 bytes]
0000000000   BB 02                                             »...............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C0 02 00 00 00 00                              .À..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C1 02 0F 00 00 00                              .Á..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C3 02 00 00 00 00                              .Ã..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C9 02 00 00 00 00                              .É..............
   


127.0.0.1
[S->C][B009][35 bytes]
0000000000   01 BB 02 19 00 00 00 02 00 00 00 19 00 00 00 07   .»..............
0000000016   00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00   ................
0000000032   00 00 00                                          ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
detCode is offline  
Thanks
1 User
Old 09/09/2013, 21:58   #10
 
elite*gold: 0
Join Date: Jan 2012
Posts: 22
Received Thanks: 17
Quote:
Originally Posted by LastThief* View Post
7008
Hello,

How to send 7008 packet to SMC ? I am using vb.net. What can i do ?
_DeaLyDeviL_ is offline  
Old 11/12/2013, 18:40   #11
 
elite*gold: 0
Join Date: Nov 2013
Posts: 168
Received Thanks: 117
good luck guys seems cool !
Skullsoil is offline  
Reply


Similar Threads Similar Threads
To all Users using my Botting Service ...(For the users using PBDO)
01/02/2013 - DarkOrbit - 1 Replies
Hey all .... I have bad news to the guys who are using my Free botting service via PBDO(without license) ... I can't bot you anymore on my PC. Its too much for my baby. <3 So change your data's , disconect the account from bigpoint and everything. I'll be able to bot u later on the VPS.^^ To the Kbot/Ibot users:
How to disable packet encryption in the vSRO files?
09/30/2011 - SRO Private Server - 2 Replies
How to disable the security (security bytes, packet encryption (C->S), ...) in the vSRO files? I guess it's somewhere in packt.dat (the inis) or maybe there's an option in Server.cfg. Does anyone know this? EDIT: Really, no-one? Yeah, I guess you guys don't care about stuff like this...
Keep CO connected when Switching users
10/06/2006 - CO2 Guides & Templates - 16 Replies
I'm not sure if this will help anyone but it really helped me and i figured i'd share it, If you use a computer thats used by more than just you like i do and like people not to be on your account but want CO to stay connected when using fast-switching users on windows XP I have found figured out a way. 1. Start the Registry Editor (Click on Start > Run, type Regedit and press OK) 2. Go to HKEY_LOCAL_MACHINE &#092; SOFTWARE &#092; Microsoft &#092; Windows NT &#092; CurrentVersion &#092; Winlogon 3....



All times are GMT +1. The time now is 21:09.


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