Jack's Pinterest Follower Imacro

how do i put this script in to use it with imacros

i have no idea what im doing
 
Just copy the script, open Notepad and Paste it in, Save as pinterest_followers.iim on your desktop so you can find it. Open Firefox and click the iMacro icon. Should be open on left hand side. Click the REC button then LOAD button and locate the script you have just saved on your desktop. Then click the PLAY button and change the MAX to 200 and click PLAY (Loop) You are DONE. ENJOY:beach2(2)
 
I just created this iMacros one for following some of different user's followers. I can't post URLs so you have to change the line URL GOTO manually. Just go to a Pinterest user, click "followers" and then copy the URL. Then copy the bottom portion of the script (beginning with URL) and replace it with a new username, multiple times. I had about 6 different usernames, then ran this script 3 times.

In total I followed appx. 200 users and I gained 10 new followers almost immediately once the script was done running (a few during). I'm thinking more will trickle in throughout the day. Not a bad idea to run this once a day!


VERSION BUILD=8820413 RECORDER=FX
TAB T=1


URL GOTO=(input link of followers page here)
WAIT SECONDS=9
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=4
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=2
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=3
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=4
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=4
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=2
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=3
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=2
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=4
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=2
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=3
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=4
 
Back
Top