KedrikFeeD

install.lua

Feb 12th, 2025 (edited)
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.98 KB | None | 0 0
  1. term.setTextColor(colors.green)
  2. print("...Create modules...")
  3. shell.run("mkdir", "modules")
  4. shell.setDir("modules")
  5. shell.run("pastebin", "get vVtDgmkq basalt.lua")
  6. term.setTextColor(colors.blue)
  7. print("...Create common files...")
  8. shell.run("cd", "..")
  9. shell.run("pastebin", "get 2kph9knb messager.lua")
  10. shell.run("pastebin", "get 0BF2ReD2 player.lua")
  11. shell.run("pastebin", "get QDzyuQkv startup.lua")
  12. term.setTextColor(colors.orange)
  13. print("...Create sounds...")
  14. shell.run("mkdir", "sounds")
  15. shell.setDir("sounds")
  16. shell.run("wget", "\"https://drive.usercontent.google.com/u/0/uc?id=18VYBNHwXC_vxAkg5VgmG_JfXnrYoyVUp&export=download\" icq_sms-1.dfpwm")
  17. shell.run("wget", "\"https://drive.usercontent.google.com/u/0/uc?id=1XuTgHdKV8rEe6ZMoN59eq3I0KXMEfHse&export=download\" startup-sound.dfpwm")
  18. shell.run("cd", "..")
  19. term.setTextColor(colors.yellow)
  20. print("")
  21. print("Chat application installed successfully")
  22. print("")
  23. term.setTextColor(colors.white)
  24. shell.run("reboot")
  25.  
  26.  
  27.  
Advertisement
Add Comment
Please, Sign In to add comment