_56cool_

56oz-desktop

Jun 7th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2. local standby = 10
  3. local side = "top"
  4. local password = "ex2"
  5. term.clear()
  6. term.setCursorPos(1,1)
  7. write("Run:  ")
  8. local input = read("*")
  9. if input == Reboot then {
  10. os.reboot();
  11. }
Add Comment
Please, Sign In to add comment