Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function download(url)
- res = http.get("http://kd.funniray.com/files/quarryInstaller/"..url)
- file = fs.open(url,"w")
- file.write(res.readAll())
- res.close()
- file.close()
- end
- download("quarry.lua")
- download("name.lua")
- download("quarrySettings")
- download("startup.lua")
- shell.run("name")
- shell.run("quarry -file quarrySettings")
Advertisement
Add Comment
Please, Sign In to add comment