| View previous topic :: View next topic |
| Author |
Message |
Krayzee Cheater
Reputation: 0
Joined: 25 Aug 2007 Posts: 25 Location: Satan's Server Room
|
Posted: Thu Sep 06, 2007 12:46 pm Post subject: Best Language for bot creation? |
|
|
I've been thinking about this. and I know that VB6 isn't up to par in this field compared to other languages, and just wanted to know what everyone else thinks is the best language for bot creation.
so far i got Python/Delphi/VB6/GTK/Java 1.6
but i dont know which is best for this type of use.
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Thu Sep 06, 2007 12:48 pm Post subject: |
|
|
if its maple... C++ is the best language to get something that looks like a bot for maple... in my opinion... maple patched virtual keystrokes...
if its something else than C++/Delphi or w/e u like... I'd take delphi to build a bot for anything else but maple... but thats just me
|
|
| Back to top |
|
 |
Krayzee Cheater
Reputation: 0
Joined: 25 Aug 2007 Posts: 25 Location: Satan's Server Room
|
Posted: Thu Sep 06, 2007 12:53 pm Post subject: |
|
|
nah i dont play maplestory, too cartoony and the grind is horrid D:
but ok i guess ill start reading up on some delphi commands thanks for the quick answer.
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Thu Sep 06, 2007 1:10 pm Post subject: |
|
|
Java is NOT a botting language...
it makes for horrid bots because it doesn't use win32 api
java is horrid
_________________
|
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Thu Sep 06, 2007 2:17 pm Post subject: |
|
|
| blankrider wrote: | Java is NOT a botting language...
it makes for horrid bots because it doesn't use win32 api |
A program does not need Win32 API to bot, especially one that is designed to be multi-platform.
| blankrider wrote: | | java is horrid | You are ignorant.
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Thu Sep 06, 2007 2:21 pm Post subject: |
|
|
| DeltaFlyer wrote: | | blankrider wrote: | | java is horrid | You are ignorant. |
You are a java zealot.
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Thu Sep 06, 2007 2:22 pm Post subject: |
|
|
tell me how java isn't shit
you can't access windows api
you NEED java installed
you CANT compile to .exe only .jars
and can't do half of the stuff you can in other languages because java is meant to be "secure"
_________________
|
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Thu Sep 06, 2007 2:35 pm Post subject: |
|
|
| appalsap wrote: | | DeltaFlyer wrote: | | blankrider wrote: | | java is horrid | You are ignorant. |
You are a java zealot. | As you are one of C/ASM.
| blankrider wrote: | tell me how java isn't shit
you can't access windows api
you NEED java installed
you CANT compile to .exe only .jars
and can't do half of the stuff you can in other languages because java is meant to be "secure" | Windows API: How many programs actually NEED the Win32 API? Other than security and "hacking" related, not many.
Need Java installed: Java is available on almost every major desktop platform as well as mobile platforms. Installation is quick and painless. Latest JRE for Windows is around 14mB. Saying one needs Java to be installed can be compared to saying that you need Windows installed to run programs compiled for Windows.
Can't compile to exe: Java's main strength: it's portable. Java's motto is "Compile once, run everywhere". A compiled Jar could be run on any platform supporting JRE and run as if it's on the platform it was created.
Can't do half the stuff [...]: name them.
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Thu Sep 06, 2007 2:41 pm Post subject: |
|
|
can you access sockets with java?
what about dlls (not sure about this one)
Can't access other windows or control the OS as well
_________________
|
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Thu Sep 06, 2007 2:55 pm Post subject: |
|
|
| blankrider wrote: | | can you access sockets with java? | Java is famed for its networking capabilities.
Socket: http://java.sun.com/j2se/1.4.2/docs/api/java/net/Socket.html
| blankrider wrote: | | what about dlls (not sure about this one) | First, DLLs are platform specific to Windows. In fact, they are almost identical to EXEs in its format. Using DLLs goes against Java's motto of portability. However, where needed, Java provides the interface to be able to load shared libraries such as DLLs compiled with the JNI headers using a C compiler, and call the functions housed in these libraries. Although, not being able to access shared libraries is not a limitation to the language, as most functions residing in the library could be ported to Java code.
| blankrider wrote: | | Can't access other windows or control the OS as well | For what purpose would you want to access other windows or control the OS?
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Thu Sep 06, 2007 3:29 pm Post subject: |
|
|
getting handles of programs
changing stuff in other programs, like memory.
Have fun with java im done, this is stupid
_________________
|
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Thu Sep 06, 2007 3:41 pm Post subject: |
|
|
| blankrider wrote: | getting handles of programs
changing stuff in other programs, like memory.
Have fun with java im done, this is stupid |
What's the use of changing memory other than to provide security to other programs/the OS, to "hack", and to attempt to screw up the system? You're basing all of your claims on a tiny corner of the programming arena, where one does not need the handle to another Windows program to do something useful.
And yes, making claims such as:
| blankrider wrote: | | java is horrid | without any facts to back it up is very stupid.
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Thu Sep 06, 2007 3:49 pm Post subject: |
|
|
why learn java when c++ can do everything and more?
why is it better...dont say its portable, because thats a shitty reason
name 1 thing java can do c++ cant
_________________
|
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Thu Sep 06, 2007 3:52 pm Post subject: |
|
|
| blankrider wrote: | why learn java when c++ can do everything and more?
why is it better...dont say its portable, because thats a shitty reason
name 1 thing java can do c++ cant |
You try putting a C++ program onto a web page viewable by all major web browsers.
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
Krayzee Cheater
Reputation: 0
Joined: 25 Aug 2007 Posts: 25 Location: Satan's Server Room
|
Posted: Thu Sep 06, 2007 3:54 pm Post subject: |
|
|
| DeltaFlyer wrote: | | You try putting a C++ program onto a web page viewable by all major web browsers. |
im sorry.. but that was pwn right there =\
|
|
| Back to top |
|
 |
|