Advertisement
Guest User

DrDivulgaçao

a guest
Jul 19th, 2015
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. #
  2. # Criado por dima_raposa90 (DimaBR)
  3. # DrDivulgaçao v1.0
  4. #
  5. # Para Adicionar palavras no skript (para crashar o mine do cara) apenas tire os : e coloque and "PALAVRA" e feche com : novamente e.e
  6. #
  7. #| CODIGO FONTE |#
  8.  
  9. on chat:
  10. if {DrDivulgaçao} is true:
  11. if chat message contains "HostGameBR" and "VirtusHost" and "CraftandoHosting" and "cookiehosting" and "vexgames" and "minesv" and "serverminer" and "desirehost" and "haxhosting" and ".com.br" and ".net" and ".com" and ".org":
  12. cancel event
  13. send "&cTA QUERENDO DIVULGAR RAPA? AQUI NAO..."
  14. send "&CSEU MINECRAFT IRA CRASHAR EM 5 SEGUNDOS..."
  15. wait 5 seconds
  16. open chest with 60 rows named "&e&lPlayers Online" to player
  17.  
  18. command /drd [<text>]:
  19. permission: drdivulgaçao.use
  20. trigger:
  21. if arg 1 is "off":
  22. set {DrDivulgaçao} to false
  23. send "&cVoce desativou o DrDivulgaçao!"
  24. stop
  25. if arg 1 is "on":
  26. set {DrDivulgaçao} to true
  27. send "&cVoce ativou o DrDivulgaçao!"
  28. stop
  29.  
  30. command /drdivulgaçao:
  31. trigger:
  32. send "&bCriador: &fdima_raposa90 (DimaBR)"
  33. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement