Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function IdleBoard() -- Displays when not in use
- local bla = fs.open("Spleef", "r")
- local SpleefPrint = ""
- lib.Clear()
- lib.size(1)
- for line in bla:lines() do
- SpleefPrint = SpleefPrint..line.."\n"
- end
- bla:close()
- end
- local bla = fs.open("Anime", "r")
- local content = {}
- for line in fp:lines() do
- content[#content+1] = line
- end
- bla:close()
- local start = 1
- while true do
- lib.Clear()
- print(SpleefPrint)
- for n=start,start+12 do
- if content[start] then
- print(content[start]
- start = start+1
- else
- start = 1
- end
- end
- end
- end
- sleep(10)
- IdleBoard()
Advertisement
Add Comment
Please, Sign In to add comment