The old addmefast youtube subscribe imacros is not working

Joined
Aug 19, 2013
Messages
28
Reaction score
3
[SUB]Addmefast Imacros youtube subscriber is not working anymore

When You redirect to the page the imacros not click On subscribe on youtube

I think We need to get html code for subscribe and make it work by html


I hope someone help :)[/SUB]
 
Why don't you make your own script? This way you can do whatever you and customize it according to your likes.

There's a thread somewhere around here with a video tutorial on how to make your own scripts for AMF..
 
Code:
VERSION BUILD=8240212 RECORDER=FXSET !TIMEOUT_STEP 1
SET !ERRORIGNORE YES
TAB T=1
URL GOTO= /free_points/youtube_subscribe. html
wait seconds=2
TAG POS=2 TYPE=DIV ATTR=CLASS:btn3
TAB T=2
FRAME F=0
wait seconds=4
TAG POS=1 TYPE=BUTTON ATTR=CLASS:yt-uix-subscription-button<SP>yt-uix-button<SP>yt-uix-button-subscribe-branded<SP>yt-uix-button-size-default
WAIT SECONDS=3
TAB T=1
TAB CLOSEALLOTHERS
wait seconds=4

This is the macros who I made and use.

Sorry for the delay

P.S. And change the address of URL GOTO (i dont have a rights to post it because is URL)
 
Back
Top