Advertisement
RudaGabriel

AddMeFast: Youtube Sub / IMacros - Mozila Firefox (*.js)

Jun 15th, 2015
500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. //AddMeFast : Youtube Subscribe - 15/06/2015
  2. //Browser : Mozila Firefox
  3. //Codding : Script (*.js)
  4. //Coded by Ruda Gabriel
  5. //fallow-me : http://facebook.com/ruda.gabriel
  6. //See more : http://pastebin.com/u/RudaGabriel
  7. var macroStart;
  8. macroStart = "CODE:" ; // <- Not Change it
  9. macroStart += "'Coded by Ruda Gabriel" + "\n";
  10. macroStart += "'http://facebook.com/ruda.gabriel" + "\n";
  11. macroStart += "SET !REPLAYSPEED FAST" + "\n";
  12. macroStart += "SET !ERRORIGNORE YES" + "\n";
  13. macroStart += "SET !WAITPAGECOMPLETE YES" + "\n";
  14. macroStart += "TAB T=1" + "\n";
  15. macroStart += "SET !TIMEOUT 1" + "\n"; //<- Not change it
  16. macroStart += "TAG POS=1 TYPE=BUTTON ATTR=ID:errorTryAgain" + "\n";
  17. macroStart += "SET !TIMEOUT 0" + "\n"; //<- Not change it
  18. macroStart += "SET !TIMEOUT_PAGE 30" + "\n";
  19. macroStart += "SET !TIMEOUT_TAG 6" + "\n";
  20. macroStart += "WAIT SECONDS=1" + "\n";
  21. macroStart += "URL GOTO=http://addmefast.com/free_points/youtube_subscribe" + "\n";
  22. macroStart += "TAG POS=1 TYPE=DIV ATTR=CLASS:btn3&&TXT:Subscribe" + "\n";
  23. macroStart += "TAB T=2" + "\n";
  24. macroStart += "TAG POS=1 TYPE=SPAN ATTR=CLASS:subscribe-label" + "\n"; // subscribed-label
  25. macroStart += "WAIT SECONDS=2" + "\n";
  26. macroStart += "TAB T=1" + "\n";
  27. macroStart += "TAB CLOSEALLOTHERS" + "\n";
  28.  
  29. var i=0;
  30. var n=(99999999999999999999) //Infinity Loop
  31. for (i=1; i <= n; i++)
  32. {
  33. iimPlay(macroStart)
  34. iimDisplay("Current loop is: "+i+" From: "+n)
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement