Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $${
  2. if(anuncio);
  3. log("&9Desconectar OFF");
  4. unset(anuncio);
  5. stop();
  6. else;
  7. log("Desconectar ON");
  8. set(anuncio);
  9. if(anuncio);
  10.  
  11. do;
  12. }$$
  13.  
  14. $${
  15. wait(12600);
  16. }$$
  17. $${DISCONNECT()}$$
  18.  
  19. $${
  20. endif;
  21. loop;
  22. endif;
  23. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement