Ember_Celica

Installer for Login and Time 1

Jun 5th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. print("ANSWERS ARE CASE SENSITIVE!")
  2. print("Do you wish to download the Login program? | Yes or No")
  3. LoginDwn = read()
  4.  
  5. if LoginDwn == "Yes" then
  6. print("Do you wish to download the LoginAutobooter | Yes or No")
  7. StartupDwn = read()
  8. end
  9. if StartupDwn == "Yes" then
  10. shell.run("pastebin get aCTbKk4W startup")
  11. shell.switchTab(shell.openTab("edit startup"))
  12. end
  13. if LoginDwn == "Yes" then
  14. shell.run("pastebin get ahEMbrAE Login")
  15. shell.switchTab(shell.openTab("edit Login"))
  16. if StartupDwn == "No" then
  17. print("Do you wish for the Login program to be the Startup? | Yes or No")
  18. LoginIsStart = read()
  19. if LoginIsStart == "Yes" then
  20. shell.run("rename Login startup")
  21. end
  22. end
  23. end
  24.  
  25. print("Do you wish to download the Clock program? | Yes or No")
  26. ClockDwn = read()
  27.  
  28. if ClockDwn == "Yes" then
  29. shell.run("pastebin get Wpp2pcDH Time1")
  30. shell.switchTab(shell.openTab("edit Time1"))
  31. if StartupDwn == "No" then
  32. print("Do you wish for the Login program to be the Startup? | Yes or No")
  33. TimeIsStart = read()
  34. if TimeIsStart == "Yes" and StartupDwn == "No" then
  35. shell.run("rename Time startup")
  36. end
  37. end
  38. end
Advertisement
Add Comment
Please, Sign In to add comment