R4Z0rA07
Junior Member
- Apr 17, 2012
- 171
- 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
Youlikehits Youtube Subscribe Script
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.
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.