Advertisement
Jeyjey0

Untitled

Sep 1st, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local filePath = 'ids'local fileHandle = fs.open (filePath, 'r')
  2. id = textutils.unserialize (fileHandle.readAll())
  3. fileHandle.close()
  4. local filePath = 'messages'
  5. local fileHandle = fs.open (filePath, 'r')
  6. website = textutils.unserialize (fileHandle.readAll())
  7. code = "pastebin get hXUvd2Pp okasd"
  8. rednet.send(id,code)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement