Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local filePath = 'ids'local fileHandle = fs.open (filePath, 'r')
- id = textutils.unserialize (fileHandle.readAll())
- fileHandle.close()
- local filePath = 'messages'
- local fileHandle = fs.open (filePath, 'r')
- website = textutils.unserialize (fileHandle.readAll())
- code = "pastebin get hXUvd2Pp okasd"
- rednet.send(id,code)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement