Nevermind, it seems like it was a server-side issue, everything is working again now. By the way, here is a better macro that hits just the like button instead of clicking a bunch of times(which would cause my script to freeze every now and then)
Code:
VERSION BUILD=7300701 RECORDER=FX
SET !ERRORIGNORE YES
TAB T=1
URL GOTO=http://www.youlikehits.com/stats.php
TAG POS=1 TYPE=A ATTR=TXT:Facebook
TAG POS=1 TYPE=A ATTR=TXT:Like
TAG POS=1 TYPE=A ATTR=TXT:Like
WAIT SECONDS=1
TAB T=2
FRAME F=0
TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:*
WAIT SECONDS=5
TAB T=2
TAB CLOSE
TAB T=1
TAG POS=1 TYPE=BUTTON ATTR=TXT:I've<SP>Liked<SP>this<SP>Page!
WAIT SECONDS=4