Advertisement
Guest User

startup

a guest
Mar 29th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. shell.run("clear")
  2.  print("welcome")
  3.  sleep(3)
  4.  write("please enter code:  ")
  5.  input = read()
  6.  if input == "123" then
  7.  sleep(1)
  8.  shell.run("unlock 2")
  9.   else
  10.   print("ERROR ACCESS DENIED")
  11.   sleep(2)
  12.   os.reboot()
  13.  end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement