burger4839 Posted January 27, 2009 Posted January 27, 2009 Well I can't really decide which language to learn, but I'm basically wanting to make my own bot for Silkroad Online or Hero Online, any 3d MMORPGs. C++ looks good but learning everything probably takes a hell of a lot longer than learning Autoit, but C++ has many more options to manipulate the bot in any way you choose. But would you say Autoit is the best idea for making an MMO bot? It doesn't look as difficult as C++ and there's not as much of it as C++. What do you think?
BrettF Posted January 27, 2009 Posted January 27, 2009 Made in C++ and designed to make it easier for you to script... Thats AutoIt for you Maybe have an experiment with each, see whats easier etc. Personally I think AutoIt is more that suited to the task of botting... It was originally designed for automation after all... Cheers, Brett Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
TheTex Posted January 27, 2009 Posted January 27, 2009 Anything c++ can do autoit can do, but typically in a different way
Spiff59 Posted January 27, 2009 Posted January 27, 2009 I would think it depends on what he means by "more efficient". There's efficient development, and then there's efficient execution. If he wants to learn C++, start chewing on hexadecimal notation, and variables that are pointers to a pointer that's an memory offset to a value, then eventually I'm sure he would come up with an executable that would suck up less clock ticks. If he'd rather reduce his learning curve exponentially, then go with Autoit, and have a working result in a few days, although it will likely contain more instructions than something tuned by an experienced C programmer.
fireryblaze Posted February 25, 2009 Posted February 25, 2009 Well I can't really decide which language to learn, but I'm basically wanting to make my own bot for Silkroad Online or Hero Online, any 3d MMORPGs. C++ looks good but learning everything probably takes a hell of a lot longer than learning Autoit, but C++ has many more options to manipulate the bot in any way you choose. But would you say Autoit is the best idea for making an MMO bot? It doesn't look as difficult as C++ and there's not as much of it as C++. What do you think?WEll I agree autoIT is definetely easier for making bots. However IT depends on exactly what game ur trying to bot on. In some cases it is easier to go with VB or C++ to get around Game guard. Most bots that I use are contained within injected dlls so it depends on how you want to bot.
jvanegmond Posted February 25, 2009 Posted February 25, 2009 If you're new to programming, then no questions asked: AutoIt is by far the best language for this situation. github.com/jvanegmond
muncherw Posted February 25, 2009 Posted February 25, 2009 If you're new to programming, then no questions asked: AutoIt is by far the best language for this situation.Yeah. I'm a dolt and even I can pull off some stuff with AutoIT. Other People's Stuff:Andy Flesner's AutoIt v3: Your Quick Guide[topic="34302"]Locodarwin's ExcelCom_UDF[/topic][topic="61090"]MrCreatorR's Opera Library[/topic]
SpookMeister Posted February 25, 2009 Posted February 25, 2009 Yeah. I'm a dolt and even I can pull off some stuff with AutoIT.I can vouch for that... erm... AutoIt wise, not dolt wise [u]Helpful tips:[/u]If you want better answers to your questions, take the time to reproduce your issue in a small "stand alone" example script whenever possible. Also, make sure you tell us 1) what you tried, 2) what you expected to happen, and 3) what happened instead.[u]Useful links:[/u]BrettF's update to LxP's "How to AutoIt" pdfValuater's Autoit 1-2-3 Download page for the latest versions of Autoit and SciTE[quote]<glyph> For example - if you came in here asking "how do I use a jackhammer" we might ask "why do you need to use a jackhammer"<glyph> If the answer to the latter question is "to knock my grandmother's head off to let out the evil spirits that gave her cancer", then maybe the problem is actually unrelated to jackhammers[/quote]
muncherw Posted February 25, 2009 Posted February 25, 2009 I can vouch for that... erm... AutoIt wise, not dolt wise HA! Good times. Other People's Stuff:Andy Flesner's AutoIt v3: Your Quick Guide[topic="34302"]Locodarwin's ExcelCom_UDF[/topic][topic="61090"]MrCreatorR's Opera Library[/topic]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now