Guest User

Untitled

a guest
Dec 16th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2. print "..."
  3. print " "
  4. sleep(3)
  5. while true do
  6. term.clear()
  7. term.setCursorPos(1,1)
  8. write("Access Denied:")
  9. p = (read("*"))
  10. if p == ("Ragnarok")
  11. then
  12. print("Unsealing access door...")
  13. sleep(3)
  14. print("Access Granted. Walk with the gods.")
  15. rs.setOutput(right,true)
  16. sleep(10)
  17. re.setOutput(right,false)
  18. else
  19. print("Incorrect code. Lockdown initiated.")
  20. sleep(3)
  21. end
  22. sleep(3)
  23. end
  24. end
Add Comment
Please, Sign In to add comment