Working YouLikeHits YouTube Subscriber iMacro (June 10th 2012)

Jarwhato

Junior Member
Joined
Jul 29, 2009
Messages
162
Reaction score
40
Well, for other YLH members like myself, you may have noticed that there are only a few more days that they will be providing their Facebook like service. This has been my main source of credits for a while now so I'm sad to see it go but I decided to make a new macro for their YouTube subscriber system so I can switch once they disable Facebook.

I'm giving back to the community in hopes that another member might help me out in the future once this script becomes obsolete. This script has been working pretty well for me although sometimes I get the "unable to confirm subscription error." However, since the script reloads the page each time, it will continue to work as long as new users are adding their channels. If anyone can improve on this script, pelase do! I do not know much about iMacros.

Code:
VERSION BUILD=7401110 RECORDER=FX
SET !ERRORIGNORE yes
TAB T=1
URL GOTO=http://www.youlikehits.com/youtube2.php
TAG POS=1 TYPE=A ATTR=TXT:Subscribe
FRAME F=1
TAG POS=1 TYPE=BUTTON ATTR=ID:subscribe-button
WAIT SECONDS=2
FRAME F=0
TAG POS=1 TYPE=BUTTON ATTR=TXT:I've<SP>Subscribed!
WAIT SECONDS=6
 
this is work. how to use it with loop?
thank you +Rep given
 
Got Message:
We're having trouble verifying the subscription.
Please click "Unsubscribe" and either skip this channel or reload the list to come back to this one later.
Do you know why? :confused: :confused:
 
It seems like YouTube might be preventing from subscribing to so many channels in such a short period of time, try changing the wait time
 
Its working!!!! Thanks man. rep given!!!!

By the way, after running for few mins, youtube cant analyze and recognize the subscription? Is it with the script or youtube problem?
 
Last edited:
Hey guys, it seems that theres a problem with youtube recognizing the subscription.
 
Back
Top