Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #CODIGO DO MRPOWER#
- options:
- CmdHora: 12
- CmdMin: 10
- #FIX=Bom pra host#
- CmdFixhora: 1
- CmdFixmin: 2
- # COMANDO#
- Comando: /give grantygames diamond
- every 1 second:
- set {_now} to "%now%"
- set {_date.time::*} to {_now} split at " "
- set {_date::*} to {_date.time::1} split at "/"
- set {_time::*} to {_date.time::2} split at ":"
- set {_time.hour} to {_time::1}
- set {_time.minute} to {_time::2}
- set {_hora} to {@CmdHora} + {@CmdFixhora}
- set {_min} to {@CmdMin} + {@CmdFixmin}
- if {_time.hour} is "%{_hora}%":
- if {_min} is less than 10:
- set {_min} to "0%{_min}%"
- if {_time.minute} is "%{_min}%":
- make console execute command "{@Comando}"
Advertisement
Add Comment
Please, Sign In to add comment