anfbckdo

wipe.lua

Dec 22nd, 2023 (edited)
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. -- a quick and easy way to delete CC:ARPANET from your system
  2. shell.run("delete receiver.lua")
  3. shell.run("delete startup.lua")
  4. shell.run("delete load.lua")
  5. shell.run("delete network.lua")
  6.         print("CC:ARPANET Successfully uninstalled")
  7. shell.run("delete /wipe.lua")
  8. shell.run("reboot")
  9.  
Advertisement
Add Comment
Please, Sign In to add comment