jasmithjr70
Registered Member
- Feb 28, 2011
- 59
- 13
I am interested in making my own bots. What program would I use to do this. Thanks for your help.
Correction, C/C++ are both lower level languages, not nearly as low as Assembly but low none the less.Have you some more experience then you can start with C/C++ those are high level languages and are very powerful maybe a little to powerful for making some easy bots.
Hey earlier on when I was a kid I learned to program with Auto-it. Its a very useful program to simulate mouseclicks. It would also be useful to learn the foundations of programming. Keep in mind this isnt an extremely powerful programming language. It doesn't support multi-threading and it isn't object oriented but it may be useful to start with.
Thanks for all your help. I have no programming back ground, but willing to learn.
Correction, C/C++ are both lower level languages, not nearly as low as Assembly but low none the less.
High level languages are those .net languages and the likes.
Autoit is a scripting language, not really a programming language. However, is very powerful if you know how to use it. This is how I do all of my bots at the moment, twitter,yt,fb bots and the likes are easy to do with autoit.Who cares about multithreading, just run mulitple instances and your set.
Correction, C/C++ are both lower level languages, not nearly as low as Assembly but low none the less.
High level languages are those .net languages and the likes.
Autoit is a scripting language, not really a programming language. However, is very powerful if you know how to use it. This is how I do all of my bots at the moment, twitter,yt,fb bots and the likes are easy to do with autoit.Who cares about multithreading, just run mulitple instances and your set.