kd2bwzgen

TDL Suite Installer

Apr 10th, 2016
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. print("TDL Viewer 0.3.0")
  4. print("---------------")
  5. write("Do you wish to install the TDL Viewer?(y/N): ")
  6. local input = read()
  7. if string.lower(input) == "y" then
  8. shell.run("pastebin get 474egMdE tdlviewer")
  9. write("Do you wish to install TDL Client? (discontinued, but still up for download) (y/N): ")
  10. if string.lower(read()) == "y" then
  11. shell.run("pastebin get bCNS9r19 tdlclient")
  12. end
  13. print("Done!")
  14. else
  15. print("Bye!")
  16. end
Add Comment
Please, Sign In to add comment