Derek1017

Test

Jan 16th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. resp = http.get("http://dl.dropbox.com/u/96692542/Meh/install")
  2. ak = io.open("/installMeh","w")
  3. ak:write(resp.readAll())
  4. ak:close()
  5. fs.delete(shell.getRunningProgram())
  6. shell.run("/installMeh")
Add Comment
Please, Sign In to add comment