Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Aesthetic Bootup System
- -- Written by DiabolusNeil | CC 1.56
- term.clear()
- term.setCursorPos(1,1)
- textutils.slowPrint("FlameNet v1.0.0 | By DiabolusNeil")
- sleep(1)
- print("---------------------------------")
- sleep(1)
- print("[Info] Booting Up...")
- sleep(1)
- local x, y = term.getCursorPos()
- for i = 0, 19 do
- write("[Info] "..i * 5 + math.random(0,4).."%")
- sleep(0.2)
- term.clearLine()
- term.setCursorPos(1,y)
- end
- write("[Info] 100%")
- sleep(1)
- term.clearLine()
- term.setCursorPos(1,y)
- print("[Info] Booted up 'FlameNet_v1.01_b001'")
- sleep(1)
- print("[Info] Validating web key...")
- sleep(1)
- x2, y2 = term.getCursorPos()
- local ping
- for i = 1, math.random(1,8) do
- textutils.slowPrint("...................................................")
- term.setCursorPos(1,y2)
- sleep(0.1)
- term.clearLine()
- ping = i
- end
- print("[Info] Successfully validated web key")
- sleep(1)
- print("[Info] Ping Strength: "..ping * 1000 + math.random(1,999).."ms")
- sleep(1)
- print("[Complete] System has completed startup process")
- sleep(1)
- print("\nThank you for using FlameNet, and have a great day!\n\n\n")
- print("---------------------------------------------------")
- sleep(1)
- term.setCursorPos(1,18)
- print("Enter a command below.")
Advertisement
Add Comment
Please, Sign In to add comment