Java Programming

10/03/2008 10:43 SavioR88#1
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
10/03/2008 22:05 jawnd#2
<-Removed Post->
~:Hiyoal:~
10/03/2008 22:13 tanelipe#3
#Reported for a rude post.

Try not to use that kind of language since it was totally uncalled for.
10/04/2008 00:13 evanxxxm#4
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
10/04/2008 02:01 unknownone#5
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 arse 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.
10/04/2008 08:18 `xEnt#6
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.
10/04/2008 08:30 SavioR88#7
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.
10/04/2008 08:39 `xEnt#8
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.
10/04/2008 08:44 SavioR88#9
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
10/06/2008 00:28 iliveoncaffiene#10
Lol, if this is all a 2 year computer science course teaches people, I might as well take the graduation exam now, rofl (I'm a high-school senior)
10/11/2008 10:48 (GAME)Master#11
try making a auto clicker in VB with a sleep function