08-16-2014, 02:28 AM
This is my personal imacro for fb likes on addmefast. I know its not much but its very useful little thing :)
Macro:
VERSION BUILD=8820413 RECORDER=FX
SET !ERRORIGNORE YES
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*3 + 1); randomNumber;")
WAIT SECONDS={{!VAR1}}
EVENT TYPE=CLICK SELECTOR="HTML>BODY>DIV:nth-of-type(3)>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV:nth-of-type(2)>FORM>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>DIV>DIV>CENTER:nth-of-type(2)>A>DIV" BUTTON=0
TAB T=2
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=BUTTON ATTR=ID:u_*
WAIT SECONDS={{!VAR1}}
TAB CLOSE
WAIT SECONDS={{!VAR1}}
TAB T=1
To start using it you have to be logged in facebook and to be on addmefast facebook likes page.
Play it as a loop. So set loop on as many as you want and hit Play loop to make it work :)
Best to use with firefox portable.
Rep me if it helped you :)
Macro:
VERSION BUILD=8820413 RECORDER=FX
SET !ERRORIGNORE YES
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*3 + 1); randomNumber;")
WAIT SECONDS={{!VAR1}}
EVENT TYPE=CLICK SELECTOR="HTML>BODY>DIV:nth-of-type(3)>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV:nth-of-type(2)>FORM>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>DIV>DIV>CENTER:nth-of-type(2)>A>DIV" BUTTON=0
TAB T=2
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=BUTTON ATTR=ID:u_*
WAIT SECONDS={{!VAR1}}
TAB CLOSE
WAIT SECONDS={{!VAR1}}
TAB T=1
To start using it you have to be logged in facebook and to be on addmefast facebook likes page.
Play it as a loop. So set loop on as many as you want and hit Play loop to make it work :)
Best to use with firefox portable.
Rep me if it helped you :)