Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Grand Chase EMU Java

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 4, 2010
Messages
11
Reaction score
0
Hi for all,

Im studying socket's java and connection with Grand Chase client. My problem is: how to use wireshark for capture packets and implement it. I know how send packets but... I cant understand what to do :
Code:
0000   00 1f 33 76 45 c8 0c 60 76 06 2f 8e 08 00 45 00  ..3vE..`v./...E.
0010   00 83 3d 06 00 00 80 11 6c 07 c0 a8 00 02 4e 8a  ..=.....l.....N.
0020   82 28 db 4d af 37 00 6f 03 cb 64 31 3a 61 64 32  .(.M.7.o..d1:ad2
0030   3a 69 64 32 30 3a c0 e2 f8 1c 21 14 fd c4 a4 df  :id20:....!.....
0040   90 9a be 5f f2 31 72 93 ec 7b 36 3a 74 61 72 67  ..._.1r..{6:targ
0050   65 74 32 30 3a c0 ef a6 ca 4f 58 ea f7 11 3e 57  et20:....OX...>W
0060   de b6 95 97 01 da ff f1 7c 65 31 3a 71 39 3a 66  ........|e1:q9:f
0070   69 6e 64 5f 6e 6f 64 65 31 3a 74 34 3a 2d 1b 00  ind_node1:t4:-..
0080   00 31 3a 76 34 3a 55 54 40 76 31 3a 79 31 3a 71  .1:v4:UT@v1:y1:q
0090   65                                               e

I wanna understand for use like it:
os.write(0x12);

Where I get this code for use in my output's? Thanks for all :)
 
Status
Not open for further replies.
Back
Top