Advertisement
Guest User

door

a guest
Oct 31st, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. password = "admin"
  4. print("Enter the password please.")
  5. input = read()
  6. if input == password then
  7. rs.setOutput("left",true)
  8. sleep(3)
  9. rs.setOutput("left",false)
  10. end
  11. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement