Friday, May 16, 2014

Imacros Twitter Follow Script

I'm back with another imacros script for you. This time we will be doing some damage on Twitter. This is a really powerful script which will follow as many people as you want. The followers are somewhat targeted as this script follows accounts that are similar to accounts you've already followed. Just don't abuse this script or Twitter will ban you.

All you have to do is copy the script. Sign into twitter then run it with imacros. I recommend you follow about 100 accounts similar to who you are targeting. This will tell twitter what kind of people you like or are targeting and they will change the similar to accounts accordingly.

Here's the script. Feel free to comment if you have any errors or need help.

VERSION BUILD=8810214 RECORDER=FX
TAB T=1
URL GOTO=https://twitter.com/
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
TAG POS=3 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
WAIT SECONDS=20
TAG POS=4 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
TAG POS=5 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
TAG POS=6 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
WAIT SECONDS=20
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
TAG POS=3 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
 

No comments:

Post a Comment