Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.setBackgroundColor(colors.lightBlue)
- term.setTextColor(colors.yellow)
- term.clear()
- term.setCursorPos(1,1)
- print "Blue Bank Installer"
- term.setCursorPos(3,4)
- stat = shell.run("pastebin", "get", "nsTaqk1Q", "Caesar")
- print(stat)
- function choice()
- term.setCursorPos(3,6)
- print("Server/Admin/Client > ")
- d = read()
- if d == "server" or d == "Server" then
- c = "Server"
- ser()
- elseif d == "admin" or d == "Admin" then
- c = "Admin"
- ad()
- elseif d == "client" or d == "Client" then
- c = "Client"
- cli()
- else
- choice()
- end
- end
- function ser()
- stat = shell.run("pastebin","get","HHy2m94W","server")
- end
- function ad()
- stat = shell.run("pastebin","get","x7iDDmQa","admin")
- end
- function cli()
- stat = shell.run("pastebin","get","rQPNy7Yy","client")
- end
- term.setCursorPos(3,6)
- print(stat)
- choice()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement