Register for your free account! | Forgot your password?

You last visited: Today at 22:53

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Request] packets

Discussion on [Request] packets within the CO2 Programming forum part of the Conquer Online 2 category.

Reply
 
Old 07/04/2010, 12:53   #16
 
elite*gold: 0
Join Date: May 2010
Posts: 298
Received Thanks: 57
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
MonstersAbroad is offline  
Old 07/04/2010, 15:38   #17
 
Ian*'s Avatar
 
elite*gold: 0
Join Date: Nov 2006
Posts: 805
Received Thanks: 464
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
Ian* is offline  
Thanks
2 Users
Old 07/04/2010, 20:26   #18
 
elite*gold: 0
Join Date: May 2010
Posts: 298
Received Thanks: 57
I didn't know how to make them into structure becuase the numbers mean **** to me atm btw Thanks!!!

and CoGenius I'm not an beta tester so stfu becuase I cant use it
MonstersAbroad is offline  
Old 07/17/2010, 18:25   #19
 
elite*gold: 0
Join Date: Jan 2010
Posts: 54
Received Thanks: 11
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 -.-
theloz is offline  
Old 07/17/2010, 19:11   #20
 
Dr.unreal's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 273
Received Thanks: 86
Quote:
Originally Posted by theloz View Post
You fail -.-
Nope YOU fail cause you bump old thread
Dr.unreal is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
[Request] bot code that uses packets
06/15/2009 - Archlord - 0 Replies
if any if u guys have a source code of a bot(any language is ok) that uses packets injection (send-receive-analyze) (hopefully it has info about the encryption...) so i can learn few stuff from it! (i wont use the bot ever, im not active in this game....) also, if anyone recommends a third party library that can be used to modify packets (modify them before they are sent or received...) and thanks.
[Request]Packets
03/01/2009 - CO2 Programming - 0 Replies
Hello, Someone may could help me with the "Revive Here button" packets for client version 5017?
[Request] packets
02/17/2009 - CO2 Private Server - 0 Replies
hey all, can somebody please give me were i can find a full list of packets (Client version 5017) or tell me were i could get a list thanks all :)
[REQUEST] packets etc..
05/24/2008 - Kal Online - 4 Replies
ok iŽd be nice if somone make a tut how to send packets wich programm is needed what packets exactly doin i know 0 how packets work etc... ty for readn dun spam pls thx..
[Request Help] Packets
01/12/2008 - World of Warcraft - 0 Replies
Hello, I am new on this forum, so greetings to u all. I have a question about the packets sniffed by WPE. While capturing packets i noticed that there is a difference between 2 packets who do the same action For example : say Hello first time : 19 2A 53 D4 4C 98 00 00 00 00 01 00 00 00 68 65 6C 6C 6F 00 say Hello second time : E9 06 CF 12 C4 35 00 00 00 00 01 00 00 00 68 65 6C 6C 6F 00



All times are GMT +1. The time now is 22:55.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.