[GET] AddMeFast Bot Suite! (2K+ Points/Hr)(Dynamic)(iMacros)[Javascript]

First of all, thank you very much for the scripts, they are working great, and my new facebook page is at +3k likes since i started using it - so thank you ;-) !!

- But could you perhaps write a small guide on how to use the sandbox, so that i could run, say 5 scripts at once. The point seems to run out on my quite fast, so it would be awesome to attain points faster than i can spend them.

Once again, thank you for the time!
 
YT Like isn't works for me dont earn points but script is working.
 
Facebook Page Like and Share still automatically closes after 5-10 minutes.
I think it's not in the javascript. I think your script clicked too fast so the AMF's web security always detects that I am running a bot.
I tried the script in the other thread. He's also using .iim. And it works smoothly.

I don't know what to tell you, it has been working perfectly fine for me for the past 3 days, it's never closed.

I'll push an update in a second, I'll notify you at the bottom of this post in green text when I do.

First of all, thank you very much for the scripts, they are working great, and my new facebook page is at +3k likes since i started using it - so thank you ;-) !!

- But could you perhaps write a small guide on how to use the sandbox, so that i could run, say 5 scripts at once. The point seems to run out on my quite fast, so it would be awesome to attain points faster than i can spend them.

Once again, thank you for the time!

Glad to hear that, no problem man! You could alternatively run your script with Google Chrome, Firefox, and download the iMacros browser that someone has graciously provided in the Download section. :D

YT Like isn't works for me dont earn points but script is working.

I just ran it, it's working perfectly fine.

Edit:

An update has been pushed, please redownload via the download button on the front of this page.

The following things have been fixed/changed:


✓ The Youtube Likes script has been re-formatted and made faster.
✓ The Facebook Page Likes script has been made faster.

Enjoy!
 
Last edited:
You're welcome buddy, let me know how it goes. :O
 
I had this working wonderfully earlier, now im not building up any credits, because i keep getting an error from addmefast saying that i'm closing the popups too fast, and as a result of that it isn't crediting the likes. (Youtube likes)
 
Ah, okay - I see. :p

I just went ahead and used Mediafire, already had an account there. I wish they supported direct linking, that stuff is the best!

Open a free Dropbox account,upload the file and when you get the
link replace the www. with dl. and it will direct download.
like so...this is just a notepad zipped with testing written.

https://dl.dropbox.com/s/hezrlp8xuatx1ui/This is a test.zip

is that what you're talking about?

mmm don't know why it is saying this is a Jar file?
Just downloaded to make sure and it is my text file.
?
 
Last edited:
I had this working wonderfully earlier, now im not building up any credits, because i keep getting an error from addmefast saying that i'm closing the popups too fast, and as a result of that it isn't crediting the likes. (Youtube likes)

Redownload the scripts via the button on the front of the thread and let me know how it treats you!

Open a free Dropbox account,upload the file and when you get the
link replace the www. with dl. and it will direct download.
like so...this is just a notepad zipped with testing written.
Only if you were allowed to even use direct linking. ):
 
Redownload the scripts via the button on the front of the thread and let me know how it treats you!


Only if you were allowed to even use direct linking. ):


Yeah that's right...Well there's other uses for it, I mean in general, it's
something that can be done.
 
I redownloaded the scripts from the front, page, but i'm pretty sure they are the same as the second download i did earlier in the day, when you updated it. Still having the same issues today, though i was hoping that leaving it overnight might fix things. It's a shame because that was a delicious script. Nice work anyway.
 
Scripts don't working for me, I guess I should set facebook and twitter's language to English right?
 
Thanks a lot for the share first of all. I am trying retweets iim version. It works fine. But I have a question. As far as understood it retweets 5 times. As far as I know you can RT 50 tweets per hour. Is there any changes with new Twitter API - rate limits? So if its 50 per hour can i use loop 10 times? Also looks like waiting time for all 5 RT is 4 seconds?

Second, I've found this code which will randomize waiting time between retweets to prevent bot detection and ban:

SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*10 + 1); randomNumber;")
WAIT SECONDS={{!VAR1}}

But I confused to what parts of your script to add it, should it be 5 times or 1 time in the beginning? Could you advise please
 
I redownloaded the scripts from the front, page, but i'm pretty sure they are the same as the second download i did earlier in the day, when you updated it. Still having the same issues today, though i was hoping that leaving it overnight might fix things. It's a shame because that was a delicious script. Nice work anyway.

They are not the same scripts, they have longer wait times. When I come back home I'll re-test and do some adjustments to get them down correctly, I'll let you know in my next post/edit of this post.
Scripts don't working for me, I guess I should set facebook and twitter's language to English right?
Yes - it needs to be in English. I've also had a user of my scripts have a complete issue with using it with Google Chrome, but worked fine for Firefox - so if it doesn't work good with one, try another browser. But obviously make sure you download iMacros on it. :p

Thanks a lot for the share first of all. I am trying retweets iim version. It works fine. But I have a question. As far as understood it retweets 5 times. As far as I know you can RT 50 tweets per hour. Is there any changes with new Twitter API - rate limits? So if its 50 per hour can i use loop 10 times? Also looks like waiting time for all 5 RT is 4 seconds?

Second, I've found this code which will randomize waiting time between retweets to prevent bot detection and ban:

SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*10 + 1); randomNumber;")
WAIT SECONDS={{!VAR1}}

But I confused to what parts of your script to add it, should it be 5 times or 1 time in the beginning? Could you advise please

I think you're overthinking it. If you've hit your limit, you shouldn't be notified. To my knowledge - I don't believe there is even that many people that are using RT on AMF, but that could have also been another category, I don't remember.

I don't think random waits is necessary, Twitter doesn't have a massive algorithm to detect for scripts or bots, it's not like they have some anti-automation software that is built into it.

Since it's uneeded, I will not implement it, however if you are willing to do it...you would add the SET VAR1 line at the top of the script, underneath the SET! ERRORIGNORE and above the start of the script, then add your WAIT SECONDS={{!VAR!}} anywhere you want a random wait time. But it seems that your wait time is from 1 - 10, but 1 is way too short of a wait period. Perhaps you could make it 3 - 12 or something like that, because 3 would be the bare minimum - otherwise they'll notify you that you closed it out too fast.
 
But it seems that your wait time is from 1 - 10, but 1 is way too short of a wait period. Perhaps you could make it 3 - 12 or something like that, because 3 would be the bare minimum - otherwise they'll notify you that you closed it out too fast.

Thanks a lot for the answers. Regarding ban I did not mean Twitter but AddMeFast because some of our accounts got banned from TraffUp.net recently for using iMacro on Retweets.

So far I've added random time but sure will increase interval. Thanks a lot again :) Excellent scripts
 
I don't know what to tell you, it has been working perfectly fine for me for the past 3 days, it's never closed.

I'll push an update in a second, I'll notify you at the bottom of this post in green text when I do.
Same here. I can run your script in days, it's perfectly working fine. However, the only script that's working for me is the script for Facebook Page Likes. Other than that, same problem still occur.

When it comes to Facebook Post Likes, Facebook Post Shares, etc., Firefox still automatically closes after 5-10 minutes. I'm using your new .iim scripts.
 
Last edited:
Same here. I can run your script in days, it's perfectly working fine. However, the only script that's working for me is the script for Facebook Page Likes. Other than that, same problem still occur.

When it comes to Facebook Post Likes, Facebook Post Shares, etc., Firefox still automatically closes after 5-10 minutes. I'm using your new .iim scripts.
Try using Google Chrome, PERHAPS that could solve it. I'll look more into it, see how long I can run them and see if there is anything stopping it. Thanks for the input, bro.

@Oliva999, I've quite certain that AMF doesn't have any security in place to detect this, however I will look into it.
 
A slight update on my issues, it seems that even if i do things manually it still won't credit me at all, it just claims i have closed the pop up too soon, even if i leave it for the duration of the video. My account hasn't been banned so i'm really not sure what's going on.
 
A slight update on my issues, it seems that even if i do things manually it still won't credit me at all, it just claims i have closed the pop up too soon, even if i leave it for the duration of the video. My account hasn't been banned so i'm really not sure what's going on.

Yes, I am having the same problem even with manual clicking. And there is NO message - "you are doing it too fast". Just doesn't add any points. I wish we can figure out why it happens on AMF. Should be related to time intervals - my only guess.
 
Last edited:
It can't be time intervals, because I've never had a problem with it. Perhaps it's new accounts? O.o
 
Back
Top