[GET] Advanced AddMeFast iMacros Scripts [Javascript]

Status
Not open for further replies.
Thanks for the great shares, they are quality and the added info sorted the malfunctions. Working perfect for me.
 
Now that you are monetizing the macros, do you have a discount for BHW members?
 
I have an issue: When I run AMF-Master.iim script. First it starts running line3, URL GOTO=imacros://run/?m=ADDMEFAST/FB-Followers.js. And when it finishes running that, it stops running right there, and it status is like ''Current loop: 9(or some other number)''. It does not run the fourth line which is URL GOTO=imacros://run/?m=ADDMEFAST/FB-Likes.js, and the other lines as well. So what is the problem in here?
 
My issue contunies. This time I will explain the issue on the code, so it will be easier to understand.

I am using the latest version of Firefox, and imacros, and when I ran the AMF-Master.iim it runs only the third line, and stop running afterwards as it is described below.

VERSION BUILD=8300326 RECORDER=FX
SET !ERRORIGNORE YES
URL GOTO=imacros://run/?m=ADDMEFAST/FB-Followers.js //It runs
URL GOTO=imacros://run/?m=ADDMEFAST/FB-Likes.js //Not runs
URL GOTO=imacros://run/?m=ADDMEFAST/FB-Post-Like.js //Not runs
URL GOTO=imacros://run/?m=ADDMEFAST/FB-Post-Share.js //Not runs and so on...
URL GOTO=imacros://run/?m=ADDMEFAST/G-Circles.js
URL GOTO=imacros://run/?m=ADDMEFAST/MS-Friends.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/TW-Favorites.js
URL GOTO=imacros://run/?m=ADDMEFAST/TW-Followers.js
URL GOTO=imacros://run/?m=ADDMEFAST/TW-Retweets.js
URL GOTO=imacros://run/?m=ADDMEFAST/YT-Likes.js
URL GOTO=imacros://run/?m=ADDMEFAST/YT-Subscribe.js
URL GOTO=imacros://run/?m=ADDMEFAST/Daily-Bonus.js

Then after searching the issue on internet, I made some adjustments with the code as it is shown below.
VERSION BUILD=8300326 RECORDER=FX
SET !ERRORIGNORE YES
URL GOTO=imacros://run/?m=ADDMEFAST/FB-Post-Like.js"
iimPlayCode("URL GOTO=imacros://run/?m=ADDMEFAST/FB-Followers.js");
iimPlayCode("URL GOTO=imacros://run/?m=ADDMEFAST/FB-Likes.js");
iimPlayCode("URL GOTO=imacros://run/?m=ADDMEFAST/FB-Post-Like.js");
iimPlayCode("URL GOTO=imacros://run/?m=ADDMEFAST/FB-Post-Share.js");
iimPlayCode("URL GOTO=imacros://run/?m=ADDMEFAST/G-Circles.js");
iimPlayCode("URL GOTO=imacros://run/?m=ADDMEFAST/MS-Friends.js");
iimPlayCode("URL GOTO=imacros://run/?m=ADDMEFAST/PT-Followers.js");
iimPlayCode("URL GOTO=imacros://run/?m=ADDMEFAST/PT-Likes.js");
iimPlayCode("URL GOTO=imacros://run/?m=ADDMEFAST/PT-Repins.js");
iimPlayCode("URL GOTO=imacros://run/?m=ADDMEFAST/TW-Favorites.js");
iimPlayCode("URL GOTO=imacros://run/?m=ADDMEFAST/TW-Followers.js");
iimPlayCode("URL GOTO=imacros://run/?m=ADDMEFAST/TW-Retweets.js");
iimPlayCode("URL GOTO=imacros://run/?m=ADDMEFAST/YT-Likes.js");
iimPlayCode("URL GOTO=imacros://run/?m=ADDMEFAST/YT-Subscribe.js");
iimPlayCode("URL GOTO=imacros://run/?m=ADDMEFAST/Daily-Bonus.js");

But this time I received this error: ''can not parse macro line: iimPlayCode("URL GOTO=imacros://run/?m=ADDMEFAST/FB-Followers.js"); (Error code: -910)''

So if someone helps me to run the AMF-Master.iim code, I will highly appreciate.

Thanks.
 
Ok, I solved this issue. I forgot to convert AMF-Master file from .iim to .js.
 
I am getting this error: "Oops! Something went wrong. You are closing the popUp too fast." every script except twitter .js scripts.

 
I am getting this error: "Oops! Something went wrong. You are closing the popUp too fast." every script except twitter .js scripts.

Do you have a imacros scripts working today? I have spend the afternoon looking for one, and none is working. If you have one please help me
 
Status
Not open for further replies.
Back
Top