What Bot Platforms are ppl using?

TommyBryce

Newbie
Joined
Oct 30, 2012
Messages
15
Reaction score
5
Ive done loads of macro work in the past and i would like to try my hand at writing Bot's and i get the feeling you guys are using something specific but i cant see what.

What are the most common Bot Platforms to write for?

Thanks in Advance


Tommy
 
nm a banner just popped up for UbotStudio Lol
 
If you're looking for some free/simple automation tools, try AutoIT .. it's a simple scripting language that can automate opening programs, performing tasks etc. repetitively. It's a bit basic, single-threaded (only does one thing at a time) but you can achieve some pretty neat tricks using it. I have a simple template that launches Chrome, navigates to a starting URL and uses the Developer Tools console to run JavaScript. This way I can do really sophisticated tasks within the Browser without the expense of having to buy something like UBot.

My day-job is software-engineering related, while its very tempting to break out the big-guns like C# or Selenium and write my own automation framework I am thinking to save myself the time and just buy Ubot.
 
Back
Top