Register for your free account! | Forgot your password?

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

  • 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 09/14/2008, 14:31   #16
 
elite*gold: 0
Join Date: Jan 2008
Posts: 303
Received Thanks: 156
Quote:
Originally Posted by Some-Guy View Post
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.
Im sure I can provide some source-codes if he needs it, I have 2 versions of coproxy, 2 of qoproxy and 2 versions of the ProProxy which are all Java sources, anyone wants, just ask...
NovaCygni is offline  
Thanks
1 User
Old 09/14/2008, 14:35   #17
 
elite*gold: 0
Join Date: Apr 2008
Posts: 71
Received Thanks: 6
[sarcasm]
ever wonder why Computer Science and Information Technology takes 2-4 years?
[/sarcasm]
ulquio is offline  
Old 09/14/2008, 21:18   #18
 
iliveoncaffiene's Avatar
 
elite*gold: 0
Join Date: Oct 2005
Posts: 332
Received Thanks: 69
Quote:
Originally Posted by ulquio View Post
[sarcasm]
ever wonder why Computer Science and Information Technology takes 2-4 years?
[/sarcasm]
Only for those who must be taught programming :P

Fortunately, I won't be in that crowd
iliveoncaffiene is offline  
Old 09/15/2008, 00:07   #19
 
Ian*'s Avatar
 
elite*gold: 0
Join Date: Nov 2006
Posts: 805
Received Thanks: 464
Quote:
Originally Posted by iliveoncaffiene View Post
Only for those who must be taught programming :P

Fortunately, I won't be in that crowd
Books 4Dummies + Internet Tutorials FTW yeh?
Ian* is offline  
Old 09/15/2008, 01:16   #20
 
MushyPeas's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 800
Received Thanks: 89
Quote:
Originally Posted by Force.Of.Spite View Post
Books 4Dummies + Internet Tutorials FTW yeh?
For me, just the internet since I just hate reading books
MushyPeas is offline  
Old 09/20/2008, 23:34   #21
 
iliveoncaffiene's Avatar
 
elite*gold: 0
Join Date: Oct 2005
Posts: 332
Received Thanks: 69
Neither: Trial and error :P

Seriously, that's how I learned Java syntax and how to code with it. I learned about the actual language itself using google.
iliveoncaffiene is offline  
Old 09/21/2008, 05:54   #22
 
elite*gold: 0
Join Date: Sep 2008
Posts: 20
Received Thanks: 3
Quote:
Originally Posted by Force.Of.Spite View Post
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 ^^
If your talking about GUI tab's then look into the swing lib's and action listener's.

Java is a great language, just wish they would make a better IDE for it, similar to the microsoft express editions of J#/C#/C++/vb.net.

Those IDE's are legendary. (and not just the form designers)

Eclipse/Intellij IDEA just don't cut it for me.
`xEnt is offline  
Old 09/21/2008, 06:55   #23
 
iliveoncaffiene's Avatar
 
elite*gold: 0
Join Date: Oct 2005
Posts: 332
Received Thanks: 69
Quote:
Originally Posted by `xEnt View Post
If your talking about GUI tab's then look into the swing lib's and action listener's.

Java is a great language, just wish they would make a better IDE for it, similar to the microsoft express editions of J#/C#/C++/vb.net.

Those IDE's are legendary. (and not just the form designers)

Eclipse/Intellij IDEA just don't cut it for me.
Obviously you haven't looked at NetBeans. (FYI J# is complete ****)

It has an amazing forms designer as well, and real-time debugging which shows line by line errors and warnings (if you want to) in your code. Also supports the easy compilations of executable .jar files, along with included libs, etc... Just google "NetBeans 6.1" and try it out.
iliveoncaffiene is offline  
Old 09/21/2008, 08:21   #24
 
elite*gold: 0
Join Date: Sep 2008
Posts: 20
Received Thanks: 3
Quote:
Originally Posted by iliveoncaffiene View Post
Obviously you haven't looked at NetBeans. (FYI J# is complete ****)

It has an amazing forms designer as well, and real-time debugging which shows line by line errors and warnings (if you want to) in your code. Also supports the easy compilations of executable .jar files, along with included libs, etc... Just google "NetBeans 6.1" and try it out.
Actually i thought netbeans was that bad, that i didn't even mention it.

Everyone has there own opinions, to me since if i wanted to design a form project id do it in C#, i don't use java for GUI apps which is why netbeans didnt appeal to me, and the huge memory hog that netbeans is.

I'm sure it saves you a lot of time, but if i were to make a form app id still manually do it by writing code, the only GUI type of thing i use in Java would be the javax.swing.JOptionPane class, with its ease and static methods and even thats just to input/select choices etc. Good to see more people using languages other than that vb **** around here (no offence to vb users, i was an old vb user until i realized how much it sucks)
`xEnt is offline  
Old 09/21/2008, 13:24   #25
 
MushyPeas's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 800
Received Thanks: 89
Quote:
Originally Posted by `xEnt View Post
Actually i thought netbeans was that bad, that i didn't even mention it.

Everyone has there own opinions, to me since if i wanted to design a form project id do it in C#, i don't use java for GUI apps which is why netbeans didnt appeal to me, and the huge memory hog that netbeans is.

I'm sure it saves you a lot of time, but if i were to make a form app id still manually do it by writing code, the only GUI type of thing i use in Java would be the javax.swing.JOptionPane class, with its ease and static methods and even thats just to input/select choices etc. Good to see more people using languages other than that vb **** around here (no offence to vb users, i was an old vb user until i realized how much it sucks)
VB doesn't suck, every tool has it's purpose, VB is good for quick n dirty programs that work without too much fuzz.
For commercial / optimized programs though C++ is as good as it gets in my opinion, which is why I use that whenever I do code.
MushyPeas is offline  
Old 09/22/2008, 02:03   #26
 
elite*gold: 0
Join Date: Sep 2008
Posts: 20
Received Thanks: 3
Quote:
Originally Posted by MushyPeas
VB is good for quick n dirty programs
Actually i could write programs in C#/Java faster than VB. VB in my opinion is there for beginners, and even then it's probably not the best idea as when programmers start in vb, there view on programming is completely ruined, the concept etc.

It took so long for me to understand classes etc and OOP when trying to jump from vb to C#, because i relied on the GUI making and un-accuracy your allowed in VB6 (yes im talking about vb6, vb.net is a little better)

But long ago when i did manage to learn C# and got quite well with it, i dropped vb completely and then started hating it, its disgusting, slow and gives you a bad view on things, i'm not sure why its even a beginners language cause it feels like when you jump onto another language you've gotta learn everything completely different.

VB users usually only rely on the GUI and form creation, id like to see them write up something in notepad without using any fancy drag and drop buttons to do there work.

It has its up's, it is fast and easy to create quick programs, but so does other languages if you actually know what your doing.
`xEnt is offline  
Old 09/22/2008, 14:01   #27
 
elite*gold: 0
Join Date: Jan 2008
Posts: 303
Received Thanks: 156
Quote:
Originally Posted by `xEnt View Post
Actually i could write programs in C#/Java faster than VB. VB in my opinion is there for beginners, and even then it's probably not the best idea as when programmers start in vb, there view on programming is completely ruined, the concept etc.

It took so long for me to understand classes etc and OOP when trying to jump from vb to C#, because i relied on the GUI making and un-accuracy your allowed in VB6 (yes im talking about vb6, vb.net is a little better)

But long ago when i did manage to learn C# and got quite well with it, i dropped vb completely and then started hating it, its disgusting, slow and gives you a bad view on things, i'm not sure why its even a beginners language cause it feels like when you jump onto another language you've gotta learn everything completely different.

VB users usually only rely on the GUI and form creation, id like to see them write up something in notepad without using any fancy drag and drop buttons to do there work.

It has its up's, it is fast and easy to create quick programs, but so does other languages if you actually know what your doing.
You know, thats probably the best description of vb6 ive come across here, and imo also completely true, Though id say if u learn VB.Net after VB6 it does make it "Slightly" easiar to grasp, but with all the time wasted on those 2 you could probably learn alot more of use in say a lanquage thats worth using, I.E> C# or C++, (* im learning Spec# at the moment... looks lame so far *)
NovaCygni is offline  
Old 09/22/2008, 21:10   #28
 
unknownone's Avatar
 
elite*gold: 20
Join Date: Jun 2005
Posts: 1,013
Received Thanks: 381
Some of your complaints about VB are equally present in C#. You wouldn't create a GUI wholly from code in C#, you'd instead create it using Visual Studio's RAD features, and only use the code file to tweak your GUI. You can do the same with VB, all the files are editable. Having trouble understanding OOP when moving to C# means you didn't fully learn the capabilities of VB, because it's all very possible. It's not "for beginners", it's just out of date. I'd agree that it's equally easy to create an application in C#, provided you are using Visual Studio to make your GUI. I'd probably also agree that VB learners pick up bad habbits, but I'd blame that on the way it's taught rather than the language itself.

As a C++ user, who works on multiple platforms (IE, Visual Studio's RAD is a no-no), I find GUI creation one of the most cumbersome tasks involved in programming. I still use a GUI wizard, making a GUI from scratch is just a waste of time, expertise doesn't come into it. VB was the innovation that made RAD popular for all languages, especially C#, but to expect it to be equal to languages that are only a few years old is stupid
unknownone 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 +1. The time now is 04:00.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

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