[FREE] iMacros YouLikeHits Auto-Youtube Subscriber Script !!!

Status
Not open for further replies.

babissgr

Newbie
Joined
Jul 18, 2015
Messages
18
Reaction score
3
Hello,
Here is a script I created that auto-subscribe for youLikeHits.
Please remove the spaces from the link in the code bellow as bhw don't allow me to post links.

Code:
VERSION BUILD=8961227 RECORDER=FXSET !ERRORIGNORE YES
TAB T=1
URL GOTO= h t t p : / / w w w . y o u l i k e h i t s . c o m / y o u t u b e 2 . p h p
TAG POS=1 TYPE=A ATTR=TXT:Subscribe
WAIT SECONDS = 2
TAG POS=1 TYPE=A ATTR=CLASS:likebutton
TAB T=2
WAIT SECONDS = 5
TAG POS=1 TYPE=BUTTON ATTR=TXT:SubscribeSubscribedUnsubscribe
WAIT SECONDS = 10
TAB CLOSE
TAB T=1

If anyone improve it someway please post it here so everyone can see..!
 
To optimize macro to your system, do a demo macro and change the version build (top line of macro).

Also, change line 17 to version from your macro demo run.
 
Hello,
Here is a script I created that auto-subscribe for youLikeHits.
Please remove the spaces from the link in the code bellow as bhw don't allow me to post links.

Code:
VERSION BUILD=8961227 RECORDER=FXSET !ERRORIGNORE YES
TAB T=1
URL GOTO= h t t p : / / w w w . y o u l i k e h i t s . c o m / y o u t u b e 2 . p h p
TAG POS=1 TYPE=A ATTR=TXT:Subscribe
WAIT SECONDS = 2
TAG POS=1 TYPE=A ATTR=CLASS:likebutton
TAB T=2
WAIT SECONDS = 5
TAG POS=1 TYPE=BUTTON ATTR=TXT:SubscribeSubscribedUnsubscribe
WAIT SECONDS = 10
TAB CLOSE
TAB T=1

If anyone improve it someway please post it here so everyone can see..!
code is not working
 
Status
Not open for further replies.
Back
Top