Advertisement
minimite

kristvaultinstaller

Mar 14th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. --Note that you need to install KristWallet before installing this program!
  2. local open = fs.open("kristvault", "w")
  3. open.write(http.get("https://raw.githubusercontent.com/cpixelcube/kristvault/master/main").readAll())
  4. open.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement