YouLikeHits Youtube Scripts [New & Working]

R4Z0rA07

Junior Member
Joined
Apr 17, 2012
Messages
171
Reaction score
166
Getting straight to the point, These are iMacros scripts that I assume you all know how to use.
Just keep your Youtube account and the Youlikehits account Logged in before running these scripts.

Note: Don't run both these at the same time. Rotate them after certain intervals.

Youlikehits Youtube Like Script

Code:
VERSION BUILD=7500718 RECORDER=FX
TAB T=1
SET !REPLAYSPEED FAST
SET !ERRORIGNORE YES
SET !ERRORCONTINUE YES
SET !TIMEOUT_PAGE 100
SET !TIMEOUT_STEP 100
URL GOTO=http://www.youlikehits.com/stats.php
TAG POS=1 TYPE=DIV ATTR=TXT:YouTube<SP>Likes
TAG POS=1 TYPE=A ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Like<SP>Video
TAB OPEN
TAB T=2
FRAME F=0
TAG POS=1 TYPE=BUTTON ATTR=ID:watch-like
WAIT SECONDS=3
TAB T=2
TAB CLOSE
TAB T=1
TAG POS=1 TYPE=BUTTON ATTR=TXT:I've<SP>Liked<SP>this<SP>Video!
WAIT SECONDS=10
TAB CLOSEALLOTHERS

Youlikehits Youtube Subscribe Script

Code:
VERSION BUILD=7500718 RECORDER=FX
TAB T=1
SET !REPLAYSPEED FAST
SET !ERRORIGNORE YES
SET !ERRORCONTINUE YES
SET !TIMEOUT_PAGE 100
SET !TIMEOUT_STEP 100
URL GOTO=http://www.youlikehits.com/youtube2.php
TAG POS=1 TYPE=A ATTR=TXT:Subscribe
WAIT SECONDS=2
TAG POS=1 TYPE=FONT ATTR=TXT:Subscribe<SP>to<SP>*
FRAME F=0
TAG POS=1 TYPE=BUTTON ATTR=TXT:Subscribe<SP>Subscribed<SP>Unsubscribe
WAIT SECONDS=3
TAB CLOSE
TAB T=1
[COLOR=#ff0000]CLICK X=550 Y=286[/COLOR]
WAIT SECONDS=10
TAB CLOSEALLOTHERS

If the Subscribe script doesn't work for you, Re-record the values of the portion marked in red.

Tip for smoother functioning:
Had the best results running them in Firefox with Images disabled and Greasemonkey script to Disable Autoplay of Youtube Videos.

Hope this helps you gain some points.
 
Dont ubderstand how can we use this script. incomplete information
 
Just copy the text in the code box and paste it in a .txt file, then rename it to <name>.iim (<name> can be anything to recognise the script easily, write it without the <>!) then copy that file into the imacros folder in Username/Documents/iMacros\Macros. Now open a new firefox window and make sure you're logged into youtube and YLH then click the imacros sign next to the searchbar in firefox (install it first if you haven't already!) then select your .iim file, set the loop value to something like 200 then press 'Play Loop' and leave it running.
 
Exactly what xpictoc said, Paste this code in to a notepad file and save the file as ylhyt.iim and ylhyts.iim and run them in loop.
 
Thanks for the share the subscribers macro is working great for me! but I had problems with the youtube likes macro. You did an excellent job, thanks again.
 
Back
Top