Advertisement
Quakemaster

bootnew

Dec 4th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.89 KB | None | 0 0
  1. term.clear()
  2. term.setBackgroundColor( colors.gray )
  3. term.clear()
  4. term.setTextColor( colors.red )
  5. term.setCursorPos(20,5)
  6. print("CraftLinux")
  7. term.setTextColor( colors.white )
  8. term.setCursorPos(20,4)
  9. print("----------")
  10. sleep(0.5)
  11. term.setCursorPos(20,4)
  12. print("o---------")
  13. sleep(0.5)
  14. term.setCursorPos(20,4)
  15. print("oo--------")
  16. sleep(0.5)
  17. term.setCursorPos(20,4)
  18. print("ooo-------")
  19. sleep(0.5)
  20. term.setCursorPos(20,4)
  21. print("oooo------")
  22. sleep(0.5)
  23. term.setCursorPos(20,4)
  24. print("ooooo-----")
  25. sleep(0.5)
  26. term.setCursorPos(20,4)
  27. print("oooooo----")
  28. sleep(0.5)
  29. term.setCursorPos(20,4)
  30. print("ooooooo---")
  31. sleep(0.5)
  32. term.setCursorPos(20,4)
  33. print("oooooooo--")
  34. sleep(0.5)
  35. term.setCursorPos(20,4)
  36. print("ooooooooo-")
  37. sleep(0.5)
  38. term.setCursorPos(20,4)
  39. print("oooooooooo")
  40. sleep(1.0)
  41. term.clear()
  42. term.setBackgroundColor( colors.black )
  43. term.clear()
  44. term.setTextColor( colors.red )
  45. print("░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░")
  46. print("░░░░░░░░████░░████░░░████░░░░░░░")
  47. print("░░░░░░░░████░░████░░░░░░░░░░░░░░")
  48. print("░░░░░░░░████░░████░░░████░░░░░░░")
  49. print("░░░░░░░░████▄▄████░░░████░░░░░░░")
  50. print("░░░░░░░░██████████░░░████░░░░░░░")
  51. print("░░░░░░░░████▀▀████░░░████░░░░░░░")
  52. print("░░░░░░░░████░░████░░░████░░░░░░░")
  53. print("░░░░░░░░████░░████░░░████░░░░░░░")
  54. print("░░░░░░░░████░░████░░░████░░░░░░░")
  55. print("░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░")
  56. sleep(3.0)
  57. term.setTextColor( colors.red )
  58. print("[Readable data ..]")
  59. sleep(0.5)
  60. term.setTextColor( colors.green )
  61. print("[OK]")
  62. sleep(1.0)
  63. term.setTextColor( colors.red )
  64. print("[SeLinux Enforcement]")
  65. sleep(0.5)
  66. term.setTextColor( colors.yellow )
  67. print("[Custom]")
  68. sleep(1.0)
  69. term.setTextColor( colors.red )
  70. print("[System Directory Data locating]")
  71. sleep(0.5)
  72. term.setTextColor( colors.green )
  73. print("[OK]")
  74. sleep(1.0)
  75. term.setTextColor( colors.yellow )
  76. print("[Booting SeLinux Kernel]")
  77. term.setTextColor( colors.blue )
  78. print("...")
  79. sleep(1.5)
  80. term.setBackgroundColor( colors.black )
  81. term.clear()
  82. term.setCursorPos(1,1)
  83. term.setTextColor( colors.green )
  84. print("----------------CraftLinux---------------")
  85. shell.run("cd user")
  86. shell.run("cd apps")
  87. term.setTextColor( colors.red )
  88. print("Use help1, help2, help3 for help")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement