Advertisement
DRULES679

Computercraft Password Script 2

Oct 24th, 2023
860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. code = "0000"
  2. while term.read ~= code do
  3.     term.clear()
  4.     term.setCursorPos(1, 1)
  5.     print("Please Enter Password")
  6.     input = read("*")
  7. end
  8. term.clear()
  9. term.setCursorPos(1, 1)
  10. break
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement