Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- #Digite o nome do seu servidor
- PreffixServidor: [TestClick]
- Cor: &a
- CorPreffix: &a
- CorNumeros: &4
- CorRank: &a
- CorErro: &c
- command /tclick:
- trigger:
- if {testando.%player%} is false:
- set {testando.%player%} to true
- set {clicks.%player%} to 0
- wait 1 seconds
- send "{@CorPreffix}{@PreffixServidor}{@Cor} Teste de clicks iniciando em {@CorNumeros}3..."
- wait 1 seconds
- send "{@CorPreffix}{@PreffixServidor}{@Cor} Teste de clicks iniciando em {@CorNumeros}2..."
- wait 1 seconds
- send "{@CorPreffix}{@PreffixServidor}{@Cor} Teste de clicks iniciando em {@CorNumeros}1..."
- wait 1 seconds
- set {testando.%player%} to true
- send "{@CorPreffix}{@PreffixServidor}{@Cor} Teste de clicks iniciado."
- wait 10 seconds
- send "{@CorPreffix}{@PreffixServidor}{@Cor} Teste finalizado. Voce faz em media %{clicks.%player%}% clicks a cada {@CorNumeros}10 segundos."
- set {testando.%player%} to false
- else:
- send "{@CorErro}{@PreffixServidor} O Testclick ja esta ocorrendo!"
- on leftclick:
- if {testando.%player%} is true:
- add 1 to {clicks.%player%}
Advertisement
Add Comment
Please, Sign In to add comment