[GET] Advanced AddMeFast iMacros Scripts [Javascript]

Status
Not open for further replies.
The bot isn't working for me, it says that the popup is closing too fast... Can you help me with this?

I think the script isn't liking the pages.

Seems like a few of you are having this problem with the FB Likes script, i think you guys are looping to many times but ill do some testing and see what i come up with.


It's still working for me. Using FB Likes script. Thanks so much for this! You're the man. Looking forward to future updates should you be so kind to :) thanks!

---- edit -----

Found a few things:

1. Pinterest Repin fails. It opens up the frame to repin, but fails to click "pin it" and closes the tab too fast. Check it out.
2. FB Share messes up sometimes because FB asks you to enter a CAPTCHA code if they think the post has "potentially dangerous" links.
3. FB Likes.. Should know when to stop/maybe set a time for a break when FB tells it to slow down/"overusing the Like Feature"
4. YT Likes... Sometimes it goes to the homepage of YouTube. Not sure why, but it resets itself, so not too much of a problem.
5. YT Likes again.. Sometimes a video is given that has already been liked. Would be cool if it could unlike then relike before closing in that case.

These are just the ones I've tried so far. Overall, great and super kind of you to provide this for free. I seem to be pushing well over 1K per hour. You've already given so much, if you continue updating that would be amazing lol. Thanks again!

Thanks for taking the time to point out some of the problems, i will be addressing all those issues on the next update. The youtube likes script will actually check if you liked the video, i dont think unliking and liking will work will it? I dont think addmefast will give you points, i have it set to just close the tab if you already liked the video.

Got banned twice now. Keep an eye on this script, can't let it run for too long. Any ideas on how to edit the script to be able to let it run all day? If it matters, I am only using one script at a time. i.e. FB Likes or Twitter Follows
You can not play just 1 script all day, you need to mix it up so it looks natural. No wonder you were banned twice.
If you want to run all day, you should be using the AMF-Master script, you need to redownload the file because i updated the script and instructions on how to use it. The one you have now is no good.
 
Hi, I start to use your macro but it have only a failure to me: it simply doesn't like/subscribe/follow and i'm able to do this only with an autoclicker software. I don't understand why it doesn't click, but if you can let me know the line on the script when it has to click maybe I can fix it for my system. Thanks
 
You can not play just 1 script all day, you need to mix it up so it looks natural. No wonder you were banned twice.
If you want to run all day, you should be using the AMF-Master script, you need to redownload the file because i updated the script and instructions on how to use it. The one you have now is no good.

Awesome, thanks. I will redownload and use the AMF-Master script later today!

---edit----

Even with those instructions I am still unsure of how to get it running 24/7 and how to add the delays + have it switch between different tasks.. I'm probably missing something very simple, but I don't understand how to do it right now. Thanks for your help!
 
Last edited:
At some point after running the script, a window pops up asking to click on a "button" (it says I have to click it because of inactivity?). Does anyone know a way to prevent/solve this?
 
I found a way with an autoclicker that every 10 seconds press F5 to refresh the page
 
Awesome, thanks. I will redownload and use the AMF-Master script later today!

---edit----

Even with those instructions I am still unsure of how to get it running 24/7 and how to add the delays + have it switch between different tasks.. I'm probably missing something very simple, but I don't understand how to do it right now. Thanks for your help!

Did you open up and take a look at the code inside the AMF-Master script? Its pretty easy to figure out, just by looking at it you will notice the pattern. Each line of code will play a certain script. Open up and edit AMF-Master and you will see this code,

Code:
VERSION BUILD=8300326 RECORDER=FX
SET !ERRORIGNORE YES
URL GOTO=imacros://run/?m=ADDMEFAST/TW-Followers.js
URL GOTO=imacros://run/?m=ADDMEFAST/TW-Retweets.js
URL GOTO=imacros://run/?m=ADDMEFAST/FB-Likes.js
URL GOTO=imacros://run/?m=ADDMEFAST/FB-Post-Share.js
URL GOTO=imacros://run/?m=ADDMEFAST/PT-Followers.js
URL GOTO=imacros://run/?m=ADDMEFAST/PT-Likes.js
URL GOTO=imacros://run/?m=ADDMEFAST/PT-Repins.js
URL GOTO=imacros://run/?m=ADDMEFAST/YT-Likes.js
URL GOTO=imacros://run/?m=ADDMEFAST/Daily-Bonus.js

Take a look at line 3 (This code will play the TW-Followers.js script)
Code:
URL GOTO=imacros://run/?m=ADDMEFAST/TW-Followers.js

So as you can see each line inside the AMF-Master script is calling a different script,
so the code inside AMF-Master will play the TW-Followers script FIRST then it will play TW-Retweets SECOND and the last script it plays is the Daily-Bonus script since thats how i set it up by default. I hope i explained it well enough so you now understand how it works.

Now your job is to customize the code inside AMF-Master and arrange in the order you want your scripts to play.
Remember that each script you have to setup the loop number, so for example if you have the loop set at 50 for all your scripts, and you play the AMF-Master script it will play the first script TW-Followers on line 3, 50 times, then it will play, line 4 the TW-Retweets script 50 times, etc...

btw i recommend having the loop set to no more than 50,
if you want to play a certain script for example 300 times in 1 day, well that is why you need to use AMF-Master script.

Lets imagine i set the loop on all my scripts to 50 but i want my TW-RETWEETS script to play at least 300 times
examine the code below to see changes i did to AMF-Master
Code:
VERSION BUILD=8300326 RECORDER=FX
SET !ERRORIGNORE YES
URL GOTO=imacros://run/?m=ADDMEFAST/TW-Followers.js
URL GOTO=imacros://run/?m=ADDMEFAST/TW-Retweets.js
URL GOTO=imacros://run/?m=ADDMEFAST/FB-Likes.js
URL GOTO=imacros://run/?m=ADDMEFAST/TW-Retweets.js
URL GOTO=imacros://run/?m=ADDMEFAST/FB-Post-Share.js
URL GOTO=imacros://run/?m=ADDMEFAST/TW-Retweets.js
URL GOTO=imacros://run/?m=ADDMEFAST/PT-Followers.js
URL GOTO=imacros://run/?m=ADDMEFAST/TW-Retweets.js
URL GOTO=imacros://run/?m=ADDMEFAST/PT-Likes.js
URL GOTO=imacros://run/?m=ADDMEFAST/PT-Repins.js
URL GOTO=imacros://run/?m=ADDMEFAST/TW-Retweets.js
URL GOTO=imacros://run/?m=ADDMEFAST/TW-Retweets.js
URL GOTO=imacros://run/?m=ADDMEFAST/Daily-Bonus.js

You can see i added the the code to play the TW-RETWEETS script 6 times, each time it will loop 50 times, so total of 300 loops.
I also mixed it up between other scripts so that the bot runs more like a human rather than a robot that does the same thing over and over.
 
Last edited by a moderator:
This is awesome. I have been looking for something like this. Thanks bruh.
 
Wow thank you for explaining all of that! Thanks.


I tried to implement it. I arranged the script in the order of what I wanted. However, whenever I try to run it, iMacros shows "SET !TIMEOUT_PAGE 15" and "URL GOTO=addmefast" (I can't post links so addmefast as in the link to addmefast)

And just sits there without doing anything.

So I tried the original file without any edits, and same issue. It doesn't run for some reason?
 
Last edited:
Thanks a lot bro! Any chance you can make a script for instagram and the other ones? and we will edit it in and out! Thanks a lot!
 
Wow thank you for explaining all of that! Thanks.


I tried to implement it. I arranged the script in the order of what I wanted. However, whenever I try to run it, iMacros shows "SET !TIMEOUT_PAGE 15" and "URL GOTO=addmefast" (I can't post links so addmefast as in the link to addmefast)

And just sits there without doing anything.

So I tried the original file without any edits, and same issue. It doesn't run for some reason?

You must be doing something wrong i tried the script out on 3 computers and its working fine so make sure you didnt change anything you shouldnt have and make sure all the files are in the correct places. I sent you a pm.

***********
NEW UPDATE WILL BE RELEASED SOON!
 
Thanks a lot it is working like a charm, however Im afraid to get banned because the actions are running too fast.
Is there any way to make it slower? Or I have a better idea, you can random the waiting time number for each run.
Lets say the first run will wait 6 seconds and the sec run will wait 8 sec etc.. Thats will leave the feeling of humen.
I prefer to make it slower and run it 24/7 without a ban instead of using it fast for a hour or two and get banned.
Thanks again.
 
You must be doing something wrong i tried the script out on 3 computers and its working fine so make sure you didnt change anything you shouldnt have and make sure all the files are in the correct places. I sent you a pm.

***********
NEW UPDATE WILL BE RELEASED SOON!

Ahh I've found out what it is. When putting the WAIT SECONDS=30 (or whatever time) it messes up the Master script. Without the WAIT command or the GO TO google then it works. But with them it doesn't work. Weird! Also, how does it keep looping after it's gone through all the scripts? Does it do it automatically?
 
I figure how to shuffle around the stuff, any chance you can make us an instagram and google script? I'll even donate a few $$
 
Ahh I've found out what it is. When putting the WAIT SECONDS=30 (or whatever time) it messes up the Master script. Without the WAIT command or the GO TO google then it works. But with them it doesn't work. Weird! Also, how does it keep looping after it's gone through all the scripts? Does it do it automatically?

Yeah youre right, sorry about the confusion i didnt test the code when i replied to you i thought it would work, not sure why its not. I guess if you want to use the URL GOTO google and WAIT SECONDS you can create a new script that does those actions and you can play it inside the Master script.

After its done playing all scripts it will stop, its not possible to loop the Master script unless you have the paid version of imacros. So just copy and paste the code inside the Master script for each loop you want.

Thanks a lot it is working like a charm, however Im afraid to get banned because the actions are running too fast.
Is there any way to make it slower? Or I have a better idea, you can random the waiting time number for each run.
Lets say the first run will wait 6 seconds and the sec run will wait 8 sec etc.. Thats will leave the feeling of humen.
I prefer to make it slower and run it 24/7 without a ban instead of using it fast for a hour or two and get banned.
Thanks again.

Read post #4 i explain how you can change the waiting time, if your running 24/7 make sure to use the AMF-Master script. I do plan on making it a little slower on the next update so that its more stable.
 
Awesome, thanks. Made a new script for a delay and visiting google that works. I tried running it together with FB Likes and it works.. does x amount of loops for FB Likes, then delays, goes to google... So it works in that case.

But I tried it in the Master List in between the individual scripts and it just skips right over it. No idea why. So it just loops through all the scripts but skips the one I made for delay+google for some reason. it's an .iim instead of .js.. is that why? Thanks for all your help!
 
Nice bot, work perfectly in my side, thanks OP! :)
 
thanks mate.. Waiting for new update..
 
Status
Not open for further replies.
Back
Top