AddMeFast Youtube Auto Like and Auto Subscribe script [iMacros]

emiltz

Registered Member
Joined
Nov 13, 2012
Messages
98
Reaction score
32
Those are very fast scripts for AddMeFast Youtube Likes and Subscribes.
You can get more than 1000 points in 15-20 minutes (open 2 browsers and start both scripts with iMacros)

How to run this script ?
1. Add my code in iMacros on your Firefox (for those who don't know how,find tutorial on BHW)
2. Log into your Youtube account
3. Log into AddMeFast and click on "Youtube Likes" or "Youtube Subscribers" on the side panel
4. Open iMacros,set loop (I prefer 100) and click on play loop
Thats all

Youtube Likes
Code:
VERSION BUILD=7601105 RECORDER=FX
TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:Like
SET !TIMEOUT_STEP 1
SET !ERRORIGNORE YES
TAG POS=1 TYPE=BUTTON ATTR=ID:watch-like
TAB T=2
TAB CLOSE
TAB T=1
SET !ERRORIGNORE NO
SET !TIMEOUT_STEP 15
WAIT SECONDS=5

Youtube Subscribes
Code:
VERSION BUILD=7601105 RECORDER=FX
'emiltz - AddMeFast Youtube Auto Subscribe
TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:Subscribe
FRAME F=0
SET !TIMEOUT_STEP 1
SET !ERRORIGNORE YES
TAG POS=1 TYPE=BUTTON ATTR=TXT:Subscribe<SP>Subscribed<SP>Unsubscribe
TAB T=2
TAB CLOSE
TAB T=1
SET !ERRORIGNORE NO
SET !TIMEOUT_STEP 15
WAIT SECONDS=5
 
Hi when I try to do it, it keeps saying this after a few trials
RuntimeError: Error loading page (HTTP status code 404), line 5 (Error code: -933)

RuntimeError: Error loading page(HTTP status code 404), line 5 (Error code: -933

???
 
Also when I open both of the scripts up in different windows and set to 100 and click (loop) they both keep coming off ? sometimes I receive an error too !
Any thing to fix it? especially the closing windows.
 
And finally the Youtube Subscribe script as stopped working for me, it does not work literally when I play it it goes onto the youtube subscribers page and it does not subscribe to the user therefore not giving me any points :(
 
you must log into your youtube account and to run both scripts you must open 2 browsers, you can't do it in 1 browser with 2 tabs
 
I know I did, 2 browsers, THE SUBSCRIBE ONE DOES NOT WORK! :[
 
Subscribe one works but after 5 or more times the browser automatically closes :[
 
the subscribe one works for me thanks, and I think the like one would you just have to change the delay time guys. but good script thanks
 
The subscribe one works for me after editing it myself but the like one just closes firefox?
 
the sub one does. save as .iim in notepad (be sure to change file extension from text to all files) and then run the imacros on the addmefast youtube subscriber side bar. Works like a charm :)
 
Thanks given and rep. The like one returns an error... "you close the popup to quick, blah blah blah" at addmefast but the Sub works GREAT!!
 
your youtube sub script needs improvements.

here you go:


VERSION BUILD=7601105 RECORDER=FX 'emiltz - AddMeFast Youtube Auto Subscribe TAB T=1 TAG POS=1 TYPE=A ATTR=TXT:Subscribe FRAME F=0 SET !TIMEOUT_STEP 1 SET !ERRORIGNORE YES TAG POS=1 TYPE=BUTTON ATTR=TXT:SubscribeSubscribedUnsubscribe
WAIT SECONDS=4
TAB T=2 TAB CLOSE TAB T=1 SET !ERRORIGNORE NO SET !TIMEOUT_STEP 15 WAIT SECONDS=5
 
Just an update, as there is eleven days left to the new YouTube layout being mandatory the success rate for this script has rocketed down, iv notice when the script hits a new you tube layout it will subscribe to the " first subscription button" usually being in the top right " freinds and suggested channel" not giving us are point but giving the pleasure of random subs to channels, im going to try fix this today see if i can add a extra tag to find that certain button, wish me luck :)
 
ok i have something for you, not a total fix but im no pro and my succses rate is a lot highrt now, it will now subscribe to 4 channels every time " on the new style" but will subscribe as usually on the "old layout" you can see what i have done so if you can simplify it or even find the exact location for the subscription button please let me know, in my opinion ii think the position will change depending how many " fav channels" they have in the top right of the channel "new layout", for example if they have 5 channels in there list, the subscription button for that channel will be at position no 6, here you are any way :)

TAG POS=1 TYPE=BUTTON ATTR=TXT:SubscribeSubscribedUnsubscribe

TAG POS=7 TYPE=BUTTON ATTR=TXT:SubscribeSubscribedUnsubscribe
TAG POS=8 TYPE=BUTTON ATTR=TXT:SubscribeSubscribedUnsubscribe
TAG POS=9 TYPE=BUTTON ATTR=TXT:SubscribeSubscribedUnsubscribe

seems most ppl have fav channels i found position 7 8 9 to be best without subscribing to too many at once, i suppose you could put 10 positions in to guarantee that subscription but then thats 10 x the amount :/
 
woow that is awesome!! This script will automatically "like" any video from users of your choosing, or from anyone if you choose. There is a simple "Auto-Like Options" button on the YouTube page, next to the subscribe button. Follow the instructions from there.
 
Back
Top