FiireWiinter

CCRBkill

Oct 10th, 2017
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. shell.run("delete startup")
  2. shell.run("delete reboot")
  3. shell.run("delete turnoff")
  4. shell.run("delete shutdown")
  5. shell.run("delete exit")
  6. term.clear()
  7. term.setCursorPos(5,7)
  8. print("Realistic boot got deleted!")
  9. sleep(3)
  10. print("reboot!")
  11. shell.run("delete RBkill")
  12. os.reboot()
Add Comment
Please, Sign In to add comment