Guest User

Untitled

a guest
Jul 11th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. pass = "tactics"
  2. hint = "hint
  3.  
  4. print ("Welcome to Doomman117's House")
  5. write "password :"
  6. input = read()
  7. if input ==pass then
  8. print ("Welcome Doomman117")
  9. redstone.setOutput ("left, true)
  10. sleep(2)
  11. os.shutdown()
  12. else
  13. print ("Access Denied")
  14. sleep(2)
  15. os.shutdown()
  16. end
  17. if input ==hint then
  18. write "Favorite PS1 Game"
Advertisement
Add Comment
Please, Sign In to add comment