Advertisement
Guest User

demo

a guest
Feb 17th, 2013
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.48 KB | None | 0 0
  1. --  
  2. --  Recorded by Lightshot
  3. --  
  4.  
  5.  
  6. local sD = ({[1]={[1]="CraftOS 1.4",[2]="startupx",[3]="startupx ",[4]="         ",},})
  7.  
  8. local function sp(data) return sleep(data) end
  9. local function a(data) return write(data) end
  10. local function b(data) return print(data) end
  11. local function c(data) return term.write(data) end
  12. local function d(x, y) return term.setCursorPos(x, y) end
  13. local function e(data) return term.setBackgroundColor(data) end
  14. local function f(data) return term.setTextColor(data) end
  15. local function g(data) return term.clear(data) end
  16. local function h(data) return term.clearLine() end
  17. local function i(data) return term.setCursorBlink(data) end
  18. local function j(data) return term.scroll(data) end
  19.  
  20. f(1)
  21. e(32768)
  22. g()
  23. d(1, 1)
  24. f(16)
  25. b(sD[1][1])
  26. a([[> ]])
  27. f(1)
  28. i(true)
  29. sp(0.35) d(3, 2)
  30. c([[s]])
  31. d(4, 2)
  32. sp(0.1) d(3, 2)
  33. c([[st]])
  34. d(5, 2)
  35. sp(0.1) d(3, 2)
  36. c([[sta]])
  37. d(6, 2)
  38. sp(0.1) d(3, 2)
  39. c([[star]])
  40. d(7, 2)
  41. sp(0.55) d(3, 2)
  42. c([[start]])
  43. d(8, 2)
  44. sp(0.15) d(3, 2)
  45. c([[startu]])
  46. d(9, 2)
  47. sp(0.2) d(3, 2)
  48. c([[startup]])
  49. d(10, 2)
  50. sp(0.4) d(3, 2)
  51. c(sD[1][2])
  52. d(11, 2)
  53. sp(0.05) d(3, 2)
  54. c(sD[1][3])
  55. d(12, 2)
  56. sp(0.15) d(3, 2)
  57. c(sD[1][4])
  58. d(12, 2)
  59. d(3, 2)
  60. c(sD[1][2])
  61. d(11, 2)
  62. sp(0.75) i(false)
  63. d(52, 2)
  64. b([[]])
  65. sp(4.4) term.setCursorBlink(false)
  66. if term.isColor() then term.setTextColor(colors.yellow)
  67. else term.setTextColor(colors.white) end
  68. term.setBackgroundColor(colors.black)
  69. term.clear()
  70. term.setCursorPos(1, 1)
  71. print("End of Recording!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement