[Request] packets

07/04/2010 12:53 MonstersAbroad#16
That's part of Quit Arena theres about 2-3 packets for quit arena becuase it needs to end the battle send effect update honor points remove watchers etc

when u say never logged it <--- you should of said "I can't log packets so I wouldn't know".. Ali ill double that.

Ian reported for double post
07/04/2010 15:38 Ian*#17
you think i can't log packets?
rofl......

my mine bot and anti-aimbot are completely packet based... so yeah.

Before you tell me I don't know how to log packets myself, you should ask yourself if you do.

Try using a packet logger you make, not CoGeniuses.

And to help your noob self out.
Code:
<size><type><subtype/answer?>
30 00 9D 08 04 00 00 00 00 00 00 00 00 00 00 00                 
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                    
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                     
54 51 43 6C 69 65 6E 74
<data2><data3>
structured is...
Code:
	unsafe public Byte[] QuitArena(uint data1, uint data2 uint data3)
        {
            UInt16 Size = 0x30;
            UInt16 Type = 0x89D;
            Byte[] Packet = new Byte[Size];
            fixed (Byte* ptr = Packet)
            {
                *((ushort*)(ptr + 0)) = (ushort)Size;
                *((ushort*)(ptr + 2)) = (ushort)Type;
		*((uint*)(ptr + 4)) = (uint)data1;
		*((uint*)(ptr + 48)) = (uint)data2;
		*((uint*)(ptr + 52)) = (uint)data3;

            }
            return Packet;
        }
Dont know how you do your packet structs, well actually you don't even know how to do them at all
07/04/2010 20:26 MonstersAbroad#18
I didn't know how to make them into structure becuase the numbers mean shit to me atm btw Thanks!!!

and CoGenius I'm not an beta tester so stfu becuase I cant use it
07/17/2010 18:25 theloz#19
Quote:
Originally Posted by Trigorio View Post
Uhm I know gabrola and lol.. He wasn't as noob as you even when he first started... You shouldn't compare yourself to him..
You fail -.-
07/17/2010 19:11 Dr.unreal#20
Quote:
Originally Posted by theloz View Post
You fail -.-
Nope YOU fail cause you bump old thread