Plazter

puff

Apr 29th, 2013
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. while true do
  2. term.clear()
  3. term.setCursorPos(1, 1)
  4. print("Please Enter Password To Get Across:")
  5. input = read("*")
  6. if input == "password" then
  7. shell.run("redpulse", "3", "left")
  8. sleep(5)
  9. shell.run("redpulse", "3", "right",
  10. else
  11. print("INCORRECT PASSWORD!!!")
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment