jille_Jr

CC: Download utils

Apr 21st, 2022 (edited)
502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.58 KB | None | 0 0
  1. --[[
  2. Run the following:
  3.  
  4.     pastebin run usywPc5d
  5. ]]--
  6.  
  7. shell.run("set motd.enable false")
  8.  
  9. shell.run("pastebin get aRyad7Wy which.lua")
  10. shell.run("pastebin get HFqqPAAd cat.lua")
  11. shell.run("pastebin get XQ41ieiU inspect.lua")
  12. shell.run("pastebin get BPsFaVLm tunnel.lua")
  13. shell.run("pastebin get FaVSyAax chop.lua")
  14. shell.run("pastebin get 2YUyBPUS mine.lua")
  15. shell.run("pastebin get tbPBm5DJ fuel-label.lua")
  16. shell.run("pastebin get y3CRinRU sort.lua")
  17.  
  18. local file = fs.open("startup.lua", "w")
  19. file.write('shell.run("fuel-label.lua")')
  20. file.close()
  21.  
  22. shell.run("fuel-label.lua")
Add Comment
Please, Sign In to add comment