[GET] Advanced AddMeFast iMacros Scripts [Javascript]

Status
Not open for further replies.
Youtube subscribers works but like a few hours later the subscribers get removed for some reason. That never used to happen when I would get the subscribe manually on addmefast.
 
I have no idea how to use these! Someone help I'm a noob. I'm a failure. I have imacro on firefox and downloaded the file and put it in the right place. What are my steps now? They're all java files and I have no idea what to do next aha
 
FB restricts my accounts Page like, folllow features ALOT lately, so I was wandering if it is possible to use G+ script only. For that, I've recorded imacros script that logs out of gmail account and logs in to the new one. The idea was to relogin with 10 gmail accounts that have passwords saved in the browser. I was trying to insert it into Masterptc's Javascript code, but to no avail. I'm an noob, so solution may be very simple, please have a look.
Code:
var String macro;


macro = "CODE:";
macro += "TAB T=1" + "\n";
macro += "URL GOTO=gmail login page url here=1" + "\n";
macro += "WAIT SECONDS=5" + "\n";
macro += "CLICK X=1023 Y=25" + "\n";
macro += "WAIT SECONDS=3" + "\n";
macro += "CLICK X=981 Y=224" + "\n";
macro += "WAIT SECONDS=7" + "\n";
macro += "CLICK X=447 Y=165" + "\n";
macro += "WAIT SECONDS=2" + "\n";
macro += "CLICK X=507 Y=477" + "\n";


iimPlay(macro);


var email = "x";
var pass = "x";


var loopRandom = Math.floor(Math.random()*5 + 5); loopRandom;
var points = 1; //click all set to 1


var loginAmf;
loginAmf =  "CODE:";
loginAmf +=  "TAG POS=1 TYPE=INPUT:EMAIL FORM=NAME:NoFormName ATTR=NAME:email CONTENT={{EMAIL}}" + "\n"; 
loginAmf +=  "SET !ENCRYPTION NO" + "\n"; 
loginAmf +=  "TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:NoFormName ATTR=NAME:password CONTENT={{PASSWORD}}" + "\n"; 
loginAmf +=  "TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:NoFormName ATTR=NAME:remember CONTENT=YES" + "\n"; 
loginAmf +=  "TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:NoFormName ATTR=NAME:login_button&&VALUE:Login" + "\n";
 
Last edited:
Masterptc, i would like to thank you for this amazing set of macros. I hope you continue to update this. thanks for your service to the communicaty.
 
I got the same problem. Have you figured out some way to fix this??
 
I liked your old scripts. they were really user friendly due to its PLAY LOOP feature. I made 10k coins within just 2 days before!
but not with ur new scripts the PLAY LOOPS doesnt works. and i always get this error:

The LOOP button can only be used with macro (".iim") files.
In a Javascript (".js") file you can use Javascript itself for loops.

I have downloaded ur latest script yesterday (23/08/2015) and i have latest firefox installed with latest version of imarco.

How to run loops? so that I can play it and leave my pc for hours with script running in background?

Plus before I was able to run ur script with more than 4 5 firefox windows open, but now it only works with one window. If i open and run it in another firefox window, the before opened script stops running.

I love you script and have always used it. now i need u to help me out !!!
 
Hello, I chose the script, but after most of the things it says popup closed to fast. Please Help
 
I got the same problem. Have you figured out some way to fix this??

Right because it's a javascript file not an imacros iim file. You don't hit loop ... you hit "play" ... it loops automatically and it works just fine! :D
 
Anyone have a solution for: "Dear user, for continuing you must click on ''reload the page'' button, because you were inactive for some time."
 
Hi Theard , Youtube like script isn;t work anymore , please fix it .
Many thanks
 
Thank you a lot for this set of macros, works like a charm!
 
Status
Not open for further replies.
Back
Top