anfbckdo

dependencies.lua

Dec 22nd, 2023 (edited)
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.53 KB | None | 0 0
  1. -- holds pastebin data in seperate commands for users to install one file \
  2.  
  3. shell.run("pastebin get UmWLCieW receiver.lua") -- downloads receiver.lua
  4. shell.run("pastebin get aE9Jr64Z startup.lua") -- downloads startup.lua
  5. shell.run("pastebin get YWxzgzuD load.lua") -- downloads load.lua
  6. shell.run("pastebin get Ujtukn8D network.lua") -- downloads network.lua
  7. shell.run("pastebin get QDU9uW8K wipe.lua") -- downloads ARPANET wiper
  8.         print("All dependencies downloaded.")
  9. shell.run("delete /dependencies.lua")
  10. shell.run("reboot")
  11.  
Advertisement
Add Comment
Please, Sign In to add comment