Sirshark10

Bluebank Installer

May 16th, 2016
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local args = {...}
  2. if args[1] == "client" then
  3. shell.run("pastebin get 2BCqWa2c client")
  4. elseif args[1] == "server" then
  5. shell.run("pastebin get i0ZscG8h server")
  6. else
  7. print("Please run as follows")
  8. print("installer <SERVER/CLIENT>")
  9. end
Add Comment
Please, Sign In to add comment