chat packet,little help

11/17/2007 23:41 Question#1
size 00 EC 03 FF FF FF 00 c-TYpe 07 00 00 ?? 05 00 00 00 00 00 00 00 00 00 00 04 0C name 04 41 6C 6C 20 00 ?? message 00 00 00


heres what i got so far...i had all the info before but cant seem to find it,now got to rebuild my damn programs...anyway any help on the chat pack would be nice..just what am i missing...i belive i need -name size and message size?
11/18/2007 00:21 XtremeX-CO#2
starting from byte 0 (size).
b0-1=size
b2-3=packet id
b8-9=chat type (talk whisper, etc)
b12-13=timer
b25=character name length (known as char.length for easier use)
b26= start of character name (based on its length)
b26+char.length=target length (known as targ.length for easier use)
b27+char.length= start of the target name (based on the targ.length)
b28+char.length+targ.length=message length (msg.length)
b29+char.length+targ.length=start of the message (based on msg.length)


and thats it.
basically, the packet BEFORE the message is the length of it, and the byte before name is name length, and byte before target is its length. then the other bytes i told u above what they are
11/18/2007 00:37 Question#3
thanks,you save me some time :)

::edit::by any chance you know the lenth of the packet?29 is what i got +char length and all that stuff...
11/18/2007 02:50 XtremeX-CO#4
Quote:
Originally Posted by Question View Post
thanks,you save me some time :)

::edit::by any chance you know the lenth of the packet?29 is what i got +char length and all that stuff...
its 32+all the lengths
11/18/2007 03:56 Real~Death#5
thanks,i deleted some of the code and couldent find the problem
11/18/2007 04:01 a1blaster#6
Don't forget to tell him your Question on your unbanned account now. ;)
11/18/2007 04:02 Real~Death#7
lol yup a1blaster unbanned me
thanks again:)


::edit::i reposted a proxy with a backdoor, possibly made by you XtremeX-CO,it was one of the first ones i seen with screen refresh lol :)