I'll copy and post it here in case anyone else was wondering how to get started with iMacros.
First, install the free Firefox iMacros addon
https://addons.mozilla.org/en-US/fir...s-for-firefox/
Alright so after you install iMacros there's a button on the top left of firefox that opens the iMacros sidebar. Do a search on tumblr for something relevant to your blog (boobs, tits etc) and leave that page open. I'll guide you through running the simplest script, the auto-liker, then from there you should be able to get the other ones working. PM me or post here if you need help with any of it.
So now your screen should look something like this
http://imgur.com/lOv7s
Some quick iMacros basics
It comes with a few demo scripts. There's a record button which codes macros for you by turning your clicks and keystrokes into code. When you record a macro, it's saved as #Current.iim.
Once you have a macro, you can highlight it and click Play to run it once, or Play (Loop) to run it the number of times you type in Max.
The auto liker part
If you don't have a #Current.iim, go to Rec and hit Record, then hit stop. Now you have a #Current.iim listed. Right click it and hit Edit. Now delete the code that's there, and replace it with this
Code:
VERSION BUILD=7401110 RECORDER=FX 'Likes x posts on page where x is number of loops SET !REPLAYSPEED fast TAB T=1 TAG POS={{!LOOP}} TYPE=A ATTR=ID:like_button_* SET !TIMEOUT_STEP 10 SET !ERRORIGNORE YES
hit save, then right click it again and name it something like #Liker.iim.
Now it's all set up, just go back to the tumblr search page and highlight Liker.iim on the sidebar, then set Max to a high number like 100. Press Play (Loop) and you should see it quickly hit the like button and scroll down until it likes 100 posts.