Valhalla Legends Forums Archive | Battle.net Bot Development | Java Bot Developers?

AuthorMessageTime
0xdeadc0de
Just wondering if there are any java bot developers here...

February 1, 2003, 12:30 PM
iago
Of course not.  Get a real language ^^

Actually, Java has it's place in the world, and it's probably better than, say, VB for programming bots, but what do I know? :-)
February 1, 2003, 2:47 PM
St0rm.iD
Yeah, java owns.
February 1, 2003, 10:24 PM
0xdeadc0de
[quote]Yeah, java owns.[/quote]

Do you know if anyone has ported checkrevision and hash functions to java yet?
February 2, 2003, 2:51 PM
Zakath
c0ol did write a bot in Java...I'm not sure how he did the the client and account authentication stuff though.
February 2, 2003, 5:10 PM
iago
Didn't he also write one in perl, which used the hash files?
February 2, 2003, 5:54 PM
Noodlez
he wrote several bots in perl, they are open source too. he converted the hashing algorithms and checkrevision function.
February 2, 2003, 8:43 PM
SKiLLs
[quote]he wrote several bots in perl, they are open source too. he converted the hashing algorithms and checkrevision function.[/quote]

Where could I find the open source to it?
February 2, 2003, 10:16 PM
0xdeadc0de
Well, I got the cdkey decode and hash methods ported and working last night... Now all thats left is the checkRevision...  8) I may release a jar containing this stuff once I get it cleaned up and make sure its working 100%. I'm sure there are at least a few java developers out there who would benefit from this stuff...
February 3, 2003, 12:07 PM
Tuberload
I will be working on a bot written in Java 2 in the future.  I just got certified in the language from Oracle and am working on the Sun certification, then I will start the bot.
February 3, 2003, 12:20 PM
St0rm.iD
I'd be willing to donate some leet code ;)      
February 3, 2003, 4:43 PM
0xdeadc0de
[quote]I'd be willing to donate some leet code ;)      [/quote]

Word? Do you have checkrevision ported?

February 3, 2003, 6:52 PM
St0rm.iD
Nah lol
But I can donate some scripting stuff, and thread reactor code.
February 3, 2003, 7:23 PM
0xdeadc0de
[quote]Nah lol
But I can donate some scripting stuff, and thread reactor code.[/quote]
Ah too bad... guess I'll have to spend another night porting c++ to java  :-/
I'm covered on the scripting end... I'm using beanshell for custom commands plus I have an interface for implementing more permanent custom commands. What do you mean by thread reactor?
February 3, 2003, 8:43 PM
St0rm.iD
Scheduling system/task queue really. It's a bit hard to perfect.
February 3, 2003, 11:11 PM
0xdeadc0de
Sounds cool... maybe we can share some code sometime. I use pretty cool event/listener model for dispatching chat events and a neat trick I do with the classloader that allows me to recompile a class and then reload the new version without restarting the vm. (works great for fixing bugs in commands while leaving the bot running )
February 4, 2003, 12:45 AM
Skywing
[quote]Scheduling system/task queue really. It's a bit hard to perfect.[/quote]
Why would you possibly want to do that when the OS already does it (better)?
February 4, 2003, 9:29 AM
St0rm.iD
No, it's something like this.

reactor.enqueue(new ExecuteScriptEvent());
February 5, 2003, 4:48 PM

Search