Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. $${
  2.  
  3. TOGGLE(sleep_macro);
  4. IF(!sleep_macro);
  5. LOG("&4&l[Macro] &6Anuncio &4[OFF]");
  6. STOP;
  7. ENDIF;
  8.  
  9. PROMPT(#delay,$$?, Qual o tempo em segundos entre cada mensagem? Digite o número e pressione ENTER.);
  10. IF((%#delay%=0)||(%#delay%<20)||(%#delay%>1000));
  11. LOG("&a&l[&f&oI&fnfo&a&l] &cVocê precisa digitar um número entre &f20 &ca &f1000&c. &9&o#SLEEP");
  12. LOG("&4&l[Macro] &6Anuncio &4[OFF]");
  13. TOGGLE(sleep_macro);
  14. STOP;
  15. ELSE;
  16. LOG("&2&l[Macro] &6Anuncio &2[ON]");
  17. ENDIF;
  18.  
  19. DO;
  20. IF(%#anuncio_inc%=1);
  21. }$$/anuncio &9compre suas pots por um super desconto 650c &c/home zMrDavi pot$${
  22. ELSEIF(%#anuncio_inc%=2);
  23. }$$/anuncio &9compre suas pots por um super desconto 650c &c/home zMrDavi pot$${
  24. ELSEIF(%#anuncio_inc%=3);
  25. }$$/anuncio &9compre suas pots por um super desconto 650c &c/home zMrDavi pot$${
  26. ELSEIF(%#anuncio_inc%=4);
  27. }$$/anuncio &9compre suas pots por um super desconto 650c &c/home zMrDavi pot$${
  28. ELSEIF(%#anuncio_inc%=5);
  29. }$$/anuncio &9compre suas pots por um super desconto 650c &c/home zMrDavi pot$${
  30. ELSEIF(%#anuncio_inc%=6);
  31. }$$/anuncio &9compre suas pots por um super desconto 650c &c/home zMrDavi pot$${
  32. ELSEIF(%#anuncio_inc%=7);
  33. }$$/anuncio &9compre suas pots por um super desconto 650c &c/home zMrDavi pot$${
  34. ELSEIF(%#anuncio_inc%=8);
  35. }$$/anuncio &9compre suas pots por um super desconto 650c &c/home zMrDavi pot$${
  36. ELSEIF(%#anuncio_inc%=9);
  37. }$$/anuncio &9compre suas pots por um super desconto 650c &c/home zMrDavi pot$${
  38. ELSEIF(%#anuncio_inc%=10);
  39. }$$/anuncio &9compre suas pots por um super desconto 650c &c/home zMrDavi pot$${
  40. ENDIF;
  41. INC(#anuncio_inc,1);
  42. IF(%#anuncio_inc%>11);
  43. #anuncio_inc=1;
  44. ENDIF;
  45. WAIT(%#delay%);
  46. LOOP;
  47.  
  48. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement