AddMeFast iMacros Problem

WastedTeen

Newbie
Joined
Apr 21, 2011
Messages
18
Reaction score
4
Hey, I am trying to get a iMacros script for Addmefast.com to work. I am trying to use the Twitter Followers script to work but when I play it, I get the following error message on addmefast.com

"Oops! Something went wrong. You are closing the popUp too fast. "

How do I fix this?
 
Try a different script. If you look any little bit like a bot, they will not give you the points.

This is the best one I've used in the past (Save it as a .js and run it in Firefox):

Code:
var macroStart;
    macroStart ="CODE:";
    macroStart +="SET !ERRORIGNORE YES" + "\n"; 
    macroStart +="SET !TIMEOUT_TAG 1" + "\n";
    macroStart +="SET !TIMEOUT_STEP 1" + "\n";
    macroStart +="SET !TIMEOUT_PAGE 30" + "\n";
    macroStart +=" SET !REPLAYSPEED FAST" + "\n";
    macroStart +="SET !TIMEOUT_MACRO 150" + "\n";
    macroStart +="TAB T=1" + "\n";
    macroStart +="WAIT SECONDS=0" + "\n";
    macroStart += "TAG POS=1 TYPE=A ATTR=TXT:Twitter<SP>Followers" + "\n";
    macroStart +="WAIT SECONDS=6" + "\n";
    macroStart += "TAG POS=1 TYPE=DIV ATTR=TXT:Follow" + "\n";
    macroStart += "TAB T=2" + "\n";
    macroStart += " FRAME F=0" + "\n";
    macroStart += "TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow" + "\n";
    macroStart +="WAIT SECONDS=6" + "\n";
    macroStart += "TAB T=1" + "\n";
    macroStart += "TAB CLOSEALLOTHERS" + "\n";
    macroStart +="WAIT SECONDS=6" + "\n";
    macroStart += "TAG POS=1 TYPE=DIV ATTR=TXT:Follow" + "\n";
    macroStart += "TAB T=2" + "\n";
    macroStart += " FRAME F=0" + "\n";
    macroStart += "TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow" + "\n";
    macroStart +="WAIT SECONDS=6" + "\n";
    macroStart += "TAB T=1" + "\n";
    macroStart += "TAB CLOSEALLOTHERS" + "\n";
    macroStart +="WAIT SECONDS=6" + "\n";
    macroStart += "TAG POS=1 TYPE=DIV ATTR=TXT:Follow" + "\n";
    macroStart += "TAB T=2" + "\n";
    macroStart += " FRAME F=0" + "\n";
    macroStart += "TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow" + "\n";
    macroStart +="WAIT SECONDS=6" + "\n";
    macroStart += "TAB T=1" + "\n";
    macroStart += "TAB CLOSEALLOTHERS" + "\n";
    macroStart +="WAIT SECONDS=6" + "\n";
    macroStart += "TAG POS=1 TYPE=DIV ATTR=TXT:Follow" + "\n";
    macroStart += "TAB T=2" + "\n";
    macroStart += " FRAME F=0" + "\n";
    macroStart += "TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow" + "\n";
    macroStart +="WAIT SECONDS=6" + "\n";
    macroStart += "TAB T=1" + "\n";
    macroStart += "TAB CLOSEALLOTHERS" + "\n";
    macroStart +="WAIT SECONDS=6" + "\n";
    macroStart += "TAG POS=1 TYPE=DIV ATTR=TXT:Follow" + "\n";
    macroStart += "TAB T=2" + "\n";
    macroStart += " FRAME F=0" + "\n";
    macroStart += "TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow" + "\n";
    macroStart +="WAIT SECONDS=6" + "\n";
    macroStart += "TAB T=1" + "\n";
    macroStart += "TAB CLOSEALLOTHERS" + "\n";
    macroStart +="WAIT SECONDS=6" + "\n";
    macroStart += "TAG POS=1 TYPE=DIV ATTR=TXT:Follow" + "\n";
    macroStart += "TAB T=2" + "\n";
    macroStart += " FRAME F=0" + "\n";
    macroStart += "TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow" + "\n";
    macroStart +="WAIT SECONDS=6" + "\n";
    macroStart += "TAB T=1" + "\n";
    macroStart += "TAB CLOSEALLOTHERS" + "\n";
    macroStart +="WAIT SECONDS=6" + "\n";
    macroStart += "TAG POS=1 TYPE=DIV ATTR=TXT:Follow" + "\n";
    macroStart += "TAB T=2" + "\n";
    macroStart += " FRAME F=0" + "\n";
    macroStart += "TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow" + "\n";
    macroStart +="WAIT SECONDS=6" + "\n";
    macroStart += "TAB T=1" + "\n";
    macroStart += "TAB CLOSEALLOTHERS" + "\n";
    macroStart +="WAIT SECONDS=6" + "\n";
    macroStart += "TAG POS=1 TYPE=DIV ATTR=TXT:Follow" + "\n";
    macroStart += "TAB T=2" + "\n";
    macroStart += " FRAME F=0" + "\n";
    macroStart += "TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow" + "\n";
    macroStart +="WAIT SECONDS=6" + "\n";
    macroStart += "TAB T=1" + "\n";
    macroStart += "TAB CLOSEALLOTHERS" + "\n";
macroStart +="WAIT SECONDS=6" + "\n";
   






var i=0;
var n=prompt("Input the number of loops.",7)


for (i=1; i <= n; i++)
{
iimPlay("CODE:"+"URL GOTO=www.addmefast.com")




iimPlay(macroStart,25)


iimDisplay("Current loop is: "+i)


iimDisplay("New Page")


}
 
Last edited:
Learn to create your own scripts. This way you'll be unlimited as to how you want to go about promoting your social media accounts.

AddMeFast doesn't really have a big problem with people using iMacros because it's not abusing the system. It's actually helping their system function a little better for its end users. They have a big problem with people that are botting their system with bots that simply scrapes points without giving anything in return.

Here's a couple of resources:


 
Back
Top