SHOW:
|
|
- or go back to the newest paste.
| 1 | - | |
| 1 | + | print("Frozen OS Beta v2.1")
|
| 2 | - | print("Frozen OS Beta v1.3")
|
| 2 | + | |
| 3 | textutils.slowPrint("there to be some bugs.")
| |
| 4 | print() | |
| 5 | textutils.slowPrint("Starting up Frozen OS")
| |
| 6 | textutils.slowPrint(".................")
| |
| 7 | shell.run("OS/.osprotect")
| |
| 8 | if fs.exists("OS/.oslock") == true then
| |
| 9 | - | shell.run("OS/.computer") |
| 9 | + | shell.run("OS/.oslock")
|
| 10 | else | |
| 11 | shell.run("OS/.computer")
| |
| 12 | end |