Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. $${
  2.  
  3.  
  4. ifmatches(%PLAYER%,"SEU NICK AKI");
  5. wait(4);
  6. echo("/home blaze");
  7. wait(5);
  8. keydown(jump);
  9. wait(1);
  10. keyup(jump);
  11.  
  12. log("&9Desligando as Variáveis");
  13. unset(@homeblaze);
  14. unset(homeblaze);
  15. wait(5);
  16.  
  17. log("&9Reativando &5Pescablaze");
  18.  
  19. exec(pescablaze.txt);
  20. wait(1);
  21.  
  22. else;
  23. endif;
  24.  
  25. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement