grantygames

Untitled

Jun 29th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. #CODIGO DO MRPOWER#
  2. options:
  3. CmdHora: 12
  4. CmdMin: 10
  5. #FIX=Bom pra host#
  6. CmdFixhora: 1
  7. CmdFixmin: 2
  8. # COMANDO#
  9. Comando: /give grantygames diamond
  10. every 1 second:
  11. set {_now} to "%now%"
  12. set {_date.time::*} to {_now} split at " "
  13. set {_date::*} to {_date.time::1} split at "/"
  14. set {_time::*} to {_date.time::2} split at ":"
  15. set {_time.hour} to {_time::1}
  16. set {_time.minute} to {_time::2}
  17. set {_hora} to {@CmdHora} + {@CmdFixhora}
  18. set {_min} to {@CmdMin} + {@CmdFixmin}
  19. if {_time.hour} is "%{_hora}%":
  20. if {_min} is less than 10:
  21. set {_min} to "0%{_min}%"
  22. if {_time.minute} is "%{_min}%":
  23. make console execute command "{@Comando}"
Advertisement
Add Comment
Please, Sign In to add comment