Guest User

TestClick

a guest
Mar 21st, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. options:
  2. #Digite o nome do seu servidor
  3. PreffixServidor: [TestClick]
  4. Cor: &a
  5. CorPreffix: &a
  6. CorNumeros: &4
  7. CorRank: &a
  8. CorErro: &c
  9.  
  10. command /tclick:
  11. trigger:
  12. if {testando.%player%} is false:
  13. set {testando.%player%} to true
  14. set {clicks.%player%} to 0
  15. wait 1 seconds
  16. send "{@CorPreffix}{@PreffixServidor}{@Cor} Teste de clicks iniciando em {@CorNumeros}3..."
  17. wait 1 seconds
  18. send "{@CorPreffix}{@PreffixServidor}{@Cor} Teste de clicks iniciando em {@CorNumeros}2..."
  19. wait 1 seconds
  20. send "{@CorPreffix}{@PreffixServidor}{@Cor} Teste de clicks iniciando em {@CorNumeros}1..."
  21. wait 1 seconds
  22. set {testando.%player%} to true
  23. send "{@CorPreffix}{@PreffixServidor}{@Cor} Teste de clicks iniciado."
  24. wait 10 seconds
  25. send "{@CorPreffix}{@PreffixServidor}{@Cor} Teste finalizado. Voce faz em media %{clicks.%player%}% clicks a cada {@CorNumeros}10 segundos."
  26. set {testando.%player%} to false
  27. else:
  28. send "{@CorErro}{@PreffixServidor} O Testclick ja esta ocorrendo!"
  29.  
  30. on leftclick:
  31. if {testando.%player%} is true:
  32. add 1 to {clicks.%player%}
Advertisement
Add Comment
Please, Sign In to add comment