Advertisement
UltraNexus

Untitled

Apr 28th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2. while true do
  3. shell.run("clear")
  4. write("Password: ")
  5. p = read("*")
  6. if(p == "091003") then
  7. print("Richtig!")
  8. rs.setOutput("bottom", true)
  9. sleep(2)
  10. rs.setOutput("bottom", false)
  11. else
  12. print("Falsch!")
  13. sleep(1)
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement