Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Please login at the door")
- rednet.open("back")
- a = rednet.receive(10)
- print a
- b = true
- if a == "4703" then
- print("Password correct")
- b = false
- end
- if b then
- sleep(1)
- os.reboot()
- end
Advertisement
Add Comment
Please, Sign In to add comment