Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("What would you like to install?")
- print("execute receive filereceive chatlog or link")
- local input = read()
- if input == "execute" then
- print("Downloading execute")
- shell.run("pastebin get D08azq37 execute")
- elseif input == "receive" then
- print("Downloading receive")
- shell.run("pastebin get AYySCS5F receive")
- elseif input == "link" then
- print("link:Dfa8jf7Y")
- elseif input == "filereceive" then
- print("Downloading filereceive")
- shell.run("pastebin get VAgji4Qm filereceive")
- elseif input == "chatlog" then
- print("Downloading Chatlog")
- shell.run("pastebin get 1w75KAnK chatlog")
- else
- print("Invalid input")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement