View difference between Paste ID: rsctaXa2 and pUBpBbdd
SHOW: | | - or go back to the newest paste.
1
term.clear()
2
term.setCursorPos(8,18)
3
print("Installing CraftOS realistic boot!")
4
sleep(5)
5-
shell.run("delete installer")
5+
term.setCursorPos(5,1)
6
shell.run("pastebin get Py4Dc339 startup")
7
term.setCursorPos(5,3)
8
shell.run("pastebin get PGPvnxsG reboot")
9
term.setCursorPos(5,5)
10
shell.run("pastebin get quStBemH turnoff")
11
term.setCursorPos(5,7)
12
shell.run("pastebin get 6HKtWPKU shutdown")
13
term.setCursorPos(5,9)
14
shell.run("pastebin get 9F6t9jNt exit")
15
term.setCursorPos(5,11)
16
shell.run("pastebin get C0Eq303t RBkill")
17
sleep(5)
18
term.clear()
19
term.setCursorPos(10,3)
20
print("The normal username is admin")
21
term.setCursorPos(10,4)
22
print("and the normal password is banana.")
23
term.setCursorPos(10,5)
24
print("You can change everything in")
25
term.setCursorPos(10,6)
26
print("the file startup!")
27
term.setCursorPos(10,7)
28
print("Say RBkill to remove")
29
term.setCursorPos(10,8)
30
print("the realistic boot!")
31
sleep(5)
32
shell.run("reboot")