Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local term = require("term")
- local io = require("io")
- local event = require("event")
- term.write("Password: ")
- while(password = io.read())
- do
- event.shouldInterrupt = function() return false end
- end
- if password == "potato" theb
- print("Valid!")
- else
- print("Invalid!")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement