Advertisement
ElijahCrafter

Installer

Mar 15th, 2024 (edited)
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.68 KB | None | 0 0
  1. print("What would you like to install?")
  2. print("execute receive filereceive chatlog or link")
  3.  
  4. local input = read()
  5.  
  6. if input == "execute" then
  7.     print("Downloading execute")
  8.     shell.run("pastebin get D08azq37 execute")
  9. elseif input == "receive" then
  10.     print("Downloading receive")
  11.     shell.run("pastebin get AYySCS5F receive")
  12. elseif input == "link" then
  13.     print("link:Dfa8jf7Y")
  14. elseif input == "filereceive" then
  15.     print("Downloading filereceive")
  16.     shell.run("pastebin get VAgji4Qm filereceive")
  17. elseif input == "chatlog" then
  18.     print("Downloading Chatlog")
  19.     shell.run("pastebin get 1w75KAnK chatlog")
  20. else
  21.     print("Invalid input")
  22. end
  23.    
  24.  
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement