View difference between Paste ID: C0Eq303t and DUen1B6N
SHOW: | | - or go back to the newest paste.
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()