Untitled


SUBMITTED BY: Guest

DATE: March 18, 2014, 3:45 p.m.

FORMAT: Text only

SIZE: 3.7 kB

HITS: 681

  1. Multi-Macro Automation Script for AddMeFast AllInOne BOTS [iMacros]
  2. TAGS >> AddMeFast Bot, AddMeFast Script, AddMeFastiMacros
  3. Copy and Paste the code below to your iMacros
  4. // Multi-Macro Automation Script to automate AddMeFast AllInOne BOTS by RushingWind (BIG THANKS)
  5. // by popzzz via blackhatworld.com
  6. // If you're not a member come and see us: http://flit2.com/blackhatworld
  7. // The macros are just examples - change them to suit yourself
  8. // You MUST be logged in to AddMeFast before you fire this javascript
  9. // You MUST be logged in to ALL the different facebook, twitter, youtube, etc accounts that
  10. // you will be using before you fire this javascript
  11. // Open a NEW firefox window and open imacros in it and select this script and click play (NOT the loop button)
  12. // It will open a little green status window at the bottom of the sidebar and tell you
  13. // which script and loop you are on so you will know where you are
  14. var i, retcode, errtext;
  15. for ( i = 1; i <= 5; i++) {
  16. iimDisplay("Multi-Macro Automation Script by popzzz via blackhatworld.com - Macro #1 AddmeFast FB Followers Loop #"+i);
  17. retcode = iimPlay("AddmeFast FB Followers",120);
  18. if (retcode < 0) { // an error has occured
  19. errtext = iimGetLastError();
  20. alert(errtext);
  21. break;
  22. }
  23. }
  24. for(var t,i=1;i<3;i++){
  25. t=Math.round(10*Math.random());
  26. iimDisplay('Wait #'+i+': '+t+' secs');
  27. iimPlay('CODE:WAIT SECONDS='+t);
  28. };
  29. for ( i = 1; i <= 7; i++) {
  30. iimDisplay("Multi-Macro Automation Script by popzzz via blackhatworld.com - Macro #2 AddmeFast FB Page Like Loop #"+i);
  31. retcode = iimPlay("AddmeFast FB Page Like",120);
  32. if (retcode < 0) { // an error has occured
  33. errtext = iimGetLastError();
  34. alert(errtext);
  35. break;
  36. }
  37. }
  38. for(var t,i=2;i<3;i++){
  39. t=Math.round(10*Math.random());
  40. iimDisplay('Wait #'+i+': '+t+' secs');
  41. iimPlay('CODE:WAIT SECONDS='+t);
  42. };
  43. for ( i = 1; i <= 4; i++) {
  44. iimDisplay("Multi-Macro Automation Script by popzzz via blackhatworld.com - Macro #3 AddmeFast FB Post Likes Loop #"+i);
  45. retcode = iimPlay("AddMeFast FB Post Likes",120);
  46. if (retcode < 0) { // an error has occured
  47. errtext = iimGetLastError();
  48. alert(errtext);
  49. break;
  50. }
  51. }
  52. for(var t,i=3;i<3;i++){
  53. t=Math.round(10*Math.random());
  54. iimDisplay('Wait #'+i+': '+t+' secs');
  55. iimPlay('CODE:WAIT SECONDS='+t);
  56. };
  57. for ( i = 1; i <= 6; i++) {
  58. iimDisplay("Multi-Macro Automation Script by popzzz via blackhatworld.com - Macro #4 AddmeFast FB Post Share Loop #"+i);
  59. retcode = iimPlay("AddmeFast FB Post Share",120);
  60. if (retcode < 0) { // an error has occured
  61. errtext = iimGetLastError();
  62. alert(errtext);
  63. break;
  64. }
  65. }
  66. for(var t,i=4;i<3;i++){
  67. t=Math.round(10*Math.random());
  68. iimDisplay('Wait #'+i+': '+t+' secs');
  69. iimPlay('CODE:WAIT SECONDS='+t);
  70. };
  71. for ( i = 1; i <= 5; i++) {
  72. iimDisplay("Multi-Macro Automation Script by popzzz via blackhatworld.com - Macro #5 AddmeFast FB Share Loop "+i);
  73. retcode = iimPlay("AddmeFast FB Share",120);
  74. if (retcode < 0) { // an error has occured
  75. errtext = iimGetLastError();
  76. alert(errtext);
  77. break;
  78. }
  79. }
  80. iimDisplay("Multi-Macro Automation Script by popzzz via blackhatworld.com - COMPLETED SUCCESSFULLY - YEAHHHH! .... Come see us at http://flit2.com/blackhatworld");

comments powered by Disqus