Advertisement
Joshalot

CC - startup

Jan 21st, 2021 (edited)
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. for i=1, 3 do
  2.     shell.run("clear")
  3.     print("Booting up")
  4.     sleep(0.3)
  5.     shell.run("clear")
  6.     print("Booting up.")
  7.     sleep(0.3)
  8.     shell.run("clear")
  9.     print("Booting up..")
  10.     sleep(0.3)
  11.     shell.run("clear")
  12.     print("Booting up...")
  13.     sleep(0.3)
  14. end
  15. if fs.exists('lock') then
  16.   shell.run("lock")
  17. else
  18.   shell.run("clear")
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement