ElijahCrafter

Run

Nov 27th, 2025 (edited)
724
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.26 KB | Source Code | 0 0
  1. print("Download OS?")
  2. print("This will remove current startup files!")
  3. print("Y/N")
  4. local answer = io.read()
  5. if answer == "Y" or "y" then
  6.     shell.run("delete startup")
  7.     print("Downloading UI")
  8.     shell.run("pastebin get ZXQYB6uT os/ui")
  9.     print("Downloading Apps")
  10.     shell.run("pastebin get 1NRE1zdq os/apps")
  11.     print("Downloading main OS")
  12.     shell.run("pastebin get JngeJTk2 os/desktop")
  13.     print("Downloading startup")
  14.     shell.run("pastebin get Vi6GyLDm startup")
  15.     print("Main OS finished installing games:")
  16.     sleep(1)
  17.     print("Installing 2048")
  18.     shell.run("pastebin get ZvSdaYnp os/games/2048")
  19.     print("Installing Breakout")
  20.     shell.run("pastebin get NSJ7AJ7r os/games/breakout")
  21.     print("Installing Minesweeper")
  22.     shell.run("pastebin get vqnbt3UP os/games/minesweeper")
  23.     print("Installing Pong")
  24.     shell.run("pastebin get gaW1yvQ6 os/games/pong")
  25.     print("Installing Snake")
  26.     shell.run("pastebin get 8mwrRq3H os/games/snake")
  27.     print("Installing Tetris")
  28.     shell.run("pastebin get Vj6ERfup os/games/tetris")
  29.     print("Finished installing games")
  30.     shell.run("pastebin get q2XZFZRZ os/programs/imgconv")
  31.     sleep(1)
  32.     print("Rebooting")
  33.     sleep(2)
  34.     shell.run("reboot")
  35. else
  36.     print("Stopping setup")
  37. end
  38.    
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment