SHOW:
|
|
- or go back to the newest paste.
| 1 | --Functions-- | |
| 2 | ||
| 3 | local function initialize() | |
| 4 | ||
| 5 | shell.openTab("security.exe")
| |
| 6 | ||
| 7 | end | |
| 8 | ||
| 9 | ||
| 10 | --SubStartProtocole-- | |
| 11 | initialize() | |
| 12 | term.clear() | |
| 13 | term.setCursorPos(1, 1) | |
| 14 | textutils.slowPrint("Demarrage du systeme...")
| |
| 15 | textutils.slowWrite("Statut: ")
| |
| 16 | term.setTextColor(colors.green) | |
| 17 | sleep(1) | |
| 18 | textutils.slowPrint("Online") |