osmarks

BundleNet Downloader

Sep 15th, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. local h = http.get "https://pastebin.com/raw/QTwgLZMA"
  2. local f = fs.open("bundlenet", "w")
  3. f.write(h.readAll())
  4. f.close()
  5. h.close()
Add Comment
Please, Sign In to add comment