Advertisement
Georggi

PasswordDoor

Aug 31st, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. write "Vvedite parol: "
  4. input = read("*")
  5. if 'Paradox' == input then
  6. print "[AntiGrief 2.2]: Welcome owner"
  7. redstone.setOutput("bottom",true)
  8. sleep(3)
  9. redstone.setOutput("bottom",false)
  10. else
  11. print "[AntiGrief 2.2]: You can't go there!!!"
  12. sleep(2)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement