Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Id, Name, Dis = rednet.recieve(timeout)
- Id, Code, Dis = rednet.redieve(timeout)
- print("Code from ID: "..Id)
- print("Code will be saved as "..Name)
- sleep(0.5)
- file = fs.open(Name, "w")
- file:write(Code)
- file:close
- print("Saved as "..Name)
Advertisement
Add Comment
Please, Sign In to add comment