YouLikeHits Youtube Subscribe Bot (iMacros)

R4Z0rA07

Junior Member
Joined
Apr 17, 2012
Messages
171
Reaction score
166
An iMacros Script to Subscribe to Youtube users on Youlikehits.

Steps.

Step 1. Login to Youtube and Youlikehits.
Step 2. Go to the Youtube Subscribers page on Youlikehits.
Step 3. On the page where many users are shown, Click on anyone so that you reach the page where you have only one Subscribe button and the I've Subscribed button.
Step 4. Play the following iMacros script on that page with as many loops as you want.

Code:
VERSION BUILD=7500718 RECORDER=FX
TAB T=1
TAG POS=1 TYPE=FONT ATTR=TXT:Subscribe<SP>to<SP>*
TAB T=2
FRAME F=0
TAG POS=1 TYPE=BUTTON ATTR=TXT:Subscribe<SP>Subscribed<SP>Unsubscribe
TAB T=2
TAB CLOSE
TAB T=1
CLICK X=682 Y=480
WAIT SECONDS=2

Hint : Install greasemonkey addon and install the userscript to prevent Autoplay of Youtube videos. This greatly speeds up the script.
Also checkback on the script sometimes as this is not Error proof.

Hope you liked it.
 
Don't work for me :(

Maybe because of this line

CLICK X=682 Y=480

Record yourself clicking the Ive subscribed button with the Click Mode as X/Y and replace the value you get into the code.
 
I tried to run it again got this error:

SyntaxError: unknown command: CLICK at line 10

I think that X and Y coordinates are what is messing up. I used Point Position to see exactly where those coordinates were going to make me click and there was nothing there. Those closest button that would make sense to click is the YouTube Subscribers button. If that is your target I would use the code:
Code:
TAG POS=1 TYPE=DIV ATTR=TXT:YouTube<SP>Subscribers
 
Working one

VERSION BUILD=7500718 RECORDER=FX
TAB T=1
TAG POS=1 TYPE=FONT ATTR=TXT:Subscribe<SP>to<SP>*
TAB T=2
FRAME F=0
TAG POS=1 TYPE=BUTTON ATTR=TXT:Subscribed<SP>Unsubscribe<SP>Annuler
TAB T=1
TAB T=2
TAB CLOSE
TAG POS=1 TYPE=BUTTON ATTR=TXT:I've<SP>Subscribed!
 
Last edited:
Hey guys, I'm new here :) I've tried all the methods but all of them have the same problem. Sometimes, the script was looped trying to suscribe to the same bad Youtube channel aaaall the time and iMacros can't skip this channel because:
  1. The "Click here to load more" button doesn't work.
  2. The bad channel was placed in the same place in the Youtube subscribers grid.

I want to do a full complex script that make points across the most of the YouLikeHits networks, can anyone help me? Should I open a new post to share it?
thaaaanks :)
 
Back
Top