[GET] AddMeFast Youtube Like Auto-Bot!

if you want I can get you a AMF youtube like script(imacro), I also have a youtube subscribe script..

PM me or contact on skype: zvone.petrovic
 
it is not working for me. taggin and counts from 150 than start all over again.
 
sounds pretty decent. let me get a hold of it and il come back with a feed back. thanks for sharing.
 
Its working great, but sometimes it stops becuase it find another "like" link/text on the page, must find a way to skip that first one and tell the script to follow on to the second "like" button, but im not a programmer so ill sit here and wait for someone to look into it.
 
YouTube Like Script Updated -

VERSION BUILD=7500718 RECORDER=FX
SET !TIMEOUT_STEP 150
SET !ERRORIGNORE YES
TAB T=1
WAIT SECONDS=4
TAG POS=1 TYPE=A ATTR=TXT:Like
TAB T=2
FRAME F=0
WAIT SECONDS=3
TAG POS=1 TYPE=BUTTON ATTR=ID:watch-like
WAIT SECONDS=4
TAB T=2
TAB CLOSE
TAB T=1
WAIT SECONDS=3
 
A few issues your code will generate are:

Randomly close the browser
Expire the page if the title contains Like on the text
Will not bypass the reload window
 
I think the close of the browser is because of the "Bot Protection" of amf?
 
I change your script and I think this would be better. (Work much better for me :))

Code:
VERSION BUILD=7500718 RECORDER=FXSET !TIMEOUT_STEP 100
SET !ERRORIGNORE YES
TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:Like
TAB T=2
FRAME F=0
TAG POS=1 TYPE=BUTTON ATTR=ID:watch-like
TAG POS=1 TYPE=BUTTON ATTR=ID:watch-like
TAG POS=1 TYPE=BUTTON ATTR=ID:watch-like
WAIT SECONDS=4
TAB T=2
TAB CLOSE
TAB T=1
WAIT SECONDS=4
 
Hello

On the script, were it goes "TAB CLOSE", i usually put "TAB CLOSEALLOTHERS" to avoid closing the AMF initial page if the script is going "to fast" and it gets to the "TAB CLOSE" script instruction with only the AMF initial page open, if you wanna try it...
 
I am using for facebook likes and its stops when my facebook like reaches around 5300 likes. then I have to delete likes and it starts working again. no idea with youtube videos
 
you have to make minor improvments on the timers but except for this, it works like a charm ! thanks
 
Back
Top