JackMacWindows

cash Downloader

Oct 18th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. local handle = http.get("https://raw.githubusercontent.com/MCJack123/cash/master/cash.lua")
  2. local file = fs.open("cash.lua", "w")
  3. file.write(handle.readAll())
  4. handle.close()
  5. file.close()
  6. print("Download cash to cash.lua")
Add Comment
Please, Sign In to add comment