Advertisement
rungholt

downloadScript

Feb 15th, 2021 (edited)
515
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.77 KB | None | 0 0
  1. local function getMbs()
  2.     shell.run("wget https://raw.githubusercontent.com/SquidDev-CC/mbs/master/mbs.lua mbs")
  3.     shell.run("mbs install")
  4.     shell.run("reboot")
  5. end
  6.  
  7. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/modemstart.lua modemstart")
  8. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/speakertest.lua speakertest")
  9. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/trace.lua trace")
  10. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/ports.lua ports")
  11. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/ping.lua ping")
  12. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/opusedit.lua opedit")
  13. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/on.lua on")
  14. shell.run("pastebin get vyAZc6tJ luaide")
  15. shell.run("pastebin get Aaza6h5v framebuffer")
  16. shell.run("pastebin get ySEWczEr nshauth")
  17. shell.run("wget https://gist.githubusercontent.com/MCJack123/8c8861e5e3082d2bed18d07641b5b2cc/raw/0804c35c777c805ed793052991f3b8ad56219492/rawshell.lua")
  18. shell.run("wget https://gist.githubusercontent.com/MCJack123/56ca71555d9c0f78d4c985f1e9ad28e8/raw/4e9f0c6fcfdf20e8bb851886d2263cb8c8482ee6/modemshark.lua")
  19. shell.run("wget https://github.com/1Turtle/consult/releases/latest/download/cosu.lua")
  20. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/nsh.lua nsh")
  21. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/nshget.lua nshget")
  22. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/nshput.lua nshput")
  23. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/kristwallet.lua kristwallet")
  24. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/imageconv.lua imgconv")
  25. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/gitget.lua gitget")
  26. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/gifrec.lua gifrec")
  27. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/advanced/pain.lua pain")
  28. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/advanced/textpaint.lua textpaint")
  29. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-stuff/main/notMyType.lua notMyType")
  30. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-stuff/main/methodman.lua methodman")
  31. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-stuff/main/lsd.lua lsd")
  32. shell.run("wget https://raw.githubusercontent.com/CrazedProgrammer/chpal/master/chpal.lua")
  33. shell.run("wget https://raw.githubusercontent.com/CrazedProgrammer/chpal/master/pacpal.lua")
  34. shell.run("mkdir palettes")
  35. shell.run("cd palettes/")
  36. shell.run("wget https://raw.githubusercontent.com/CrazedProgrammer/chpal/master/palettes/dracula.pal")
  37. shell.run("wget https://raw.githubusercontent.com/CrazedProgrammer/chpal/master/palettes/hicontrast.pal")
  38. shell.run("wget https://raw.githubusercontent.com/CrazedProgrammer/chpal/master/palettes/micah.pal")
  39. shell.run("wget https://raw.githubusercontent.com/CrazedProgrammer/chpal/master/palettes/molokai.pal")
  40. shell.run("wget https://raw.githubusercontent.com/CrazedProgrammer/chpal/master/palettes/onedark.pal")
  41. shell.run("wget https://raw.githubusercontent.com/CrazedProgrammer/chpal/master/palettes/smyck.pal")
  42. shell.run("wget https://raw.githubusercontent.com/CrazedProgrammer/chpal/master/palettes/solarized.pal")
  43. shell.run("wget https://raw.githubusercontent.com/CrazedProgrammer/chpal/master/palettes/sunjack.pal")
  44. shell.run("wget https://raw.githubusercontent.com/CrazedProgrammer/chpal/master/palettes/tartan.pal")
  45. shell.run("cd ..")
  46. getMbs()
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement