Advertisement
subzero22

Frozen OS Install

Aug 20th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.49 KB | None | 0 0
  1. if fs.exists("disk/install") == true then
  2. fs.delete("disk/install")
  3. end
  4. shell.run("pastebin", "get", "JRgu6z3E", "disk/install")
  5.  
  6. if fs.exists("disk/calculator") == true then
  7. fs.delete("disk/calculator")
  8. end
  9. shell.run("pastebin", "get", "YedBsxiA", "disk/calculator")
  10.  
  11. if fs.exists("disk/computer") == true then
  12. fs.delete("disk/computer")
  13. end
  14. shell.run("pastebin", "get", "3QnyV0Sf", "disk/computer")
  15.  
  16. if fs.exists("disk/notepad") == true then
  17. fs.delete("disk/notepad")
  18. end
  19. shell.run("pastebin", "get", "JUbWAb0n", "disk/notepad")
  20.  
  21. if fs.exists("disk/createfile") == true then
  22. fs.delete("disk/createfile")
  23. end
  24. shell.run("pastebin", "get", "qehfupxb", "disk/createfile")
  25.  
  26. if fs.exists("disk/editor") == true then
  27. fs.delete("disk/editor")
  28. end
  29. shell.run("pastebin", "get", "6sGL6uS7", "disk/editor")
  30.  
  31. if fs.exists("disk/lock") == true then
  32. fs.delete("disk/lock")
  33. end
  34. shell.run("pastebin", "get", "bktY054k", "disk/lock")
  35.  
  36. if fs.exists("disk/oslock") == true then
  37. fs.delete("disk/oslock")
  38. end
  39. shell.run("pastebin", "get", "Z3WsgzvQ", "disk/oslock")
  40.  
  41. if fs.exists("disk/noteread") == true then
  42. fs.delete("disk/noteread")
  43. end
  44. shell.run("pastebin", "get", "rQdyW3rg", "disk/noteread")
  45.  
  46. if fs.exists("disk/osprotect") == true then
  47. fs.delete("disk/osprotect")
  48. end
  49. shell.run("pastebin", "get", "X83zamke", "disk/osprotect")
  50.  
  51. if fs.exists("disk/readme") == true then
  52. fs.delete("disk/readme")
  53. end
  54. shell.run("pastebin", "get", "ZF8gbRCY", "disk/readme")
  55.  
  56. if fs.exists("disk/reinstall") == true then
  57. fs.delete("disk/reinstall")
  58. end
  59. shell.run("pastebin", "get", "zCpayGVU", "disk/reinstall")
  60.  
  61. if fs.exists("disk/run") == true then
  62. fs.delete("disk/run")
  63. end
  64. shell.run("pastebin", "get", "T5xqb5q3", "disk/run")
  65.  
  66. if fs.exists("disk/search") == true then
  67. fs.delete("disk/search")
  68. end
  69. shell.run("pastebin", "get", "CWX9D8Hf", "disk/search")
  70.  
  71. if fs.exists("disk/slots") == true then
  72. fs.delete("disk/slots")
  73. end
  74. shell.run("pastebin", "get", "hES59hRL", "disk/slots")
  75.  
  76. if fs.exists("disk/start") == true then
  77. fs.delete("disk/start")
  78. end
  79. shell.run("pastebin", "get", "6rNvdc5j", "disk/start")
  80.  
  81. if fs.exists("disk/startup") == true then
  82. fs.delete("disk/startup")
  83. end
  84. shell.run("pastebin", "get", "LCy76Jbm", "disk/startup")
  85.  
  86. if fs.exists("disk/test") == true then
  87. fs.delete("disk/test")
  88. end
  89. shell.run("pastebin", "get", "uP6qerSW", "disk/test")
  90.  
  91. if fs.exists("disk/tarnchat") == true then
  92. fs.delete("disk/tarnchat")
  93. end
  94. shell.run("pastebin", "get", "ZF8YQd3M", "disk/tarnchat")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement