ecco7777

eccoget

Sep 23rd, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. args={...}
  2. file=args[1]
  3. data=http.get("http://gecco34.bplaced.net/Stuff/"..file).readAll()
  4. fp=fs.open(file,"w")
  5. fp.write(data)
  6. fp.close()
Add Comment
Please, Sign In to add comment