• Welcome to Valhalla Legends Archive.
 

So I'm thinking of writing a bot in Java

Started by UserLoser, February 05, 2006, 03:40 PM

Previous topic - Next topic

UserLoser

Tell me the good stuff: recommend me some IDEs, other tools, etc.  I have nearly 0 knowledge of Java, but I can teach my self everything I need to know about it like I did for VB/C++/reverse engineering/miscellaneous BS.  I can do the rest on my own.  Thanks.

Yegg

I myself do not use Java. However Sun Microsystems seems to have some very nice IDE's. NetBeans was nice when I tried it.

AntiVirus

If you want to make a Java bot, you should talk to iago.  He has already made one, and I bet he could help you out a lot.
"They say that I must learn to kill before I can feel safe, but I rather kill myself then turn into their slave."
- The Rasmus

Hdx

#3
Depends on what OS your working on.
On my Windows box I use JCreator
On my linux box I use Eclipse
Also Notepad2 is a easy tool for windows, it has syntax highlighting so it's handy for small one file projects.
Also you may want to bookmark the Java 2 Platform SE information. It's an invaluble referance.
~-~(HDX)~-~

Proud host of the JBLS server www.JBLS.org.
JBLS.org Status:
JBLS/BNLS Server Status

rabbit

I use a combination of Notepad2 and Eclipse on Windows, though for a large project (IE: a bot), Eclipse is definately the better choice.  iago's JavaOp is open-source, which is a good place to start.
Grif: Yeah, and the people in the red states are mad because the people in the blue states are mean to them and want them to pay money for roads and schools instead of cool things like NASCAR and shotguns.  Also, there's something about ketchup in there.

iago

Yeah, I strongly recommend eclipse [www.eclipse.org]. 

And I have all the login/cdkey/version check stuff implemented reasonably well, feel free to poke through my source.  My CheckRevision implementation is very close to the speed of Skywing's.  The bot isn't set up in an ideal way, but the "bnetlogin" plugin should be useful to you. 

This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Ender

I also recommend Eclipse, and be sure to get the Eclipse Visual Editor as well!

And in addition... here are some useful Sun sites
5.0 Platform API.
Sun's trail of tutorials.
Socket programming.



Joe[x86]

I used to use Eclipse (IDE + compiler), and I know iago does. Currently, I'm using TextPad + J2SDK, because that's what I use during class. TextPad isn't quite an 'IDE', but it's decent.
Quote from: brew on April 25, 2007, 07:33 PM
that made me feel like a total idiot. this entire thing was useless.

iago

Quote from: Ender on February 05, 2006, 08:23 PM
I also recommend Eclipse, and be sure to get the Eclipse Visual Editor as well!

And in addition... here are some useful Sun sites
5.0 Platform API.
Sun's trail of tutorials.
Socket programming.

You'll also find some useful code pieces on x86's forum.  I tend to post little libraries there as I discover them.  I recommend the assynchronous sockets one, if nothing else, it makes a HUGE difference. 
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


UserLoser

Hmm, thanks everyone I think I'll take a look at Eclipse tonight and play around with it a bit.  This is exciting, haha

Psycho

Yeah, when I messed around with Java I used notepad and SDK. But thats more trouble than an IDE would be. I'd go with Eclipse.