immibis

Untitled

Oct 4th, 2013
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local c=http.get("http://immibis.com/ccfiles/rrts1/mine.lua")
  2. local d=c.readAll()
  3. c.close()
  4. local f=fs.open("/startup","w")
  5. f.write(d)
  6. f.close()
  7. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment