Multi-Macro Automation Script for AddMeFast AllInOne BOTS [iMacros] TAGS >> AddMeFast Bot, AddMeFast Script, AddMeFastiMacros Copy and Paste the code below to your iMacros // Multi-Macro Automation Script to automate AddMeFast AllInOne BOTS by RushingWind (BIG THANKS) // by popzzz via blackhatworld.com // If you're not a member come and see us: http://flit2.com/blackhatworld // The macros are just examples - change them to suit yourself // You MUST be logged in to AddMeFast before you fire this javascript // You MUST be logged in to ALL the different facebook, twitter, youtube, etc accounts that // you will be using before you fire this javascript // Open a NEW firefox window and open imacros in it and select this script and click play (NOT the loop button) // It will open a little green status window at the bottom of the sidebar and tell you // which script and loop you are on so you will know where you are var i, retcode, errtext; for ( i = 1; i <= 5; i++) { iimDisplay("Multi-Macro Automation Script by popzzz via blackhatworld.com - Macro #1 AddmeFast FB Followers Loop #"+i); retcode = iimPlay("AddmeFast FB Followers",120); if (retcode < 0) { // an error has occured errtext = iimGetLastError(); alert(errtext); break; } } for(var t,i=1;i<3;i++){ t=Math.round(10*Math.random()); iimDisplay('Wait #'+i+': '+t+' secs'); iimPlay('CODE:WAIT SECONDS='+t); }; for ( i = 1; i <= 7; i++) { iimDisplay("Multi-Macro Automation Script by popzzz via blackhatworld.com - Macro #2 AddmeFast FB Page Like Loop #"+i); retcode = iimPlay("AddmeFast FB Page Like",120); if (retcode < 0) { // an error has occured errtext = iimGetLastError(); alert(errtext); break; } } for(var t,i=2;i<3;i++){ t=Math.round(10*Math.random()); iimDisplay('Wait #'+i+': '+t+' secs'); iimPlay('CODE:WAIT SECONDS='+t); }; for ( i = 1; i <= 4; i++) { iimDisplay("Multi-Macro Automation Script by popzzz via blackhatworld.com - Macro #3 AddmeFast FB Post Likes Loop #"+i); retcode = iimPlay("AddMeFast FB Post Likes",120); if (retcode < 0) { // an error has occured errtext = iimGetLastError(); alert(errtext); break; } } for(var t,i=3;i<3;i++){ t=Math.round(10*Math.random()); iimDisplay('Wait #'+i+': '+t+' secs'); iimPlay('CODE:WAIT SECONDS='+t); }; for ( i = 1; i <= 6; i++) { iimDisplay("Multi-Macro Automation Script by popzzz via blackhatworld.com - Macro #4 AddmeFast FB Post Share Loop #"+i); retcode = iimPlay("AddmeFast FB Post Share",120); if (retcode < 0) { // an error has occured errtext = iimGetLastError(); alert(errtext); break; } } for(var t,i=4;i<3;i++){ t=Math.round(10*Math.random()); iimDisplay('Wait #'+i+': '+t+' secs'); iimPlay('CODE:WAIT SECONDS='+t); }; for ( i = 1; i <= 5; i++) { iimDisplay("Multi-Macro Automation Script by popzzz via blackhatworld.com - Macro #5 AddmeFast FB Share Loop "+i); retcode = iimPlay("AddmeFast FB Share",120); if (retcode < 0) { // an error has occured errtext = iimGetLastError(); alert(errtext); break; } } iimDisplay("Multi-Macro Automation Script by popzzz via blackhatworld.com - COMPLETED SUCCESSFULLY - YEAHHHH! .... Come see us at http://flit2.com/blackhatworld");