Youtube Viewer - Sharing my iMacro code for youlikehits

rratovsky

Junior Member
Joined
Jul 9, 2013
Messages
128
Reaction score
22
Hey blackhatters,
I just thought I share this code I've written to get free points on youlikehits.com by watching YT videos.
Open a web browser with just 1 tab that is youlikehits.com and run the code on loop like 100 times to get 200-400 while you doing other stuff and then run it again :P

Enjoy the free points you greedy mfs :greddy2:

Code:
VERSION BUILD=8601111 RECORDER=FX
TAB T=1
URL GOTO=http://www.youlikehits.com/stats.php
EVENT TYPE=CLICK SELECTOR="#youtubediv>DIV:nth-of-type(2)" BUTTON=0
EVENT TYPE=CLICK SELECTOR="#listall>CENTER>A" BUTTON=0
WAIT SECONDS=35
TAB T=1
 
Nice. Working flawlessly. But I'm wondering if you can make one for YT subscription as well? It's more points and you get the 150 free points if you sub/like to 15.
Thanks :)
 
Nice. Working flawlessly. But I'm wondering if you can make one for YT subscription as well? It's more points and you get the 150 free points if you sub/like to 15.
Thanks :)

This is more complicated (more clicks and waits involved) but I think managed to pull it off. Anyway it worked for me running in a loop.
So again open 1 window with 1 tab with youlikehits.com and run the following code to get youtube subscriptions (it does yield more points :clap2:). Enjoy!

YoulikeHits Automatic YT Subscription
Code:
VERSION BUILD=8601111 RECORDER=FX
TAG POS=1 TYPE=DIV ATTR=TXT:YouTube<SP>Subscribers
WAIT SECONDS = 4
TAG POS=1 TYPE=A ATTR=TXT:Subscribe
TAG POS=1 TYPE=A ATTR=CLASS:likebutton&&ONCLICK:window.open(*,'YT','status=0,toolbar=0,width=1000,height=600,resizable=0,menubar=0,location=0,directories=0');showit();&&HREF:javascript:void(0);
TAB T=2
WAIT SECONDS = 4
EVENT TYPE=CLICK SELECTOR="#c4-primary-header-contents>DIV>SPAN>BUTTON" BUTTON=0
TAB T=1
TAG POS=1 TYPE=BUTTON ATTR=TXT:I've<SP>Subscribed!
WAIT SECONDS = 10
 
thanks....the viewer yt imacros worked for me....im gonna try the suscribers now..
 
Tested the viewer yesterday with a loop set to 100 and it worked perfectly. I don't think you got a ban because of this script. Maybe don't use it all day :) that may raise suspicion.
 
Back
Top