Advertisement
benjam123

Untitled

Jan 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. os.pullEvent = os.pullEventRaw
  2. correctpassword = "Changeme"
  3. write("Enter Password   ")
  4. password = read()
  5. if password == (jags) then
  6.  write("Access Granted")
  7.  redstone.setOutput("side", true)
  8.  sleep(5)
  9.  os.shutdown()
  10. elseif password == "edit" then
  11.  write("Starting computer modus...")
  12.  write("")
  13. else
  14.  write("Access Denied")
  15.  sleep(5)
  16.  os.shutdown()
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement