• Welcome to Valhalla Legends Archive.
 

Java Bot Developers?

Started by 0xdeadc0de, February 01, 2003, 06:30 AM

Previous topic - Next topic

0xdeadc0de

Just wondering if there are any java bot developers here...


iago

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


Banana fanna fo fanna

#2
Yeah, java owns.

0xdeadc0de

#3
QuoteYeah, java owns.

Do you know if anyone has ported checkrevision and hash functions to java yet?

Zakath

#4
c0ol did write a bot in Java...I'm not sure how he did the the client and account authentication stuff though.
Quote from: iago on February 02, 2005, 03:07 PM
Yes, you can't have everybody...contributing to the main source repository.  That would be stupid and create chaos.

Opensource projects...would be dumb.

iago

Didn't he also write one in perl, which used the hash files?
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Noodlez

#6
he wrote several bots in perl, they are open source too. he converted the hashing algorithms and checkrevision function.

SKiLLs

#7
Quotehe wrote several bots in perl, they are open source too. he converted the hashing algorithms and checkrevision function.

Where could I find the open source to it?

0xdeadc0de

#8
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...

Tuberload

#9
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.
Quote"Pray not for lighter burdens, but for stronger backs." -- Teddy Roosevelt
"Your forefathers have given you freedom, so good luck, see you around, hope you make it" -- Unknown

Banana fanna fo fanna

#10
I'd be willing to donate some leet code ;)      

0xdeadc0de

QuoteI'd be willing to donate some leet code ;)      

Word? Do you have checkrevision ported?


Banana fanna fo fanna

#12
Nah lol
But I can donate some scripting stuff, and thread reactor code.

0xdeadc0de

#13
QuoteNah lol
But I can donate some scripting stuff, and thread reactor code.
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?

Banana fanna fo fanna

#14
Scheduling system/task queue really. It's a bit hard to perfect.