Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local link = "https://raw.githubusercontent.com/justync7/ccSploit/master/ccsploit"
- local load = http.get(link)
- if load then
- local content = load.readAll()
- local file = fs.open("ccsploit", "w")
- file.write(content)
- file.close()
- print("Downloaded ccSploit successfully!")
- else
- print("Failed to download ccSploit.")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement