Jacks Tumblr Auto-Follow Imacro Script

Tumblr have had an update and seems as though the script does not click the "follow" button anymore..
 
Due to a request from gangsta1 (don't forget to thank him) I have decided to update the follower script due to a recent change in tumblr. Tumblr in their infinite wisdom have decided to make it alot easier for us imacro script writers to manipulate their website, great news LOL!.

Method:

Use this as normal to scrape tumblr followers IDs:

http://www.blackhatworld.com/blackh...-auto-follow-imacro-script-2.html#post4317671

Follow the exact instructions here to change the urls of the tumblr ids you scraped in the previous script:

http://www.blackhatworld.com/blackh...-auto-follow-imacro-script-2.html#post4318091

But instead of using the imacros script at the bottom of that post, use this one:

Code:
VERSION BUILD=7401110 RECORDER=FX
SET !TIMEOUT_STEP 0
SET !TIMEOUT_PAGE 2
SET !ERRORIGNORE YES
CMDLINE !DATASOURCE [COLOR="#FFFF00"][B]folder location and name of your txt file goes here[/B][/COLOR]
SET !DATASOURCE_COLUMNS 1
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO={{!COL1}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=2
 
It follows only a few of the list, am I doing something wrong? Ive tried adding more seconds to the WAIT but it still not following the whole list =/
 
Last edited:
200 followers per day on Tumblr!
 
Hey Jack, I'm not sure if it's working anymore. I followed your new instructions, changed the imacro code and it worked fine. I just went to follow another 100 users and it won't let me, it does the whole follow/refresh but when I check how many people I'm following it's not updating. BUT, if I go and manually follow someones page and refresh then it shows I followed them, so I haven't just hit my follow limit so I'm positive that's not it.. Any ideas?
 
Hey Jack, I'm not sure if it's working anymore. I followed your new instructions, changed the imacro code and it worked fine. I just went to follow another 100 users and it won't let me, it does the whole follow/refresh but when I check how many people I'm following it's not updating. BUT, if I go and manually follow someones page and refresh then it shows I followed them, so I haven't just hit my follow limit so I'm positive that's not it.. Any ideas?

same problem here =/
 
Okay, so it's not just me.. Hopefully Jack has a fix for it, he's been good to us so far!
 
I too had the problem where it wouldn't follow specific users, but it was an easy fix.

Simply replace

Code:
TAG POS=1 TYPE=INPUT:IMAGE FORM=ACTION:/follow ATTR=SRC:(the link)*

with

Code:
TAG POS=1 TYPE=A ATTR=TXT:Follow

Not sure if that works for everyone, but it seems to work for me.
 
I too had the problem where it wouldn't follow specific users, but it was an easy fix.

Simply replace

Code:
TAG POS=1 TYPE=INPUT:IMAGE FORM=ACTION:/follow ATTR=SRC:(the link)*

with

Code:
TAG POS=1 TYPE=A ATTR=TXT:Follow

Not sure if that works for everyone, but it seems to work for me.

Already had done that.. The new code worked for about a day or two and then it stopped working again :\



EDIT: Nevermind! It actually does work.. Jack had changed the code from the original to

TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow but the difference between that coding and yours, is that it's "TYPE=A" and not "TYPE=BUTTON"

Thankyou!!!
 
Last edited:
I dont understand what to do in the part where we find the location of the folder for Tumblr.txt
I'm not a good coder so I dont understand what to do ; can someone run me through the whole process?
 
EDIT: Nevermind! It actually does work.. Jack had changed the code from the original to

TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow but the difference between that coding and yours, is that it's "TYPE=A" and not "TYPE=BUTTON"

Thankyou!!!

Ive changed that, and right now I still have the same issue, I put 200 loops and it only follows some of them like randomly.

Since i dont know much of all this Ive changed the "TAG POS=1 TYPE=A ATTR=TXT:Follow"

to

"WAIT SECONDS=3
CLICK X=1206 Y=11"

so If im following some of the list, this will unfollow them and follow all the unfollowed

Is anyone having the same problem as me?
 
Last edited:
Hi! Here is my own auto follow imacro script. It can follow and follow reblog post.

Code:
VERSION BUILD=7401110 RECORDER=FX
SET !TIMEOUT_STEP 1
SET !REPLAYSPEED fast
SET !ERRORIGNORE YES
'Move to post
TAG POS={{!LOOP}} TYPE=LI ATTR=ID:post_*
WAIT SECONDS=0.1
'Follow if following is false
TAG POS={{!LOOP}} TYPE=A ATTR=HREF:/follow/*&&FOLLOWING:false
WAIT SECONDS=0.1
'Follow reblog
TAG POS={{!LOOP}} TYPE=A ATTR=HREF:/follow/*&&CLASS:reblog_follow_button
WAIT SECONDS=0.1
'move down
TAG POS={{!LOOP}} TYPE=DIV ATTR=CLASS:clear
 
Here's the script for scraping users you have followed:

Code:
VERSION BUILD=7401110 RECORDER=FX
SET !TIMEOUT_STEP 0
SET !TIMEOUT_PAGE 2
SET !ERRORIGNORE YES
TAB T=1
TAG POS=1 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=2 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=3 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=4 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=5 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=6 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=7 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=8 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=9 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=10 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=11 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=12 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=13 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=14 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=15 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=16 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=17 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=18 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=19 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=20 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=21 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=22 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=23 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=24 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2
TAG POS=25 TYPE=IMG ATTR=SRC:http://*.media.tumblr.com/avatar_*
WAIT SECONDS=1
ADD !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=folderwhereyourtxtis FILE=Tumblrfollow.txt
WAIT SECONDS=1
BACK
WAIT SECONDS=2

Run script then click next page and run script again, repeat this process till you have scraped all the users you are following.
Thank you for this script...done good work.
 
Jack, i humbly beseech you to code a script to add imagetwist photos and their respective links to a tumblr queue. I know this task is not too steep for your mighty piratey powers...okay sorry for the pirate lingo that i suck horribly at. but please, this would diminish my gray hairs, stress, depression, erectile dysfunction etc almost entirely lol thanks for your help sir
 
Back
Top