Advertisement
UltraNexus

Untitled

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