Advertisement
MCFunRide

MCOS Beta 2 Installer

May 22nd, 2015
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. trolls = http.get("https://github.com/MCFunRide/MCOS-Beta-2/raw/master/installer.lua").readAll()
  2. f = fs.open("/.install","w")
  3. f.writeLine(trolls)
  4. f.close()
  5. shell.run("/.install")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement