Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("top")
- while true do
- local word = ""
- id, message = rednet.receive()
- print(message)
- file = fs.open("/users/"..message, "r")
- allow = file.readLine()
- if message == "pass" then
- sleep(3)
- word = message
- if word == allow then
- print("Password")
- file.close()
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement