Advertisement
Guest User

f

a guest
Jan 23rd, 2013
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.78 KB | None | 0 0
  1.  
  2. local sD = ({[1]={[1]="CraftOS 1.4",[2]="edit hel",[3]="edit heli",[4]="edit helic",[5]="edit helico",[6]="edit helicop",[7]="edit helicopt",[8]="edit helicopte",[9]="edit helicopter",},})
  3. --  
  4. --  Recorded by Lightshot
  5. --
  6.  
  7. local function sp(data) return sleep(data) end
  8. local function a(data) return write(data) end
  9. local function b(data) return print(data) end
  10. local function c(data) return term.write(data) end
  11. local function d(x,y) return term.setCursorPos(x,y) end
  12. local function e(data) return term.setBackgroundColor(data) end
  13. local function f(data) return term.setTextColor(data) end
  14. local function g(data) return term.clear(data) end
  15. local function h(data) return term.clearLine() end
  16. local function i(data) return term.setCursorBlink(data) end
  17. local function j(data) return term.scroll(data) end
  18.  
  19. f(1)
  20. e(32768)
  21. g()
  22. d(1, 1)
  23. f(16)
  24. b(sD[1][1])
  25. a([[> ]])
  26. f(1)
  27. i(true)
  28. sp(0.35) d(3, 2)
  29. c([[e]])
  30. d(4, 2)
  31. sp(0.1) d(3, 2)
  32. c([[ed]])
  33. d(5, 2)
  34. sp(0.2) d(3, 2)
  35. c([[edi]])
  36. d(6, 2)
  37. sp(0.3) d(3, 2)
  38. c([[edit]])
  39. d(7, 2)
  40. sp(0.2) d(3, 2)
  41. c([[edit ]])
  42. d(8, 2)
  43. sp(0.25) d(3, 2)
  44. c([[edit h]])
  45. d(9, 2)
  46. sp(0.15) d(3, 2)
  47. c([[edit he]])
  48. d(10, 2)
  49. sp(0.15) d(3, 2)
  50. c(sD[1][2])
  51. d(11, 2)
  52. sp(0.25) d(3, 2)
  53. c(sD[1][3])
  54. d(12, 2)
  55. sp(0.25) d(3, 2)
  56. c(sD[1][4])
  57. d(13, 2)
  58. sp(0.3) d(3, 2)
  59. c(sD[1][5])
  60. d(14, 2)
  61. sp(0.25) d(3, 2)
  62. c(sD[1][6])
  63. d(15, 2)
  64. sp(0.35) d(3, 2)
  65. c(sD[1][7])
  66. d(16, 2)
  67. sp(0.15) d(3, 2)
  68. c(sD[1][8])
  69. d(17, 2)
  70. d(3, 2)
  71. c(sD[1][9])
  72. d(18, 2)
  73. sp(0.35) i(false)
  74. d(52, 2)
  75. b([[]])
  76. sp(5.25) f(16)
  77. a([[> ]])
  78. f(1)
  79. i(true)
  80. sp(2.35) term.setCursorBlink(false)
  81. if term.isColor() then term.setTextColor(colors.yellow)
  82. else term.setTextColor(colors.white) end
  83. term.setBackgroundColor(colors.black)
  84. term.clear()
  85. term.setCursorPos(1, 1)
  86. print("End of Recording!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement