Hi guys, i am an experienced 2 year computer science HL java programmer :P just wondering where to start off to making programs for co? i wana make a new auto-clicker with timed clicks for intensify and a guard leveler :P
SavioR88@
2 years of java experience, i assume u know how to produce a left/right mouse click by using mouseevent and know how to use simple loops
well, thats basically what intensify and guard leveler are compose of
start off with those 2 programs will be good, since it doesnt involve much coding but only those 2 commands
Generally, Java is a bad language to hack/bot games with. It has very weak capabilities for accessing windows APIs due to it's portability. While you can use JNI and existing libraries that perform common functions like mouse emulation, it's usually much more of a pain in the **** that it would be to use the same things in C++ or other languages. If it were just a point & click bot you wanted to make like evan suggests, you might aswell use autoit or another macro program. If you're looking to make more advanced bots that read in game memory perhaps, you really should scrap Java in favour of C/C++/Pascal/VB6, maybe C#/VB.net, but they're not 'ideal' either.
Im an experienced C# and Java person, i've never touched or thought of using java in Conquer situations, as unknownone said, its generally best to not use Java because of its low level API's in Windows.
You should learn C# since the syntax is quite easy to understand if your coming from java.
Thanks for the thoughts.. show me a simple coding you guys wrote in java? i wana have some background thoughts o.O just wondering too is it application or applet? thanks.
What are you talking about? for some reason i don't believe your an experienced 2 year programmer to be asking us for some simple code, or wondering if ??? is an application or applet. Obviously if you were going to make things it would not be an applet.
nah its cuz i only did applications for like 2months basic stuff string etc... then i went all graphics applets and more detailed stuff... so i have to recall old stuff lol