Advertisement
Restioson

Untitled

May 13th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.59 KB | None | 0 0
  1. local args = { ... }
  2.  
  3. clientID = "GRCmhBiE"
  4. serverID = "pyFU8aQx"
  5.  
  6. if args[1] == "client" then
  7.     shell.run("pastebin get " .. clientID .. " authKey")
  8.     print("Please be sure to set the config on lines 1-4")
  9.     print("This script is a proof of concept, and has no special properties")
  10. elseif args[1] == "server" then
  11.     shell.run("pastebin get " .. serverID .. " authKey")
  12.     print("Please be sure to set the config on lines 1-2")
  13.     print("This script is a proof of concept, and has no special properties")
  14. else
  15.     printError("Syntax: authKeyInstaller <client | server>")
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement