Instagram iMacros Scripts [2016]

R4Z0rA07

Junior Member
Joined
Apr 17, 2012
Messages
171
Reaction score
166
Hello,

I thought I would share some Instagram iMacros scripts that I made, with the community. I will start with a script but might share a few more later on.

1. Follow Latest Followers of an Account


Instructions:

  1. Gather the usernames of a few top accounts in your Niche. Eg: Nike, Adidas etc
  2. Make a text file named accounts.txt with all the usernames (only username, no @ or links) and put it in the Datasources folder of iMacros.
  3. Copy the code below into a file named follow.iim and Play it on Loop in your browser after logging into your Instagram account.
iMacros Script:

Code:
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*6 + 1); randomNumber;")
SET !VAR2 EVAL("var randomNumber=Math.floor(Math.random()*8 + 1); randomNumber;")
SET !VAR3 EVAL("var randomNumber=Math.floor(Math.random()*4 + 1); randomNumber;")
SET !VAR4 EVAL("var randomNumber=Math.floor(Math.random()*20 + 8); randomNumber;")
SET !ERRORIGNORE YES
SET !DATASOURCE ACCOUNTS.txt
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO=https://www.instagram.com/{{!COL1}}
TAG POS=1 TYPE=A ATTR=TXT:*<SP>followers
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var1}}
WAIT SECONDS=17
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var2}}
WAIT SECONDS=17
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var3}}
WAIT SECONDS=17
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var4}}
WAIT SECONDS=17
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var1}}
WAIT SECONDS=17
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var3}}
WAIT SECONDS=17
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var4}}
WAIT SECONDS=17
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var2}}
WAIT SECONDS=17
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var1}}
WAIT SECONDS=17
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var4}}

What it does:

This script will go through the list of popular accounts and click on their followers button which pops up the list of their most recent follower (unlike what most people are saying, am still seeing the most recent follower) and follows 10 people with a wait time of 17 seconds + random time to make it look real then moves on to another account and does the same.

Thank you.
 
It works for me, even I am getting followers as well, Thanks for the effort I hope it will not ban my account, and I want to know which is the best Time GAP i need to setup in order to look natural? currently it is working on 17 secs
 
It works for me, even I am getting followers as well, Thanks for the effort I hope it will not ban my account, and I want to know which is the best Time GAP i need to setup in order to look natural? currently it is working on 17 secs
It's not 17 seconds, it's 17 seconds plus a random number, which is set in the beginning of the macro, but OP mentioned this in his post.
 
It works for me, even I am getting followers as well, Thanks for the effort I hope it will not ban my account, and I want to know which is the best Time GAP i need to setup in order to look natural? currently it is working on 17 secs
You're welcome!

I have run this script for hours and its been working good. The time delay of 17 seconds is something I chose at random because its usually the time required to go though a few of the photos in a profile. Plus it also adds another random delay to it so its very slow and works well within the limits I suppose.
 
I've also made another script which Follows > Likes 3 random posts > Moves on to next account. If anyone is interested, I could share that as well.
 
I've also made another script which Follows > Likes 3 random posts > Moves on to next account. If anyone is interested, I could share that as well.
I am interested in that Script as well please share with us, it will be appreciated
 
You're welcome!

I have run this script for hours and its been working good. The time delay of 17 seconds is something I chose at random because its usually the time required to go though a few of the photos in a profile. Plus it also adds another random delay to it so its very slow and works well within the limits I suppose.

Yes it is working so far fine for me, I am also getting followers against the following :)
 
Please can you exsplain how to run the script.

Please continue to provide more codes cheers.
 
Please can you exsplain how to run the script.

Please continue to provide more codes cheers.

For Firefox.

  1. Install this addon in Firefox: https://addons.mozilla.org/en-US/firefox/addon/imacros-for-firefox/
  2. This will create a folder named iMacros in your Documents folder on Windows.
  3. Copy the code into an .iim file and put the file in iMacros/Macros folder.
  4. Paste the .txt file containing your list of Accounts in iMacros/Datasources folder.
  5. Login to your Instagram account on Firefox.
  6. Click on iMacros button in your toolbar > choose the iim file you just created and Play Loop with the number of times you want to run the script.
 
For Firefox.

  1. Install this addon in Firefox: https://addons.mozilla.org/en-US/firefox/addon/imacros-for-firefox/
  2. This will create a folder named iMacros in your Documents folder on Windows.
  3. Copy the code into an .iim file and put the file in iMacros/Macros folder.
  4. Paste the .txt file containing your list of Accounts in iMacros/Datasources folder.
  5. Login to your Instagram account on Firefox.
  6. Click on iMacros button in your toolbar > choose the iim file you just created and Play Loop with the number of times you want to run the script.
Thank you well exsplained cheers
 
Thanks for this,
What is the format for the list of usernames? I tried listing them under each other but the script seems to just use the first one
 
I've also made another script which Follows > Likes 3 random posts > Moves on to next account. If anyone is interested, I could share that as well.

I'm interested too. Will try this one out. Thanks!
 
Back
Top