Advertisement
DanielLaby99

LabyOS [XP] EasterEgg1

Mar 14th, 2014
49,317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. -- ########################## -- ???? -- ############################ --
  2. local function s(...) return sleep(...) end
  3. local function w(...) return write(...) end
  4. local function p(...) return print(...) end
  5. local function tw(...) return term.write(...) end
  6. local function scp(...) return term.setCursorPos(...) end
  7. local function sbc(...) return term.setBackgroundColor(...) end
  8. local function stc(...) return term.setTextColor(...) end
  9. local function tc(...) return term.clear(...) end
  10. local function tcl(...) return term.clearLine() end
  11. local function scb(...) return term.setCursorBlink(...) end
  12. local function ts(...) return term.scroll(...) end
  13. local function r(...) return shell.run(...) end
  14. local function para(...) return parallel.waitForAny(...) end
  15. local function sw(...) return textutils.slowWrite(...) end
  16. local function sp(...) return textutils.slowPrint(...) end
  17. -- ########################## -- ???? -- ############################ --
  18. function clearlineEGG()
  19. scp(1,1)
  20. image = paintutils.loadImage("LabyOS/Texture/Desktop/"..dataname1a.."/1")
  21. paintutils.drawImage(image, 1, 1)
  22. stc(1)
  23. sbc(8192)
  24. scp(1,19)
  25. w([[ Start ]])
  26. sbc(2048)
  27. w([[ 00:00]])
  28. stc(16384)
  29. scp(13,19)
  30. end
  31. sbc(1)
  32. stc(16384)
  33. scp(44,13)
  34. write(" .")
  35. scp(48,13)
  36. write(". ")
  37.  
  38. sleep(2)
  39.  
  40. sbc(356)
  41. stc(1)
  42. scp(44,13)
  43. write("__")
  44. scp(48,13)
  45. write("__")
  46.  
  47. sleep(0.1)
  48.  
  49. sbc(1)
  50. stc(16384)
  51. scp(44,13)
  52. write(". ")
  53. scp(48,13)
  54. write(". ")
  55.  
  56. sleep(1)
  57.  
  58. sbc(1)
  59. stc(16384)
  60. scp(44,13)
  61. write(" .")
  62. scp(48,13)
  63. write(" .")
  64.  
  65. sleep(1)
  66.  
  67. sbc(356)
  68. stc(1)
  69. scp(44,13)
  70. write("__")
  71. scp(48,13)
  72. write("__")
  73.  
  74. sleep(0.1)
  75.  
  76. sbc(1)
  77. stc(16384)
  78. scp(44,13)
  79. write(" .")
  80. scp(48,13)
  81. write(". ")
  82.  
  83. sleep(1)
  84.  
  85.  
  86.  
  87. function moveimage1()
  88. resetScreen()
  89. scp(10,2)
  90. w(" Task Manager ")
  91. sbc(16384)
  92. w("X")
  93. sbc(256)
  94. scp(10,3)
  95. w(" ")
  96. scp(10,4)
  97. w(" -LabyOS.exe [X] ")
  98. scp(10,5)
  99. w(" - ")
  100. scp(12,5)
  101. scp(10,6)
  102. w(" - ")
  103. scp(10,7)
  104. w(" - ")
  105. scp(10,8)
  106. w(" ")
  107. end
  108.  
  109. moveimage1()
  110. image = paintutils.loadImage("LabyOS/Texture/bin/File")
  111. paintutils.drawImage(image, 43, 11)
  112.  
  113. sleep(0.1)
  114. moveimage1()
  115. image = paintutils.loadImage("LabyOS/Texture/bin/File")
  116. paintutils.drawImage(image, 45, 11)
  117.  
  118. sleep(0.1)
  119. moveimage1()
  120. image = paintutils.loadImage("LabyOS/Texture/bin/File")
  121. paintutils.drawImage(image, 46, 11)
  122.  
  123. sleep(0.1)
  124. moveimage1()
  125. image = paintutils.loadImage("LabyOS/Texture/bin/File")
  126. paintutils.drawImage(image, 49, 11)
  127.  
  128. sleep(0.1)
  129. moveimage1()
  130. image = paintutils.loadImage("LabyOS/Texture/bin/File")
  131. paintutils.drawImage(image, 51, 11)
  132. sleep(0.1)
  133. moveimage1()
  134.  
  135. sleep(2)
  136. clearlineEGG()
  137. scp(13,19)
  138. sbc(2048)
  139. stc(16384)
  140. textutils.slowWrite("Hello, "..dataname1a.."..")
  141. sleep(1)
  142. textutils.slowWrite(" Arrg!!")
  143.  
  144. sleep(2)
  145.  
  146. clearlineEGG()
  147. textutils.slowWrite("WHY ARE YOU STILL ONLINE?")
  148. sleep(1)
  149. clearlineEGG()
  150. textutils.slowWrite("ITS 0:00!!!!!!")
  151. sleep(1)
  152. clearlineEGG()
  153. textutils.slowWrite("GO OFFLINE!")
  154. sleep(1)
  155. clearlineEGG()
  156. textutils.slowWrite(".....", 1)
  157. clearlineEGG()
  158. textutils.slowWrite("NO?!")
  159. sleep(1)
  160. textutils.slowWrite(" -.-")
  161. sleep(1)
  162. clearlineEGG()
  163. textutils.slowWrite("OK.. IM WATCHING YOU!")
  164. sleep(1)
  165. fs.delete("LabyOS/Texture/Desktop/"..dataname1a.."/1")
  166. fs.copy("LabyOS/Texture/bin/Task", "LabyOS/Texture/Desktop/"..dataname1a.."/1")
  167. resetScreen()
  168. clearlineEGG()
  169. textutils.slowWrite("MUHAHAHAHAHA...")
  170. sleep(2)
  171. shell.run("LabyOS/Programme/Desktop")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement