89.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

12-05-2012, 12:30 AM (This post was last modified: 12-05-2012 01:51 AM by vaby42.)
Post: #1
[GET] (UPDATED) Drannex's Tumblr Auto-Follow Imacro Script
Instructions:



1. Open browser And Imacros (works in Chrome and Firefox)



2. Copy and paste the above code and save it



3. Login to your tumblr account



4. Navigate to your niche tag for example cats would be /tagged/cats



5. Change you MAX number of loop (the amount of blogs you wish to follow) and press "Play (Loop)"



8. Sit back or go and make something to eat and drink, while the script automatically follows tumblrs in your niche.



REMEMBER: Tumblr only allows to follow 200 blogs a day!

Magic Button :
Code:
VERSION BUILD=7601015 RECORDER=FX
SET !TIMEOUT_STEP 3
'CREATED BY DRANNEX
TAG POS={{!LOOP}} TYPE=I ATTR=TXT:Follow
12-05-2012, 12:36 AM
Post: #2
RE:
thanks I have been in search of this..
<a href="https://www.trafficdub.com/by/medomashakel" title="[ Traffic Dub ] Traffic Swap Services"><img src="uploads/banners/TrafficDub-728x90.jpg" alt="[ Traffic Dub ] Traffic Swap Services"></a>
12-05-2012, 01:52 AM
Post: #3
RE:
you welcome brother.....Its not my original share....got from other blackhat forum
(12-05-2012 12:36 AM)xdownx Wrote:  thanks I have been in search of this..
12-09-2012, 09:10 AM
Post: #4
RE:
Because Tumblr is on the lookout for bots and automation, I've made some small tweaks to the imacros script so it has a random delay between follows. Thanks for the original script!

Magic Button :
Code:
VERSION BUILD=7601015 RECORDER=FX
SET !ERRORIGNORE YES
SET !TIMEOUT_STEP 6
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*10 + Math.random()*10 + Math.random()*10 + 10); randomNumber;")
TAG POS={{!LOOP}} TYPE=I ATTR=TXT:Follow
WAIT SECONDS={{!VAR1}}

If you want a bigger range between time delays, change the following line in the script:


Code:
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*10 + Math.random()*10 + Math.random()*10 + 10); randomNumber;")


add more Math.random()*10 + functions or increase the value *10 to *20 or more. Like this:


Code:
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*10 + Math.random()*10 + Math.random()*10 + Math.random()*10 + Math.random()*10 + 10); randomNumber;")




6.gif