legolego19

Untitled

Nov 1st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. term.clear()
  2. print ("Mot de pass :")
  3. local pass = read("*")
  4.  
  5. if pass == "password" then
  6. redstone.setOutput("back", true)
  7. sleep(2)
  8. redstone.setOutput("back", false)
  9. os.reboot()
  10. end
  11. os.reboot()
Add Comment
Please, Sign In to add comment