Register for your free account! | Forgot your password?

You last visited: Today at 20:48

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

Advertisement



[C#/CO client]COne

Discussion on [C#/CO client]COne within the CO2 Exploits, Hacks & Tools forum part of the Conquer Online 2 category.

Reply
 
Old 10/20/2007, 14:51   #16
 
elite*gold: 0
Join Date: Mar 2006
Posts: 379
Received Thanks: 50
finaly someone who do it, i had trouble making beleit's hack work
bobbyaube is offline  
Old 10/23/2007, 21:56   #17
 
elite*gold: 0
Join Date: Jun 2006
Posts: 965
Received Thanks: 576
Okay I found my problem, didn't realize that the enc packet changes when you send the first packet to the game server. So tonight I will be playing halo3 but tomorrow I will convert the function from asm to C# and release a working build.
high6 is offline  
Thanks
3 Users
Old 10/24/2007, 11:05   #18
 
elite*gold: 0
Join Date: Jul 2005
Posts: 111
Received Thanks: 5
You May need to add something like this so you can see Income Packets from the GameServer while your Testing :

CoClient.cs

Search for short ID = BitConverter.ToInt16(DPacket, 2); bellow add this
Code:
string packettext = "";
        foreach (byte D in DPacket)
            packettext += Convert.ToString(D, 16).PadLeft(2, '0') + " ";
        TextSend.Invoke("[0x" + ID.ToString("X") + "] PacketLength:" + DPacket.Length + " Packet: " + packettext);
Search for public event TextRecv TextReceived; bellow add this
Code:
public delegate void AddTxt(string text);
    public event AddTxt TextSend;
Form1.cs

Search for CC.TextReceived += TextReceive; bellow add this
Code:
CC.TextSend += TextSend;
Add a new Void to the Class
Code:
private void TextSend(string text)
        {
            textBox1.Invoke(new AddTextI(AddText), text + "rn");
        }
Note you will need to fix the newline "rn" cause vbulletin keeps correcting it..

Very nice work i would be happy to help, give us a yell if you need anything.


This will be the result
Code:
[0x3F4] PacketLength:32 Packet: 20 00 f4 03 76 62 15 00 00 00 00 00 c5 8b ed c2 55 9e 3e bb 31 5a 40 ef 34 dd b0 3f 00 00 00 00 
[0x3F9] PacketLength:48 Packet: 30 00 f9 03 76 62 15 00 02 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 09 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
[0x3F9] PacketLength:48 Packet: 30 00 f9 03 76 62 15 00 02 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 09 00 00 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
[0x3F9] PacketLength:48 Packet: 30 00 f9 03 76 62 15 00 02 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 09 00 00 00 09 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
[0x3F9] PacketLength:48 Packet: 30 00 f9 03 76 62 15 00 02 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 09 00 00 00 0c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
[0x3F2] PacketLength:24 Packet: 18 00 f2 03 59 8b 96 07 76 62 15 00 72 ac 15 00 a8 01 72 01 01 00 80 00 
[0x3F9] PacketLength:48 Packet: 30 00 f9 03 76 62 15 00 02 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 09 00 00 00 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
[0x3F9] PacketLength:48 Packet: 30 00 f9 03 76 62 15 00 02 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 09 00 00 00 12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
[0x3F4] PacketLength:32 Packet: 20 00 f4 03 76 62 15 00 00 00 00 00 68 71 c3 e0 bf da 13 47 ca 5f 87 41 48 60 0c 47 00 00 00 00 
[0x3F9] PacketLength:48 Packet: 30 00 f9 03 76 62 15 00 02 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 09 00 00 00 15 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
[0x3F9] PacketLength:48 Packet: 30 00 f9 03 76 62 15 00 02 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 09 00 00 00 18 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
[0x3F9] PacketLength:48 Packet: 30 00 f9 03 76 62 15 00 02 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 09 00 00 00 1b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
[0x3F9] PacketLength:48 Packet: 30 00 f9 03 76 62 15 00 02 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 09 00 00 00 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
[0x3F9] PacketLength:48 Packet: 30 00 f9 03 76 62 15 00 02 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 09 00 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
[0x3F4] PacketLength:32 Packet: 20 00 f4 03 76 62 15 00 00 00 00 00 36 cc 6d 91 98 09 72 e6 8d 57 24 40 3b 0d b8 a1 00 00 00 00 
[0x3F9] PacketLength:48 Packet: 30 00 f9 03 76 62 15 00 02 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 09 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
[0x3F9] PacketLength:48 Packet: 30 00 f9 03 76 62 15 00 02 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 09 00 00 00 27 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ranny2 is offline  
Old 10/25/2007, 06:28   #19
 
andyd123's Avatar
 
elite*gold: 20
Join Date: Apr 2006
Posts: 1,341
Received Thanks: 886
Well, about this.

I have tried this kinda thing, and it wont work.
The client has a self-generated(extreme difficult it seems) to crack botcheck.

You may not realize but the client receives a bot-check packet, and since it isn't a client then you most likely will not be able to respond to it correctly, resulting in botjail/dcing.

The only even seemingly possible way would be to have one normal client open using several of your programs sending the botcheck packet to the real client and thus sending it back to the server.

Good luck, though.

CO added in a lot of stuff to get rid of that old bot..The one that was standalone, and if you release this I'm sure they will make it a lot more difficult.
(believe it or not TQ will actually handle this being that it deals more with extreme modding of the client)

anyway, good luck.
andyd123 is offline  
Old 10/25/2007, 09:15   #20
 
elite*gold: 0
Join Date: Oct 2007
Posts: 33
Received Thanks: 7
Quote:
Originally Posted by andyd123 View Post
Well, about this.

I have tried this kinda thing, and it wont work.
The client has a self-generated(extreme difficult it seems) to crack botcheck.

You may not realize but the client receives a bot-check packet, and since it isn't a client then you most likely will not be able to respond to it correctly, resulting in botjail/dcing.

The only even seemingly possible way would be to have one normal client open using several of your programs sending the botcheck packet to the real client and thus sending it back to the server.

Good luck, though.

CO added in a lot of stuff to get rid of that old bot..The one that was standalone, and if you release this I'm sure they will make it a lot more difficult.
(believe it or not TQ will actually handle this being that it deals more with extreme modding of the client)

anyway, good luck.
behelit's sacob respond back to the bot check,and he released the src so it cant be that hard
Question is offline  
Old 10/25/2007, 18:09   #21
 
Coksnuss's Avatar
 
elite*gold: 0
Join Date: Jul 2006
Posts: 557
Received Thanks: 65
Great, was about to develop my standalone client too. Instead of you i just used one .cs file... But your client is great... =)
Coksnuss is offline  
Old 10/26/2007, 20:40   #22
 
elite*gold: 0
Join Date: Jan 2007
Posts: 246
Received Thanks: 40
Quote:
Originally Posted by andyd123 View Post
Well, about this.

I have tried this kinda thing, and it wont work.
The client has a self-generated(extreme difficult it seems) to crack botcheck.

You may not realize but the client receives a bot-check packet, and since it isn't a client then you most likely will not be able to respond to it correctly, resulting in botjail/dcing.

The only even seemingly possible way would be to have one normal client open using several of your programs sending the botcheck packet to the real client and thus sending it back to the server.

Good luck, though.

CO added in a lot of stuff to get rid of that old bot..The one that was standalone, and if you release this I'm sure they will make it a lot more difficult.
(believe it or not TQ will actually handle this being that it deals more with extreme modding of the client)

anyway, good luck.
I'm pretty sure it does have the bot check :/
MrGenious is offline  
Old 11/28/2007, 04:14   #23
 
Real~Death's Avatar
 
elite*gold: 0
Join Date: Jun 2007
Posts: 1,272
Received Thanks: 246
high6,you still working on this?
Real~Death is offline  
Old 11/28/2007, 10:04   #24
 
elite*gold: 0
Join Date: Jun 2006
Posts: 965
Received Thanks: 576
Quote:
Originally Posted by Real~Death View Post
high6,you still working on this?
not much
high6 is offline  
Old 11/28/2007, 11:14   #25
 
MushyPeas's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 800
Received Thanks: 89
First time I see this topic, was excited cause I thought it was new / active too xD
Go work on it! lol
MushyPeas is offline  
Reply


Similar Threads Similar Threads
[REQUEST]Cone of fire
03/18/2010 - Planetside - 0 Replies
I am a beginner just learning the need for new COF compile the source code, hackers want to make their own, thank you!:rolleyes:
[HELP]I have a 5200+ source and client I make char FINE relog Client exit
03/06/2010 - CO2 Private Server - 66 Replies
Hello, I have made myself an 5200+ it works just about I have the client updated to 5200 And my source updated to 5200+ here is what my problem Is So I make an account /newacc hello test and I login all fine my CMD is showing fine too so then I make an character that character gets made the CMD shows no error but then when I relog in my CMD sais Hello has connected to you! and then I login and get to Logging into Gameserver and the my client just closes but my CMD does not say hello...
Does anyone know of a Cone of Fire hack
05/06/2009 - General Gaming Discussion - 4 Replies
Hello, I was just wondering if anyone know's of a Cone of Fire hack, and if cone of fire hacking is possible, if you don't want to share with me your actual hack, could you tell me how to do it? (i.e. is it still possible to edit the files in Neocron folder?). Thanks.
[Guide] Finding Cone of Fire Revamped
04/17/2009 - Planetside - 26 Replies
???



All times are GMT +1. The time now is 20:48.


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.