Advertisement
sethxi

Untitled

Apr 12th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local bytes = http.get("http://pastebin.com/raw.php?i=zvfcQjYL")
  2. bytes = textutils.unserialize(bytes.readAll())
  3. local fh = fs.open("startup", "wb")
  4. for k, v in pairs(bytes) do
  5. fh.write(v)
  6. end
  7. fh.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement