Advertisement
Doug4347

authKey - Installer

May 12th, 2017
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.53 KB | None | 0 0
  1. local = args { ... }
  2.  
  3. clientID = "GRCmhBiE"
  4. serverID = "pyFU8aQx"
  5.  
  6. if args[1] == "client"
  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"
  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