Quote:
Originally Posted by iliveoncaffiene
You have to record chat packets, read the code that is in there aloud while looking at the packet, and find where it doesn't follow.
|
31 00 EC 03 FF FF FF 00 D0 07 00 00 CE 04 00 00 00 00 00 00 00 00 00 00 04 0A 5E 52 65 44 65 65 6D 65 52 5E 04 41 6C 6C 20 00 [03 73 73 73] 00 00 00
31 00 EC 03 FF FF FF 00 D0 07 00 00 CF 04 00 00 00 00 00 00 00 00 00 00 04 0A 5E 52 65 44 65 65 6D 65 52 5E 04 41 6C 6C 20 00 [03 61 61 61] 00 00 00
37 00 EC 03 FF FF FF 00 D0 07 00 00 CF 04 00 00 00 00 00 00 00 00 00 00 04 0A 5E 52 65 44 65 65 6D 65 52 5E 04 41 6C 6C 20 00 [09 23 61 75 74 6F 6C 6F 6F 74] 00 00 00
37 00 EC 03 FF FF FF 00 D0 07 00 00 D0 04 00 00 00 00 00 00 00 00 00 00 04 0A 5E 52 65 44 65 65 6D 65 52 5E 04 41 6C 6C 20 00 [09 23 61 75 74 6F 6C 6F 6F 74] 00 00 00
im able to find the message,(i think)it wasent hard,and i did what mrgenious said to do"
if(packetID(b)==0x3ec) {
int a=18+b[17]&0xff;
a+=(b[a]&0xff)+1;
if(b[a]==0) a++;
if(b[a+1]==35) {
int l=(b[a]&0xff);
String c="";
for(int i=a+2; i<a+l+1; i++)
c+=(char)b[i];
"replace the (a=18 with a=43)and([17] with [42])???..thats assumeing i am counting right(a noob at this not sure if you start at 0 or 1 or even if you count 00 as bytes,ive looked at a lotof different guides/books/sites/ about hex dec and all the other stuff like that i still get confused manly cus i nevr know if im right)..Im learning and its morefun then playing.

i know noone in real life that knows ANYTHING about computers,im a construction worker for god sakes lol.im just trying to learn,i have to figure stuff out myself or ppl here are fairly helpfull
ive browes queens forum and seen where cypherx helped and got the code he used,