Wanted to share this iMacros Script I made for YouLikeHits Facebook Likes.
I have been running this non-stop for a while now with no problems.
What may happen sometimes is that Facebook might temporarily block you from adding likes to pages because you were "doing it too much".
Any questions just ask.
I have been running this non-stop for a while now with no problems.
What may happen sometimes is that Facebook might temporarily block you from adding likes to pages because you were "doing it too much".
Code:
SET !ERRORIGNORE YES
TAB T=1
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Like
WAIT SECONDS=4
TAG POS=1 TYPE=A ATTR=TXT:View<SP>Page
TAB T=2
WAIT SECONDS=6
TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=6
TAB T=1
TAB CLOSEALLOTHERS
WAIT SECONDS=4
TAG POS=1 TYPE=A ATTR=TXT:Confirm<SP>Like
WAIT SECONDS=8
REFRESH
Any questions just ask.