tompots
Elite Member
- Dec 11, 2011
- 5,775
- 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.
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.
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