Advertisement
UltraNexus

Untitled

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