Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $${
  2. if(anuncio);
  3. log("&4[MACRO] Anuncio Auto [OFF]");
  4. unset(anuncio);
  5. stop();
  6. else;
  7. log("&4[MACRO] Anuncio Auto [ON]");
  8. set(anuncio);
  9. if(anuncio);
  10. do;
  11. }$$
  12.  
  13. /compactar -a
  14. $${wait(12);}$$
  15. /compactar -a
  16. $${wait(12);}$$
  17. /compactar -a
  18. $${wait(12);}$$
  19.  
  20. $${
  21. endif;
  22. loop;
  23. endif;
  24.  
  25. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement