[Learn] ★ Botting Automation Free ★ iMacros Tutorials! (No-Codeing) ★ [Learn]

tompots

Elite Member
Joined
Dec 11, 2011
Messages
5,775
Reaction score
4,871
What is iMacros? iMacros is a free chrome and Firefox automation extension, this extension allows you to create automation scripts like the pros without any coding. Here I will be showing you how to automate any website, extract any data, and much more. You can find the newest scripts in the comments below. I hope you enjoy learning how to bot without coding or cash. I want to add I have no affiliations with iMacros.

For your first steps into the automation world, you will need to get the extension by searching iMacros in the chrome store.

Once you have it installed activate the extension and a pop-up will appear on your left. First click the record tab, now hit record, and then stop, now you should see a file in the window called Current.imm, now just right-click the Current.imm and then select Edit from the menu that opens, now you will see a script window open. Copy and paste the code below. This script is an Instagram login script. Simply replace the "PUTUSERNAMEHERE" with your Instagram account username, now replace the "PUTPASSWORDHERE" with your Instagram account password. Just press save and close the box. Now press Play, and you have your first bot.

auto-bot-solutions.com-img_a.png



Code:
VERSION BUILD=1011 RECORDER=CR
URL GOTO=https://www.instagram.com/
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:loginForm ATTR=NAME:username CONTENT=PUTUSERNAMEHERE
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ID:loginForm ATTR=NAME:password CONTENT=PUTPASSWORDHERE
TAG POS=2 TYPE=DIV ATTR=TXT:Log<SP>In
 
I had a thought to buy imacros a few times but when I went through a few reviews people mentioned that we should know C+ etc for better usage, I dropped my Idea. Also their YouTube videos seems like a decade old or may be i am looking at wrong channel.

If there are some proper Guides like this, I guess they could get more users for sure.
 
I had a thought to buy imacros a few time but when i went through review when people mentioned you should know C+ etc for better usage, I dropped my Idea. Also their YouTube videos seems like a decade old or may be i am looking at wrong channel.

If there are some proper Guides like this, I guess they could get more users for sure.


Hello, iMacros was really a big years back and then they made it only paid for a long time, but now they have made a free version again. iMacros is actually how I got my start in the botting world, here at BHW, I would make iMacros script for people. It works great and the driver is not as well known as the other circulating right now.;) It works great and is free for all to use.
 
But this is only in large volumes.

You can use this on a small scale to automate any task with your browser. If you can do it in your browser then you can automate the process with iMacros. You can also scale up later with the tool if you need to undergo large tasks.
 
is it like selenium IDE? Just record n play, right?
Can you show scripts to scrape data?
 
If @tompots is recommending it, then you know it must be good. Nice to see how far you've come, and where things can begin for people.
 
If @tompots is recommending it, then you know it must be good. Nice to see how far you've come, and where things can begin for people.

@Panther28, Thank you, good to see you. It's been a bit but I'm working on it.


is it like selenium IDE? Just record n play, right?
Can you show scripts to scrape data?

Yes in a way but much more simple. I have not used selenium IDE in many years and I'm not sure what it's like anymore.
 
Last edited:
I tried some tool before but could succeed for some reason mate. this one looks super easy. will check it out.
 
I tried some tool before but could succeed for some reason mate. this one looks super easy. will check it out.

iMacros is very easy to use for simple browser automation recording, only when you get into more of the harder tasks like data extraction and such that get gets more difficult, but it's still very simple in comparison to hand coding bots.
 
Let's get started by learning how to use iMacros to 'Recored' your actions and then play them back. First select the 'Recored' tab, now you can press the 'Recored' Macro button. Now iMacros is recording, and waiting for your actions in the browsers so it can 'Recored' them. We will start with an easy task like Google searching. Just type 'BHW is Boss!' into the Google search bar. You will see in the iMacros window that it's recording your actions. Now Just press the 'Google Search' button and then press stop. Now select the Current.iim file and press play. Now you just built your first bot, with no coding!

 
Let's get started by learning how to use iMacros to 'Recored' your actions and then play them back. First select the 'Recored' tab, now you can press the 'Recored' Macro button. Now iMacros is recording, and waiting for your actions in the browsers so it can 'Recored' them. We will start with an easy task like Google searching. Just type 'BHW is Boss!' into the Google search bar. You will see in the iMacros window that it's recording your actions. Now Just press the 'Google Search' button and then press stop. Now select the Current.iim file and press play. Now you just built your first bot, with no coding!

Thanks for the share! Can you do auto posting on reddit too?
 
I remember some 5yrs back I made a bot to make an FB account in Imacro, those were good old days.

But I stopped using it, Imacro is good for a basic website not for a complex website.
Last I read imacro stopped updating their software.
there is no way of data manipulation, will be forced to use some other software.
 
Back
Top