Advertisement
Quakemaster

|REDWIRE| PRIVATEPASS USING

Dec 11th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 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. textutils.slowPrint("Redwire OS")
  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.gray )
  45. print("[\ /|\ / ]")
  46. print("[ \ / | \ / ]")
  47. print("[ \ / | \ / ]")
  48. print("[ \ / | \ / ]")
  49. print("[ \ / | \ / ]")
  50. print("[ \ / | \/ ]")
  51. term.setTextColor( colors.blue )
  52. print("[--------set to x64-------]")
  53. term.setTextColor( colors.gray )
  54. print("[ / \ | / \ ]")
  55. print("[ / \ | / \ ]")
  56. print("[ / \ | / \ ]")
  57. print("[ / \ | / \ ]")
  58. print("[ / \ | / \ ]")
  59. print("[/ \|/ \]")
  60. sleep(3.0)
  61. term.setTextColor( colors.red )
  62. print("[Readable data ..]")
  63. sleep(0.5)
  64. term.setTextColor( colors.green )
  65. print("[OK]")
  66. sleep(1.0)
  67. term.setTextColor( colors.red )
  68. print("[SeLinux Enforcement]")
  69. sleep(0.5)
  70. term.setTextColor( colors.yellow )
  71. print("[Custom]")
  72. sleep(1.0)
  73. term.setTextColor( colors.red )
  74. print("[System Directory Data locating]")
  75. sleep(0.5)
  76. term.setTextColor( colors.green )
  77. print("[OK]")
  78. sleep(1.0)
  79. term.setTextColor( colors.yellow )
  80. print("[Booting SeLinux Kernel]")
  81. term.setTextColor( colors.blue )
  82. print("...")
  83. sleep(1.5)
  84. term.setBackgroundColor( colors.black )
  85. term.clear()
  86. os.pullEvent = os.pullEventRaw
  87. term.clear()
  88. term.setTextColor( colors.lime )
  89. term.setCursorPos(1,1)
  90. textutils.slowPrint("REDWIRE SECURITY")
  91. print("Username: Josh")
  92. write("Password: ")
  93. function pass()
  94. t = io.read()
  95. if t == "password" then
  96. textutils.slowPrint ("Access Granted.")
  97. sleep(2)
  98. term.clear()
  99. term.setCursorPos(1,1)
  100. else
  101. textutils.slowPrint ("Incorrect Login Details.")
  102. sleep(1)
  103. term.clear()
  104. term.setCursorPos(1,1)
  105. textutils.slowPrint("REDWIRE SECURITY")
  106. print("Userame: Josh")
  107. write("Password: ")
  108. pass()
  109. end
  110. end
  111. pass()
  112. term.setCursorPos(1,1)
  113. term.setTextColor( colors.lightBlue )
  114. print("-----------------RedwireOS-----------------")
  115. shell.run("cd user")
  116. shell.run("cd apps")
  117. term.setTextColor( colors.gray )
  118. print("Use help1, help2, help3 for help")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement