YouLikeHits [ imacros ] new script

nithalon

Registered Member
Joined
Jan 24, 2014
Messages
64
Reaction score
11
I could not find any working YouLikeHits imacros script, so i created my own. It's really simple.

Requirements:
Imacros
Firefox or Internet Explorer

What it does:
Loops 4 times then skips the fifth, this is a safety thingy so that it doesnt get stuck on a bad link.

How to use:
1. Press Facebook Likes
2. Like one manually
3. Play the script, loop 9999

How to use for beginners:
1. Download Imacros from the firefox app center.
2. Register at youlikehits . com
3. Open imacros in your browser
4. Press EDIT -> EDIT MACRO -> Paste my code
5. Login to YouLikeHits
6. Follow the steps above at "How to use"

PS:
You can change the "SET !REPLAYSPEED SLOW" to MEDIUM or FAST and see how it works out. I recommend SLOW.
I don't think that "VERSION BUILD=8601111 RECORDER=FX" matters that much, you can change this to your own version by simply copying a DEMO in your library. (If it wouldnt work with my version)


Code:
VERSION BUILD=8601111 RECORDER=FXSET !REPLAYSPEED SLOW
SET !ERRORIGNORE YES
TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:View<SP>Page
TAB T=2
TAG POS=2 TYPE=INPUT:SUBMIT ATTR=*
TAB CLOSE
TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:Confirm<SP>Like
TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:View<SP>Page
TAB T=2
TAG POS=2 TYPE=INPUT:SUBMIT ATTR=*
TAB CLOSE
TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:Confirm<SP>Like
TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:View<SP>Page
TAB T=2
TAG POS=2 TYPE=INPUT:SUBMIT ATTR=*
TAB CLOSE
TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:Confirm<SP>Like
TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:View<SP>Page
TAB T=2
TAG POS=2 TYPE=INPUT:SUBMIT ATTR=*
TAB CLOSE
TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:Skip<SP>this<SP>Page

Just wanted to share something with the community, i've learned a lot. If this script is useless or there is some better on the forum - then i'm sorry for wasting your time.

Enjoy
 
Last edited:
Back
Top