Best Blackhat Forum

Full Version: [Get] Addmefast Imacros for FB likes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 :)
(08-16-2014 02:28 AM)zullum Wrote: [ -> ]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 :)

SyntaxError: unknown command: EVENT at line 5
Reference URL's