script is not working
alright so it's working okay but sometimes it will click on the "comment" button instead of the like button and that screws everything up, anyone know a fix?
this code will fix the problem
SET !ERRORIGNORE YES
TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=**********
TAG POS=1 TYPE=A ATTR=TXT:Home
TAG POS=1 TYPE=A ATTR=TXT:Facebook
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Like
WAIT SECONDS=3
TAG POS=1 TYPE=A ATTR=TXT:Like<SP>*
TAB T=3
FRAME F=0
TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:*
TAG POS=2 TYPE=SPAN ATTR=TXT:Like
TAG POS=1 TYPE=SPAN ATTR=TXT:No<SP>thanks
TAB T=1
FRAME F=0
TAG POS=1 TYPE=BUTTON ATTR=TXT:I've<SP>Liked<SP>this<SP>Page!
TAG POS=1 TYPE=BUTTON ATTR=TXT:I've<SP>Liked<SP>this<SP>Page!
WAIT SECONDS=3
notice: change ********** with youlikehits address
Alright thanks that really helped a lot, it even clicks "no thanks" when that recommendation box pops up! But 1 question, idk if it's just me or everyone else but sometimes I'd say 1 out 4 times it will just get stuck on "loading" around the commands that say "TAG POS= etc etc." is there a fix to this? Cause I have to keep clicking the Facebook tab to kick start it again? If so it would make this script 100% flawless!
They must have added a new protection because now the script freezes on "WAIT SECONDS=2" after like 2 or 3 times of the script going through.