[GET] AddMeFast Youtube Like Auto-Bot!

varundbest

Power Member
Joined
Oct 15, 2009
Messages
762
Reaction score
499
Sign Up To AddMeFast (My Referral Link)

Non- Referral Link For AddMeFast

Firstly i would like to suggest you to install FlashBlock Extension to your FireFox, this will save your data usage on useless videos. You should have imacros installed. FlashBloack can be downloaded from here -
Code:
http://flashblock.mozdev.org/
Go to AddMeFast YouTube Likes Page and run iMacros, click record and stop, And then load the text file which you will be creating with this code -
Code:
VERSION BUILD=7500718 RECORDER=FX
SET !TIMEOUT_STEP 150
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
WAIT SECONDS=3
TAB T=2
TAB CLOSE
TAB T=1
WAIT SECONDS=2
Play a loop of 3000 or as ur wish and you will be fine ;)

YouTube Subscribe (Code Updated! Plz Take Care Of Value of "F" If You Get Error With That, Explained Below)-

Code:
VERSION BUILD=7500718 RECORDER=FX
SET !TIMEOUT_STEP 150
SET !ERRORIGNORE YES
TAB T=1
TAB CLOSEALLOTHERS
FRAME F=6
TAG POS=1 TYPE=BUTTON ATTR=ID:subscribe-button
WAIT SECONDS=2
FRAME F=0
TAG POS=1 TYPE=INPUT:BUTTON FORM=ID:form1 ATTR=ID:subscribeButton
WAIT SECONDS=1

Facebook Susbcribe -
Code:
VERSION BUILD=7500718 RECORDER=FX
SET !TIMEOUT_STEP 150
SET !ERRORIGNORE YES
TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:Subscribe
TAB T=2
FRAME F=0
TAG POS=3 TYPE=SPAN ATTR=TXT:Subscribe
WAIT SECONDS=1
TAB T=2
TAB CLOSE
TAB T=1
WAIT SECONDS=1

YouTube Views -

Code:
VERSION BUILD=7500718 RECORDER=FX
SET !TIMEOUT_STEP 150
SET !ERRORIGNORE YES
TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:View<SP>Video
TAB T=2
WAIT SECONDS=31
TAB T=1
To save ur data usage, dont play videos and dont load images... Best part it YouTube Views still cash in even if flash is disabled!

In codes having value of F, if its not working then record and click that button where loop stucks and u will see something like
F="x"
where x in a natural number, edit ur original code wid it and u should be fine...
 
Last edited:
I get this error :

SyntaxError: wrong format of VERSION command, line: 1 (Error code: -910)
 
gonna try now.i will post review.any risk to got banned my account?

Edit: i got this error

SyntaxError: wrong format of VERSION command, line: 1 (Error code: -910)
 
Last edited:
I get this error :

SyntaxError: wrong format of VERSION command, line: 1 (Error code: -910)
?? Maybe u did something wrong....
Try again, carefully... i am using it right now...
 
gonna try now.i will post review.any risk to got banned my account?

Edit: i got this error

SyntaxError: wrong format of VERSION command, line: 1 (Error code: -910)
You are getting the error because of the first line "VERSION BUILD=7500718 RECORDER=FXSET !TIMEOUT_STEP 150"
Put the SET command in another line, make it like this :

VERSION BUILD=7500718 RECORDER=FX
SET !TIMEOUT_STEP 150
That should work.
 
Last edited:
Yes, the script and macros working excellent, but the addmefast are just so full of bugs that its a shame. I liked 30 videos with this method and just got rewarded points with one of them. The rest are "ooooops something went wrong" AS USUAL! I know this is a common problem with this site.
 
Thanks for the new code, helped fmozilla on teamviewer, dude try this code too, maybe it will save u the hassle as my method was quite long...
 
Thanks for the new code, helped fmozilla on teamviewer, dude try this code too, maybe it will save u the hassle as my method was quite long...


Nah, your code was brilliant man! :) ! It is just addmefast site that is hopeless.
 
Thanks for the new code, helped fmozilla on teamviewer, dude try this code too, maybe it will save u the hassle as my method was quite long...

yeah really thanks for your help man.it's working FINE
 
You are getting the error because of the first line "VERSION BUILD=7500718 RECORDER=FXSET !TIMEOUT_STEP 150"
Put the SET command in another line, make it like this :

VERSION BUILD=7500718 RECORDER=FX
SET !TIMEOUT_STEP 150
That should work.
Oh shit! Didn't saw that! My typing error.... :D
 
Yes, the script and macros working excellent, but the addmefast are just so full of bugs that its a shame. I liked 30 videos with this method and just got rewarded points with one of them. The rest are "ooooops something went wrong" AS USUAL! I know this is a common problem with this site.
Its their trick to keep a balance between points they give as they are also selling points, so they make up for that by scamming people....
 
With the youtube likes I have a problem with this code:
TAG POS=1 TYPE=A ATTR=TXT:Like

Sometimes it doesn't find the Like button and then firefox closes itself... So I can never run the script overnight because it does this many times.
I have not figured out how to fix this yet...
 
Back
Top