Advertisement
Guest User

Easter

a guest
Apr 21st, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.16 KB | None | 0 0
  1. --39x13
  2. term.clear()
  3. print("+-------------------------------------+")
  4. print("l    Easter Surprise From Robinlemon  l")
  5. print("+-------------------------------------+")
  6. print("l    I just want to appreciate        l")
  7. print("l     the guy that you really are     l")
  8. print("l    paying for a server that can     l")
  9. print("l  cost ridiculous amounts of money   l")
  10. print("l     just for yours and others       l")
  11. print("l      amusement, to show you my      l")
  12. print("l   appreciation, ive prepared this!  l")
  13. print("l                                     l")
  14. print("l  Press any key to continue...       l")
  15. print("+-------------------------------------+")
  16. os.pullEvent("key")
  17. term.clear()
  18. print("+-------------------------------------+")
  19. print("l    Easter Surprise From Robinlemon  l")
  20. print("+-------------------------------------+")
  21. print("l    Preparing Surprise...            l")
  22. print("l                                     l")
  23. print("l                                     l")
  24. print("l                                     l")
  25. print("l                                     l")
  26. print("l                                     l")
  27. print("l                                     l")
  28. print("l                                     l")
  29. print("l                                     l")
  30. print("+-------------------------------------+")
  31. turtle.digDown()
  32. turtle.down()
  33. turtle.select(1)
  34. turtle.suckDown()
  35. turtle.select(2)
  36. turtle.suckDown()
  37. turtle.select(3)
  38. turtle.suckDown()
  39. turtle.select(4)
  40. turtle.suckDown()
  41. turtle.select(1)
  42. turtle.digDown()
  43. turtle.placeDown()
  44. turtle.up()
  45. turtle.placeDown()
  46. turtle.select(2)
  47. turtle.forward()
  48. turtle.place()
  49. turtle.up()
  50. turtle.forward()
  51. turtle.turnRight()
  52. turtle.forward()
  53. turtle.forward()
  54. turtle.forward()
  55. turtle.forward()
  56. turtle.place()
  57. turtle.back()
  58. turtle.place()
  59. turtle.placeDown()
  60. turtle.select(3)
  61. turtle.back()
  62. turtle.place()
  63. turtle.select(2)
  64. turtle.placeDown()
  65. turtle.select(3)
  66. turtle.back()
  67. turtle.place()
  68. turtle.select(2)
  69. turtle.placeDown()
  70. turtle.select(3)
  71. turtle.back()
  72. turtle.place()
  73. turtle.select(2)
  74. turtle.placeDown()
  75. turtle.select(3)
  76. turtle.back()
  77. turtle.place()
  78. turtle.select(2)
  79. turtle.back()
  80. turtle.place()
  81. turtle.back()
  82. turtle.place()
  83. turtle.up()
  84. turtle.up()
  85. turtle.placeDown()
  86. turtle.select(4)
  87. turtle.forward()
  88. turtle.placeDown()
  89. turtle.forward()
  90. turtle.placeDown()
  91. turtle.forward()
  92. turtle.placeDown()
  93. turtle.forward()
  94. turtle.placeDown()
  95. turtle.forward()
  96. turtle.placeDown()
  97. turtle.forward()
  98. turtle.placeDown()
  99. turtle.forward()
  100. turtle.placeDown()
  101. turtle.forward()
  102. turtle.placeDown()
  103. turtle.select(2)
  104. turtle.forward()
  105. turtle.placeDown()
  106. turtle.up()
  107. turtle.turnRight()
  108. turtle.turnRight()
  109. turtle.placeDown()
  110. turtle.select(4)
  111. turtle.forward()
  112. turtle.placeDown()
  113. turtle.forward()
  114. turtle.placeDown()
  115. turtle.forward()
  116. turtle.placeDown()
  117. turtle.forward()
  118. turtle.placeDown()
  119. turtle.forward()
  120. turtle.placeDown()
  121. turtle.forward()
  122. turtle.placeDown()
  123. turtle.forward()
  124. turtle.placeDown()
  125. turtle.forward()
  126. turtle.placeDown()
  127. turtle.select(2)
  128. turtle.forward()
  129. turtle.placeDown()
  130. turtle.select(2)
  131. turtle.place()
  132. turtle.up()
  133. turtle.turnRight()
  134. turtle.turnRight()
  135. turtle.select(3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement