Advertisement
RudaGabriel

AddMeFast: Youtube Likes - New way! IMacros - Mozila Firefox

Jun 15th, 2015
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. //AddMeFast : Youtube Likes - New way !!
  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 += "SET !REPLAYSPEED FAST" + "\n";
  10. macroStart += "SET !ERRORIGNORE YES" + "\n";
  11. macroStart += "SET !WAITPAGECOMPLETE YES" + "\n";
  12. macroStart += "TAB T=1" + "\n";
  13. macroStart += "SET !TIMEOUT 1" + "\n";
  14. macroStart += "TAG POS=1 TYPE=BUTTON ATTR=ID:errorTryAgain" + "\n";
  15. macroStart += "SET !TIMEOUT 0" + "\n";
  16. macroStart += "SET !TIMEOUT_PAGE 30" + "\n";
  17. macroStart += "SET !TIMEOUT_TAG 6" + "\n";
  18. macroStart += "WAIT SECONDS=3" + "\n";
  19. macroStart += "URL GOTO=http://addmefast.com/free_points/youtube_likes" + "\n";
  20. macroStart += "TAG POS=1 TYPE=DIV ATTR=CLASS:btn3&&TXT:Like" + "\n";
  21. macroStart += "TAB T=2" + "\n";
  22. macroStart += "WAIT SECONDS=2" + "\n";
  23. macroStart += "TAG POS=1 TYPE=BUTTON ATTR=data-post-ACTION:/watch_actions_ajax?action_like_video*" + "\n";
  24. macroStart += "WAIT SECONDS=5" + "\n";
  25. macroStart += "TAB T=1" + "\n";
  26. macroStart += "TAB CLOSEALLOTHERS" + "\n";
  27.  
  28. var i=0;
  29. var n=(99999999999999999999) //Infinity Loop
  30. for (i=1; i <= n; i++)
  31. {
  32. iimPlay(macroStart)
  33. iimDisplay("Current loop is: "+i+" From: "+n)
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement