Okay well i been wondering this for awhile now on packet logging
I know i need a packet logger but i can't find one and i seem to fail when it comes to making one
I have googled hoping to find one but i found WireShark any one know how i use it?
Play sound via Packet Send?? [Question String Packet] 07/14/2010 - CO2 Private Server - 5 Replies Yow im trying to figure out why i cant play music with the string packet
What im doin is;
MyChar.Client.SendPacket(Game.Packet.String(MyCha r.UID, 20, Splitter));
My Packet is:
public byte String(long CharId, byte Type, string name)
Packet logging 04/16/2010 - CO2 Programming - 3 Replies Is there a way I can login to real co and collect packets such as The PKArena packet and the login packet ?
I can use C# or C++ or anything eles if needed anyone know any good software
The main thing it to get the login packet so I can login with my 5200 :D
Guide on packet logging 04/10/2010 - CO2 Private Server - 24 Replies Ok so the time has come where I am 50% 5200 my client now has its injections done etc..........
I now to upgrade my login encryption
static uint key = new uint {
0xEBE854BC, 0xB04998F7, 0xFFFAA88C,
0x96E854BB, 0xA9915556, 0x48E44110,
0x9F32308F, 0x27F41D3E, 0xCF4F3523,
0xEAC3C6B4, 0xE9EA5E03, 0xE5974BBA,
[Question] Packet data , packet editing ?? 10/13/2009 - 9Dragons - 2 Replies I would like to know :
What is packet data?
How do i get the address for hacking a item in game?
How to use it ??
Packet Logging 03/08/2007 - Conquer Online 2 - 4 Replies I'm am currently working on a packet logger to change then incoming packets of the daggers attack to always use the daggers skill (penetration) i have been trying to fix it for some time now and start to think about ways i could fix it and this is the fastest by far. i noticed a pattern with the packets when the skill activates. Will update you all soon.