Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. magic hat spam
  2.  
  3. function hatSpam(%a){ commandtoserver('hat', %a ? "none" : "magicalhat"); schedule(100, 0, hatspam, !%a); }
  4.  
  5. hatSpam(0);
  6.  
  7. function hatSpam(){}''
  8.  
  9. _________________________________________________________________________________________________________________________________
  10. alarm spam
  11.  
  12. function as(){ commandtoserver('alarm'); schedule(1100, 0, as); }
  13.  
  14. as();
  15.  
  16. function as(){}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement