Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --FoxLock
- --By FoxData
- os.pullEvent = os.pullEventRaw
- while true do
- term.clear()
- term.setCursorPos(10,5)
- local password = "locked"
- print("This Machine has been locked")
- term.setCursorPos(5,10)
- print("Please Enter your password:")
- term.setCursorPos(33,10)
- local input = read("ΒΆ")
- if input == password then break
- else
- -- Do Nothing
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment