Advertisement
Ale2610

bluecloud

Oct 25th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. local h = http.get("https://raw.githubusercontent.com/Ale32bit/BlueCloud/master/client.lua")
  2. local f = fs.open("bluecloud","w")
  3. f.write(h.readAll())
  4. f.close()
  5. h.close()
  6. print("BlueCloud installed")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement