Advertisement
Guest User

startup

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