Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("ANSWERS ARE CASE SENSITIVE!")
- print("Do you wish to download the Login program? | Yes or No")
- LoginDwn = read()
- if LoginDwn == "Yes" then
- print("Do you wish to download the LoginAutobooter | Yes or No")
- StartupDwn = read()
- end
- if StartupDwn == "Yes" then
- shell.run("pastebin get aCTbKk4W startup")
- shell.switchTab(shell.openTab("edit startup"))
- end
- if LoginDwn == "Yes" then
- shell.run("pastebin get ahEMbrAE Login")
- shell.switchTab(shell.openTab("edit Login"))
- if StartupDwn == "No" then
- print("Do you wish for the Login program to be the Startup? | Yes or No")
- LoginIsStart = read()
- if LoginIsStart == "Yes" then
- shell.run("rename Login startup")
- end
- end
- end
- print("Do you wish to download the Clock program? | Yes or No")
- ClockDwn = read()
- if ClockDwn == "Yes" then
- shell.run("pastebin get Wpp2pcDH Time1")
- shell.switchTab(shell.openTab("edit Time1"))
- if StartupDwn == "No" then
- print("Do you wish for the Login program to be the Startup? | Yes or No")
- TimeIsStart = read()
- if TimeIsStart == "Yes" and StartupDwn == "No" then
- shell.run("rename Time startup")
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment