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", "i92P7tt6", "base")
- print(stat)
- stat = shell.run("pastebin", "run", "LYAxmSby", "get", "86925e07cbabd70773e53d781bd8b2fe/aeslua.min.lua", "aes")
- print(stat)
- function choice()
- term.setCursorPos(3,10)
- write("Server/Client > ")
- d = read()
- if d == "server" or d == "Server" or d == "s" or d == "S" then
- ser()
- elseif d == "client" or d == "Client" or d == "c" or d == "C" then
- c = "Client"
- cli()
- else
- choice()
- end
- end
- function ser()
- stat = shell.run("pastebin","get","VkYYSbR4","server")
- end
- function cli()
- stat = shell.run("pastebin","get","bpf4TVGb","client")
- end
- term.setCursorPos(3,15)
- print(stat)
- choice()
Add Comment
Please, Sign In to add comment