Cinnamonster
Registered Member
- Jan 24, 2016
- 77
- 13
Hey all, so I know iMacros is pretty common knowledge in the world of Instagram, but I just decided to come up with this little script after reading an article titled "User Acquisition for Hackers".
In this, austenallred stated that using the Follow, Like, Like, Like method has shown the best followback rates on IG. Rates upwards of 25%! So I gave it a shot with this iMacros script, and I'm giving it out to everyone else to test for themselves and see what their results are.
HOW TO USE THIS SCRIPT:
I am using a random value generator to make it seem more human-like (less likely to get caught by IG). My findings so far with using this method are about 30-40% followback rates so far!! I am using a very interactive niche to target, so results may vary to be honest. Please suggest any changes you may have! I want to hear your input and results from this!!!
In this, austenallred stated that using the Follow, Like, Like, Like method has shown the best followback rates on IG. Rates upwards of 25%! So I gave it a shot with this iMacros script, and I'm giving it out to everyone else to test for themselves and see what their results are.
HOW TO USE THIS SCRIPT:
1. Download iMacros for your preferred browser (I am using Firefox for this example)
2. Copy/Paste this as a new script (go to documents/imacros/macros and create a new .iim file for those of you who don't know how to do this)
Remove the spaces between the URL GOTO
3. Edit the tag that you want to follow/like from
4. Login to websta.me with your IG account (100% safe to use)
5. Run this script on loop for however many accounts you want to follow
Code:
SET !ERRORIGNORE YES
URL GOTO=h t t p : / / websta . me / tag / yourtaghere
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;")
WAIT SECONDS=3
TAG POS=1 TYPE=A ATTR=CLASS:username
WAIT SECONDS=2
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var1}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS={{!var2}}
TAG POS=2 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS={{!var3}}
TAG POS=3 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS={{!var4}}
BACK
I am using a random value generator to make it seem more human-like (less likely to get caught by IG). My findings so far with using this method are about 30-40% followback rates so far!! I am using a very interactive niche to target, so results may vary to be honest. Please suggest any changes you may have! I want to hear your input and results from this!!!
Last edited: