Sxw1212

Xavante

Sep 18th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. print("Downloading Xavante...")
  2. local xavante=http.get("https://raw.github.com/Sxw1212/Xavante/master/XavanteServer.lua")
  3. fs.delete("/xavante")
  4. local fh=fs.open("/xavante","w")
  5. fh.write(xavante.readAll())
  6. xavante.close()
  7. fh.close()
  8. fs.makeDir("/www")
Advertisement
Add Comment
Please, Sign In to add comment