Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. var macroStart;
  2. macroStart ="CODE:";
  3. macroStart +="SET !ERRORIGNORE YES" + "\n";
  4. macroStart +="SET !TIMEOUT_TAG 1" + "\n";
  5. macroStart +="SET !TIMEOUT_STEP 1" + "\n";
  6. macroStart +="SET !TIMEOUT_PAGE 30" + "\n";
  7. macroStart +=" SET !REPLAYSPEED FAST" + "\n";
  8. macroStart +="SET !TIMEOUT_MACRO 150" + "\n";
  9. macroStart +="TAB T=1" + "\n";
  10. macroStart +="WAIT SECONDS=0" + "\n";
  11. macroStart += "TAG POS=1 TYPE=A ATTR=TXT:Facebook<SP>Followers" + "\n";
  12. macroStart +="WAIT SECONDS=2" + "\n";
  13. macroStart += "TAG POS=1 TYPE=A ATTR=TXT:Follow" + "\n";
  14. macroStart += "TAB T=2" + "\n";
  15. macroStart += " FRAME F=0" + "\n";
  16. macroStart += "TAG POS=2 TYPE=A ATTR=TXT:Seguir" + "\n";
  17. macroStart += "TAG POS=3 TYPE=A ATTR=TXT:Seguir" + "\n";
  18. macroStart += "TAB T=2" + "\n";
  19. macroStart +="WAIT SECONDS=3" + "\n";
  20. macroStart += "TAB T=1" + "\n";
  21. macroStart += "TAB CLOSEALLOTHERS" + "\n";
  22. macroStart +="WAIT SECONDS=2" + "\n";
  23. macroStart +="TAG POS=1 TYPE=INPUT:BUTTON FORM=ID:form1 ATTR=ID:subscribeButton" + "\n";
  24. macroStart +="WAIT SECONDS=3" + "\n";
  25. macroStart +="TAG POS=1 TYPE=IMG ATTR=SRC:http://www.addmefast.com/images/layout/bottom_arrow.png" + "\n";
  26. macroStart +="WAIT SECONDS=2" + "\n";
  27. macroStart += "TAG POS=1 TYPE=A ATTR=TXT:Follow" + "\n";
  28. macroStart += "TAB T=2" + "\n";
  29. macroStart += " FRAME F=0" + "\n";
  30. macroStart += "TAG POS=2 TYPE=A ATTR=TXT:Seguir" + "\n";
  31. macroStart += "TAG POS=3 TYPE=A ATTR=TXT:Seguir" + "\n";
  32. macroStart += "TAB T=2" + "\n";
  33. macroStart +="WAIT SECONDS=2" + "\n";
  34. macroStart += "TAB T=1" + "\n";
  35. macroStart += "TAB CLOSEALLOTHERS" + "\n";
  36. macroStart +="WAIT SECONDS=2" + "\n";
  37. macroStart +="TAG POS=1 TYPE=INPUT:BUTTON FORM=ID:form1 ATTR=ID:subscribeButton" + "\n";
  38. macroStart +="WAIT SECONDS=3" + "\n";
  39. macroStart +="TAG POS=1 TYPE=IMG ATTR=SRC:http://www.addmefast.com/images/layout/bottom_arrow.png" + "\n";
  40. macroStart +="WAIT SECONDS=2" + "\n";
  41. macroStart += "TAG POS=1 TYPE=A ATTR=TXT:Follow" + "\n";
  42. macroStart += "TAB T=2" + "\n";
  43. macroStart += " FRAME F=0" + "\n";
  44. macroStart += "TAG POS=2 TYPE=A ATTR=TXT:Seguir" + "\n";
  45. macroStart += "TAG POS=3 TYPE=A ATTR=TXT:Seguir" + "\n";
  46. macroStart += "TAB T=2" + "\n";
  47. macroStart +="WAIT SECONDS=2" + "\n";
  48. macroStart += "TAB T=1" + "\n";
  49. macroStart += "TAB CLOSEALLOTHERS" + "\n";
  50. macroStart +="WAIT SECONDS=2" + "\n";
  51. macroStart +="TAG POS=1 TYPE=INPUT:BUTTON FORM=ID:form1 ATTR=ID:subscribeButton" + "\n";
  52. macroStart +="WAIT SECONDS=3" + "\n";
  53. macroStart +="TAG POS=1 TYPE=IMG ATTR=SRC:http://www.addmefast.com/images/layout/bottom_arrow.png" + "\n";
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. var i=0;
  61. var n=prompt("Input the number of Facebook loops.",5)
  62.  
  63. for (i=1; i <= n; i++)
  64. {
  65. iimPlay("CODE:"+"URL GOTO=www.addmefast.com")
  66.  
  67.  
  68. iimPlay(macroStart,25)
  69.  
  70. iimDisplay("Current loop is: "+i)
  71.  
  72. iimDisplay("Refreshing the page")
  73. iimPlay("CODE:"+"TAB T=1\n"+"TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:reload&&VALUE:Reload<SP>the<SP>page\n"+"REFRESH")
  74.  
  75. iimDisplay("New Page")
  76.  
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement