Guest User

RBkill

a guest
Oct 10th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  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()
Advertisement
Add Comment
Please, Sign In to add comment