Jacks Tumblr Auto-Follow Imacro Script

It's almost completely pointless now with that stupid Tumblr follow train taking up the #F4F tag. You literally can't really find any legit F4F posts anymore because every one is from that stupid website where the posts are automated so the people don't even follow back. I was getting over 100 followers a day now I hit like fucking 20 because of that stupid website. I'm pissed :|
 
you didn`t mentioned where i paste the code , and i have at Demo- Firefox a list what path i should selecT ?please help me
 
Works like a charm. Now I'm not sorry I've read the entire 2012 posts line. Thanks Captain!
 
Can someone give me imacro script for auto tumblr follow which works in 2016. Since things have changed a lot. Thank you.
 
Hi, can I have imacro script for auto follow in tumblr. Which work in 2016, since things have changed a lot. Thank you.
 
This is what I've been using, you have to turn off endless scrolling in your settings page and start at the tagged url such as tumblr.com/tagged/landscape:

Code:
SET !ERRORIGNORE YES
SET !TIMEOUT_STEP 1
TAG POS=1 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=2 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=3 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=4 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=5 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=6 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=7 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=8 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=9 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=10 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=1 TYPE=A ATTR=ID:next_page_link
WAIT SECONDS=1
 
This is what I've been using, you have to turn off endless scrolling in your settings page and start at the tagged url such as tumblr.com/tagged/landscape:

Code:
SET !ERRORIGNORE YES
SET !TIMEOUT_STEP 1
TAG POS=1 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=2 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=3 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=4 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=5 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=6 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=7 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=8 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=9 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=10 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=1 TYPE=A ATTR=ID:next_page_link
WAIT SECONDS=1

Tried this today. It works :))
 
This is what I've been using, you have to turn off endless scrolling in your settings page and start at the tagged url such as tumblr.com/tagged/landscape:

Code:
SET !ERRORIGNORE YES
SET !TIMEOUT_STEP 1
TAG POS=1 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=2 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=3 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=4 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=5 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=6 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=7 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=8 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=9 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=10 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=1
TAG POS=1 TYPE=A ATTR=ID:next_page_link
WAIT SECONDS=1

I know this is an old post but thank you so much. This is the only working auto tumblr follower I have found and I tried everything on the first 3 pages for search results of the forum.
 
Back
Top