Instagram iMacros Scripts [2016]

any update on the follow > like script you were about to post?
and if you have the time and if you can, can you make unfollow and like feed script too?

It would be great!
Thanks for such a nice script
 
Last edited:
Wonder, still this works or not work anymore?, Thank you, cheers.
 
for better optimization, I'll advise you to get a decent tool like Mass Planner.
It's a paid tools, but it definitely worth it.
I won't post my affiliate link here. Just sharing!
 
Wonder, still this works or not work anymore?, Thank you, cheers.
Yes it still works. I ran it yesterday and gained about 30 followers. I also created an unfollow script that I will post later today.
 
Yes it still works. I ran it yesterday and gained about 30 followers. I also created an unfollow script that I will post later today.

You are doing a great job. thank you. kindly can you post the unfollow code. I really need it. cheers
 
Thank you for this! I am also very interested in the follow and like 3 pictures-script. Thanks once more!
 
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.

I would like to have the script , where the imacro can go to certain user account and like the user's follower's post, do able? Need help on this. Thanks
 
Hey there! I have some questions about the topic, could you please help me with them? Just PM me or email me, thanks

Have a wonderful day,

Enigma
 
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 would be so happy if you share this script with me
 
Back
Top