osmarks

LabelNet Downloader

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