Advertisement
subzero22

start

Sep 2nd, 2014
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. print("Frozen OS Beta v2.1")
  2. textutils.slowPrint("This os is beta version so expect")
  3. textutils.slowPrint("there to be some bugs.")
  4. print()
  5. textutils.slowPrint("Starting up Frozen OS")
  6. textutils.slowPrint(".................")
  7. shell.run("OS/.osprotect")
  8. if fs.exists("OS/.oslock") == true then
  9. shell.run("OS/.oslock")
  10. else
  11. shell.run("OS/.computer")
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement