Advertisement
Vadilla

Untitled

Jul 8th, 2021
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. while true do
  2. term.clear()
  3. term.setCursorPos(1, 1)
  4. print("Please Enter Password:")
  5. input = read("*")
  6. if input == "8817" then
  7. redstone.setOutput("bottom", true)
  8. sleep(2)
  9. redstone.setOutput("bottom", false)
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement