Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("back")
- while true do
- rednet.send("Connected")
- id,message = rednet.receive(10)
- tonumber(id)
- if message == "CONNECTSUS" then
- print("Would you like to decrypt PC:", id, "? (Y/N")
- ANSWR = read()
- if ANSWR == "Y" then
- rednet.send(id, "DECY3678")
- else
- rednet.send(id, "DECN5849")
- end
- else
- print("Connection failed. Please try again.")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment