Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(1,1)
- print("TDL Viewer 0.3.0")
- print("---------------")
- write("Do you wish to install the TDL Viewer?(y/N): ")
- local input = read()
- if string.lower(input) == "y" then
- shell.run("pastebin get 474egMdE tdlviewer")
- write("Do you wish to install TDL Client? (discontinued, but still up for download) (y/N): ")
- if string.lower(read()) == "y" then
- shell.run("pastebin get bCNS9r19 tdlclient")
- end
- print("Done!")
- else
- print("Bye!")
- end
Add Comment
Please, Sign In to add comment