Guest User

Untitled

a guest
Jun 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. correct = false
  2. word = nothing
  3.  
  4. while 1 == 1 do
  5.  
  6. print(User MechMechanic/nWhat is your password?)
  7. io.read(word)
  8.  
  9. if word == spidermoney do
  10. redstone.setOutput("right", true)
  11. sleep(1)
  12. redstone.setOutput("right", false)
  13. sleep(1)
  14. else
  15. print(Access dinied!/n)
  16.  
  17. end
Add Comment
Please, Sign In to add comment