imacros script for youlikehits Facebook ???

hi , can anyone here share a imacros script for youlikehits that works with facebook.... ???

Sorry, can you explain what you want the macro to actually do.
 
Last edited:
understand that most of these use X&Y location for clicks.. and if your screen res & imacro popup is not set to the exact size as the person that created it, its very likely it wont work. Just some heads up to the people looking to buy the script from the guy on this thread that's trying to make money off of something so simple.

You really should build it yourself, it's not that hard.
Don't pay this dude to find out the script wont work on your settings.
 
Give this a try, it was working nicely.

But things do change.

Just tweak if you need too.

Well Back to my projects..

Code:
VERSION BUILD=7400919 RECORDER=FX
URL GOTO=http://www.youlikehits.com/stats.php
URL GOTO=http://www.youlikehits.com
TAG POS=1 TYPE=A ATTR=TXT:Facebook
TAG POS=1 TYPE=A ATTR=TXT:Like
TAG POS=1 TYPE=A ATTR=TXT:Like
TAB T=2
CLICK X=287 Y=73
CLICK X=331 Y=73
CLICK X=374 Y=74
CLICK X=423 Y=75
CLICK X=460 Y=77
CLICK X=501 Y=77
CLICK X=535 Y=77
CLICK X=575 Y=76
CLICK X=611 Y=77
CLICK X=652 Y=75
CLICK X=694 Y=75
CLICK X=736 Y=77
CLICK X=782 Y=77
CLICK X=815 Y=75
CLICK X=848 Y=74
CLICK X=897 Y=71
CLICK X=244 Y=99
CLICK X=291 Y=97
CLICK X=336 Y=100
CLICK X=385 Y=100
CLICK X=433 Y=98
CLICK X=465 Y=95
CLICK X=501 Y=94
CLICK X=541 Y=96
TAB T=1
WAIT SECONDS=2
TAG POS=1 TYPE=BUTTON ATTR=TXT:I've<SP>Liked<SP>this<SP>Page!
WAIT SECONDS=5
 
you rock dude.. this works for me.. thanks given..
 
This one works better, it ignores errors that might occur and it closes the tab after it registers the like:

Code:
SET !ERRORIGNORE YES
TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=http://www.youlikehits.com/stats.php
URL GOTO=http://www.youlikehits.com
TAG POS=1 TYPE=A ATTR=TXT:Facebook
TAG POS=1 TYPE=A ATTR=TXT:Like
TAG POS=1 TYPE=A ATTR=TXT:Like
TAB T=2
CLICK X=287 Y=73
CLICK X=331 Y=73
CLICK X=374 Y=74
CLICK X=423 Y=75
CLICK X=460 Y=77
CLICK X=501 Y=77
CLICK X=535 Y=77
CLICK X=575 Y=76
CLICK X=611 Y=77
CLICK X=652 Y=75
CLICK X=694 Y=75
CLICK X=736 Y=77
CLICK X=782 Y=77
CLICK X=815 Y=75
CLICK X=848 Y=74
CLICK X=897 Y=71
CLICK X=244 Y=99
CLICK X=291 Y=97
CLICK X=336 Y=100
CLICK X=385 Y=100
CLICK X=433 Y=98
CLICK X=465 Y=95
CLICK X=501 Y=94
CLICK X=541 Y=96
TAB T=1
WAIT SECONDS=2
TAG POS=1 TYPE=BUTTON ATTR=TXT:I've<SP>Liked<SP>this<SP>Page!
WAIT SECONDS=5
 
hi guys im new here can some1 tell how to use it im very interested on this
 
hi guys im new here can some1 tell how to use it im very interested on this

you need firefox and imacros,then add the script to imarcos,set max to 1000 then push loop button and that's it!

try also google it helps!
 
Anyone still using this iMacro? It hasn't been working well for me lately, the script always freezes after like 3 minutes now, last week it would run for hours before I had to manually restart it.
 
Back
Top