Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Programming
You last visited: Today at 11:34

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

Advertisement



[Request] Tutorial for making Aimbot/Proxies

Discussion on [Request] Tutorial for making Aimbot/Proxies within the CO2 Programming forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2006
Posts: 16
Received Thanks: 0
[Request] Tutorial for making Aimbot/Proxies

Can anyone help me learn how to code Proxies Aimbots Autolooters?
saktuta is offline  
Old 09/07/2008, 00:12   #2
 
unknownone's Avatar
 
elite*gold: 20
Join Date: Jun 2005
Posts: 1,013
Received Thanks: 381
What programming experience do you already have?
unknownone is offline  
Old 09/07/2008, 00:26   #3
 
elite*gold: 0
Join Date: Oct 2006
Posts: 16
Received Thanks: 0
i have no experience at all
saktuta is offline  
Old 09/07/2008, 00:36   #4
 
MushyPeas's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 800
Received Thanks: 89
Then no xD
MushyPeas is offline  
Old 09/07/2008, 01:35   #5
 
elite*gold: 20
Join Date: Jan 2008
Posts: 2,338
Received Thanks: 490
Hehe tht would take ages^^
~Yuki~ is offline  
Old 09/07/2008, 08:01   #6
 
elite*gold: 0
Join Date: Aug 2007
Posts: 295
Received Thanks: 89
I don't know what to say here....but I had to post...I just had to.

If you really wanted to code your own proxy there are many out of date source codes avaiable, search for QOProxy source and study up...learning some java would greatly benefit you as well there.

Oh and the 'small' matter of reversing the new encryption methods too.
Some-Guy is offline  
Old 09/08/2008, 02:41   #7
 
elite*gold: 0
Join Date: Oct 2006
Posts: 16
Received Thanks: 0
okay thank you
i'm getting help from the CID forums
saktuta is offline  
Old 09/11/2008, 18:21   #8
 
jadatbenik's Avatar
 
elite*gold: 0
Join Date: Nov 2006
Posts: 199
Received Thanks: 138
ehmm, just 1 thing i noticed, why do you ask for something, of wich you allready know that you wont be able to do? =O
jadatbenik is offline  
Thanks
1 User
Old 09/11/2008, 20:10   #9
 
elite*gold: 0
Join Date: Oct 2006
Posts: 16
Received Thanks: 0
Quote:
Originally Posted by jadatbenik View Post
ehmm, just 1 thing i noticed, why do you ask for something, of wich you allready know that you wont be able to do? =O
Why do you even post here ? i said i want to learn maybe i wanna have it for reference when i get my java coding down.

"help me learn how to"
saktuta is offline  
Old 09/12/2008, 13:21   #10
 
MushyPeas's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 800
Received Thanks: 89
Quote:
Originally Posted by saktuta View Post
Why do you even post here ? i said i want to learn maybe i wanna have it for reference when i get my java coding down.

"help me learn how to"
You need to learn a ton of other things before you should even think about doing something like this.
MushyPeas is offline  
Old 09/12/2008, 14:01   #11
 
elite*gold: 0
Join Date: Jan 2008
Posts: 303
Received Thanks: 156
Quote:
Originally Posted by MushyPeas View Post
You need to learn a ton of other things before you should even think about doing something like this.
Like Data handling, Loops, Designing GUI's, Data Flow charting and Exception handling just for a start (* and thats still nothing with how to use the sockets, decrypt/encryt packets, packet structures and so on *)


*Edit, Gosh look the old V3n0M thread has been raped by the mods..... hmmm destroying the evidence so there lies never get exsposed, lame, If I was in the wrong as they claim, whats there motives for destroying the old thread? they wouldve had none, the obvious speaks for itself...
NovaCygni is offline  
Old 09/12/2008, 14:09   #12
 
Real~Death's Avatar
 
elite*gold: 0
Join Date: Jun 2007
Posts: 1,272
Received Thanks: 246
before you make a proxy that "does" somethng,try making a simple proxy that just logs packets to a file.Youll learn about sockets that way.
Real~Death is offline  
Old 09/13/2008, 07:58   #13
 
iliveoncaffiene's Avatar
 
elite*gold: 0
Join Date: Oct 2005
Posts: 332
Received Thanks: 69
Hmmmmm, good luck

(I'm not kidding, you'll need it.)





Seriously.




Hint: Get to know the cipher package of OpenSSL (written in C) and be able to understand at least some of it before you attempt to create a working proxy. Then, know how to translate or find one of those libraries written in Java (best language to START a proxy on) and be able to use them. THEN, learn how to store data correctly and how to manage these encryptions through a Diffie-Hellman key-exchange (:O did I say that out loud??!!). If you ACTUALLY manage to do that last sentence I'm almost certain someone will be willing to help you with the rest :P

Oh, this is all after you've had a course in Java and/or C++ and understand programming and TCP/IP sockets.
iliveoncaffiene is offline  
Old 09/13/2008, 08:19   #14
 
Ian*'s Avatar
 
elite*gold: 0
Join Date: Nov 2006
Posts: 805
Received Thanks: 464
Quote:
Originally Posted by iliveoncaffiene View Post
Hmmmmm, good luck

(I'm not kidding, you'll need it.)





Seriously.




Hint: Get to know the cipher package of OpenSSL (written in C) and be able to understand at least some of it before you attempt to create a working proxy. Then, know how to translate or find one of those libraries written in Java (best language to START a proxy on) and be able to use them. THEN, learn how to store data correctly and how to manage these encryptions through a Diffie-Hellman key-exchange (:O did I say that out loud??!!). If you ACTUALLY manage to do that last sentence I'm almost certain someone will be willing to help you with the rest :P

Oh, this is all after you've had a course in Java and/or C++ and understand programming and TCP/IP sockets.
I'm starting to learn Java :O. So far I can pretty much only do limited stuff. Like Save data to a txt file and read one, etc. Pretty much just getting used to the Syntaxes and everything. Anyways, guessing you understand java :P, Could you explain, or at least try a little, how I could put tabs in my application? Haha, It's probably really easy but I'm over looking something.

anyways, If you could explain how that works that'd be great, thanks ^^
Ian* is offline  
Old 09/14/2008, 10:59   #15
 
elite*gold: 0
Join Date: Sep 2008
Posts: 9
Received Thanks: 0
I know VB.NET, is there any tutorials?
SWATZ is offline  
Reply


Similar Threads Similar Threads
[Request] Making a tutorial to play Arcade Mode
12/25/2009 - S4 League - 39 Replies
I've seen some guys playing it, I think they used S4Resource. If anyone can, can you make a guide to play it? I just tried to modify the content_setting.x4 and setting the arcade on "on". But I fail'd "Game Server disconnected". So that's my story. Thanks for reading :3 there are some screens of someone playing: http://image.forumfree.it/3/7/1/5/4/8/3/126155865 2.jpg http://img192.imageshack.us/img192/9624/s42009122 3102950.jpg http://image.forumfree.it/3/7/1/5/4/8/3/126155865 0.jpg
[Tutorial]Making No Recoil
12/12/2009 - Soldier Front Hacks, Bots, Cheats & Exploits - 11 Replies
Hello, before making you very own anti recoil, you will need a few items. 1. SFF unpacker/packer by Revenger 2. Scr_001.sff All right, so when you have those, run the unpacker and find your SFF file. http://i31.tinypic.com/5pnbcz.jpg
[Request]tutorial on making dragonica hacks
08/19/2009 - Dragonica - 0 Replies
i search for google bout de tutorial bt i cant found any~i wish any kind/pro hackers would like to share^^
[TUTORIAL]Making a NPC
07/09/2009 - CO2 Private Server - 0 Replies
Idk if this has been made already but i wanted to contribute to Epvpers... k heres where we start if (CurrentNPC == NPCID) { SendPacket(General.MyPackets.NPCSay("Here's where you put the NPC dialog")); SendPacket(General.MyPackets.NPCLink("BlahBla h", 1)); SendPacket(General.MyPackets.NPCLink("BlahBla h", 255)); ...
[Request] Tutorial on making Hero Online runnable
08/26/2006 - General Coding - 1 Replies
title says all -_- is there any way to make one though? just like gunz but instead for hero online? hero.netgame.com is the link..ty



All times are GMT +2. The time now is 11:34.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.