Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --
- -- Recorded by Lightshot
- --
- local sD = ({[1]={[1]="CraftOS 1.4",[2]="startupx",[3]="startupx ",[4]=" ",},})
- local function sp(data) return sleep(data) end
- local function a(data) return write(data) end
- local function b(data) return print(data) end
- local function c(data) return term.write(data) end
- local function d(x, y) return term.setCursorPos(x, y) end
- local function e(data) return term.setBackgroundColor(data) end
- local function f(data) return term.setTextColor(data) end
- local function g(data) return term.clear(data) end
- local function h(data) return term.clearLine() end
- local function i(data) return term.setCursorBlink(data) end
- local function j(data) return term.scroll(data) end
- f(1)
- e(32768)
- g()
- d(1, 1)
- f(16)
- b(sD[1][1])
- a([[> ]])
- f(1)
- i(true)
- sp(0.35) d(3, 2)
- c([[s]])
- d(4, 2)
- sp(0.1) d(3, 2)
- c([[st]])
- d(5, 2)
- sp(0.1) d(3, 2)
- c([[sta]])
- d(6, 2)
- sp(0.1) d(3, 2)
- c([[star]])
- d(7, 2)
- sp(0.55) d(3, 2)
- c([[start]])
- d(8, 2)
- sp(0.15) d(3, 2)
- c([[startu]])
- d(9, 2)
- sp(0.2) d(3, 2)
- c([[startup]])
- d(10, 2)
- sp(0.4) d(3, 2)
- c(sD[1][2])
- d(11, 2)
- sp(0.05) d(3, 2)
- c(sD[1][3])
- d(12, 2)
- sp(0.15) d(3, 2)
- c(sD[1][4])
- d(12, 2)
- d(3, 2)
- c(sD[1][2])
- d(11, 2)
- sp(0.75) i(false)
- d(52, 2)
- b([[]])
- sp(4.4) term.setCursorBlink(false)
- if term.isColor() then term.setTextColor(colors.yellow)
- else term.setTextColor(colors.white) end
- term.setBackgroundColor(colors.black)
- term.clear()
- term.setCursorPos(1, 1)
- print("End of Recording!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement