Advertisement
Guest User

AI MEU DEU DU ÇEU

a guest
Feb 5th, 2015
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. # - A HACK DENUNCIE CRIADO POR U ATOM FEIKI DO GEIMERS BOARDI
  2.  
  3.  
  4. command /hack [<offline player>] [<text>]:
  5. trigger:
  6. if arg 1 is set:
  7. if arg 2 is set:
  8. if {hackdenuncia.ja.%player%} is not true:
  9. add 1 to {hack.%arg 1%}
  10. wait 1 second
  11. set {hackdenuncia.ja.%player%} to true
  12. send "&aVoce Denunciou %arg 1% Por: %arg 2%"
  13. send "&b#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#" to all ops
  14. send "&b# &eDenuncia De %player% Para %arg 2%" to all ops
  15. send "&b# &eMotivo:" to all ops
  16. send "&b# &4%arg 2%" to all ops
  17. send "&b#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#" to all ops
  18. if {hack.%arg 1%} is 15:
  19. send "&4&lEXTREMO:" to all ops
  20. send "&b O Jogador %arg 1% Tem 15 denuncias!" to all ops
  21. send "&bTome uma Providencia ou o sistema ira automaticamente bani-lo" to all ops
  22. if {hack.%arg 1%} is 20:
  23. make console execute command "/ban %arg 1% Voce tem mais de 20 denuncias a hack!"
  24. send "&4&lO JOGADOR %ARG 1% FOI BANIDO POR TER MAIS DE 20 DENUNCIAS" to all ops
  25. else:
  26. send "&aVocê Ja denunciou este player!"
  27. else:
  28. send "&aUse /hack <player>"
  29. else:
  30. send "&aUse /hack <player>"
  31.  
  32. command /hackview [<offline player>]:
  33. trigger:
  34. if arg 1 is set:
  35. send "&aO Jogador %arg 1% Tem um total de: &7[%{hack.%arg 1%}%] &aDenuncias!"
  36. else:
  37. send "&aUse /hackview <player>"
  38.  
  39. command /hackreset [<offline player>]:
  40. trigger:
  41. if arg 1 is set:
  42. if player has permission "hack.reset":
  43. clear {hack.%arg 1%}
  44. clear {hackdenuncia.ja.%player%}
  45. send "&aVocê Resetou as denuncias de %arg 1%"
  46. else:
  47. send "&c[!]&a Sem permissao"
  48. else:
  49. send "&c[!] &aUse /hackreset <player>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement