Advertisement
rungholt

dlTurtle

Feb 27th, 2021 (edited)
1,084
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.87 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://github.com/rungholt/cc-rom/blob/main/programs/turtle/goto.lua")
  21. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/nsh.lua nsh")
  22. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/nshget.lua nshget")
  23. shell.run("wget https://raw.githubusercontent.com/rungholt/cc-rom/main/programs/nshput.lua nshput")
  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("pastebin get f44Hp7UV tinspect")
  30. shell.run("pastebin get TkEms8DR tcheckinventory")
  31. shell.run("pastebin get 9RRA1uji methodman")
  32. shell.run("pastebin get vkCfNXHk notmytype")
  33. shell.run("pastebin get m9z2uWfW twolayerdirt")
  34. shell.run("pastebin get yz9f1XRu tfillcli")
  35. shell.run("pastebin get f3f182ZG tflatcli")
  36. shell.run("pastebin get nCRbr5kr pamcotton")
  37. shell.run("pastebin get LXsCttfN txyz")
  38. shell.run("pastebin get jeL9qDY7 tbedrockladder")
  39. shell.run("pastebin get UmXyh2zF buck")
  40. shell.run("pastebin get LXsCttfN tXYZcli")
  41. shell.run("pastebin get anpFYDij info")
  42. getMbs()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement