Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- DELETING BASIC SYSTEMS
- print("Beginning uninstall")
- shell.run("delete startup")
- shell.run("delete .login")
- shell.run("delete .menu")
- shell.run("delete .settings")
- shell.run("delete .clear")
- -- INSTALLING EXTRA UTILITIES
- print("Uninstalling utilities...")
- shell.run("delete .disableAutoComplete")
- shell.run("delete update")
- shell.run("delete help")
- shell.run("delete chat")
- -- DELETE UNINSTALL AND ALLOW REINSTALL
- shell.run("delete uninstall")
- shell.run("pastebin get GzGX7D6T install")
- -- FINAL MESSAGE
- print("Uninstall complete")
- print("The 'install' program will download a new copy")
- shell.run("label set PC")
Advertisement
Add Comment
Please, Sign In to add comment