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