chat opcode

08/04/2011 05:46 zeeker1992#1
Help me please try to read the message and stop me


PHP Code:
[-> C][3026]     // chat normal
01                               <---- type (byte)                              ...............
EA CC 75 00                  <---- ??                                          ..u.............
0A 00                           <---- ??                                           ................
63 00 6F 00 6D 00 6F 00 20 00 65 00 73 00 74 00                c.o.m.o...e.s.t.
61 00 6E 00      <--msj(string ansii or unicode)                    a.n............. 
08/04/2011 07:15 zeteris#2
Quote:
Originally Posted by zeeker1992 View Post
Help me please try to read the message and stop me


PHP Code:
[-> C][3026]     // chat normal
01                               <---- type (byte)                              ...............
EA CC 75 00                  <---- ??                                          ..u.............
0A 00                           <---- ??                                           ................
63 00 6F 00 6D 00 6F 00 20 00 65 00 73 00 74 00                c.o.m.o...e.s.t.
61 00 6E 00      <--msj(string ansii or unicode)                    a.n............. 
[3026]
BYTE - Type
DWord - CharID
Word - Chat Counter
String - Double Byte String which contains text
08/04/2011 10:09 lesderid#3
If you ask if this is 'ANSII' or Unicode, you shouldn't be using packets.
08/04/2011 12:04 MyMindSail#4
What's ANSII?
there's ASCII and ANSI.
08/04/2011 13:10 lesderid#5
Quote:
Originally Posted by MyMindSail View Post
What's ANSII?
there's ASCII and ANSI.
I know, but he said ANSII.

Anyways, it doesn't really matter because ANSI is pretty much extended-ASCII iirc.