Advertisement
zGhol

Untitled

Feb 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. # ────────────────────────────────── #
  2. # ● zGFastClick ● #
  3. # - Skript De Clickar Mais Rápido #
  4. # By » zGнσl™ #
  5. # #
  6. # ────────────────────────────────── #
  7.  
  8. options:
  9. Preço: 10000
  10.  
  11. command /fc [<text>]:
  12. permission Fc.Admin
  13. trigger:
  14. if arg 1 is not set:
  15. send "&f&c&m----(--------------)----"
  16. send " "
  17. send " &c&lF&f&last&c&lC&f&lick"
  18. send "&c&l● &f&l/fc iniciar"
  19. send "&c&l● &f&l/fc fechar"
  20. send " &c&lF&f&last&c&lC&f&lick"
  21. send " "
  22. send "&f&c&m----(--------------)----"
  23. stop
  24. if arg 1 is "iniciar":
  25. send "&c&lFast&f&lClick &c&l» &7Você iniciou o evento FastClick!"
  26. wait 1 seconds
  27. set {FastClick.Iniciou} to true
  28. broadcast "&f&c&m------(------------------)------"
  29. broadcast " "
  30. broadcast " &c&lF&f&last&c&lC&f&lick"
  31. send json of "&c&l» C&f&llique &c&lA&f&lqui" tooltip "" run "/e" to all players
  32. send json of "&c&l» C&f&llique &c&lA&f&lqui" tooltip "" run "/e" to all players
  33. send json of "&c&l» C&f&llique &c&lA&f&lqui" tooltip "" run "/diwdodawdhioiadhwdahoiad" to all players
  34. send json of "&c&l» C&f&llique &c&lA&f&lqui" tooltip "" run "/e" to all players
  35. send json of "&c&l» C&f&llique &c&lA&f&lqui" tooltip "" run "/e" to all players
  36. broadcast " &c&lF&f&last&c&lC&f&lick"
  37. broadcast " "
  38. broadcast "&f&c&m------(------------------)------"
  39. stop
  40. if arg 1 is "fechar":
  41. if {FastClick.Iniciou} is true:
  42. set {FastClick.Iniciou} to false
  43. broadcast "&f&c&m------(------------------)------"
  44. broadcast " "
  45. broadcast " &c&lF&f&last&c&lC&f&lick"
  46. broadcast "&c&l» &7O Evento FastClick foi Fechado!"
  47. broadcast " &c&lF&f&last&c&lC&f&lick"
  48. broadcast " "
  49. broadcast "&f&c&m------(------------------)------"
  50. stop
  51.  
  52. command /diwdodawdhioiadhwdahoiad:
  53. trigger:
  54. if {FastClick.Iniciou} is true:
  55. set {FastClick.Iniciou} to false
  56. broadcast "&f&c&m------(------------------)------"
  57. broadcast " "
  58. broadcast " &c&lF&f&last&c&lC&f&lick"
  59. broadcast "&c&l» &7O Ganhador Foi %player¨%"
  60. broadcast " &c&lF&f&last&c&lC&f&lick"
  61. broadcast " "
  62. broadcast "&f&c&m------(------------------)------"
  63. make console execute command "/pex user %player% prefix &f&l[&c&lF&f&last&c&lC&f&llicker&c&l]"
  64. add {@Preço} to player's account
  65. wait 3 hours
  66. make console execute command "/pex user %player% prefix &r"
  67. stop
  68.  
  69. every 3 hours:
  70. make console execute command "/fc iniciar"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement