Advertisement
justync7

getccSploit

Jul 11th, 2015
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. local link  = "https://raw.githubusercontent.com/justync7/ccSploit/master/ccsploit"
  2.  
  3. local load = http.get(link)
  4.    
  5. if load then
  6.     local content = load.readAll()
  7.     local file = fs.open("ccsploit", "w")
  8.     file.write(content)
  9.     file.close()
  10.     print("Downloaded ccSploit successfully!")
  11. else
  12.     print("Failed to download ccSploit.")
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement