Legebatterie

maxintosh2--installerClient

Dec 21st, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. if fs.exists("maxintosh") then
  2. fs.delete("maxintosh")
  3. end
  4. fs.makeDir("maxintosh")
  5. fs.makeDir("maxintosh/master/apps")
  6.  
  7. file=fs.open("maxintosh/logindata/master","w")
  8. file.writeLine("m4st3r")
  9. file.close()
  10.  
  11. file=fs.open("maxintosh/master/apps/4,4","w")
  12. file.writeLine("appStore")
  13. file.writeLine("OSstore")
  14. file.writeLine("green")
  15. file.writeLine("4")
  16. file.writeLine("4")
  17. file.close()
  18.  
  19. x="maxintosh/desktop"
  20. f=fs.open("desktop","w")
  21. f.writeLine("shell.run("..x..")")
  22. f.close()
  23.  
  24. --Create Apps here
  25.  
  26.  
  27. f=fs.open("maxintosh/appData/pong","w")
  28. f.writeLine("pong")
  29. f.writeLine("Chub1337")
  30. f.writeLine("TuY3ZZdL")
  31.  
  32. f=fs.open("maxintosh/appData/bricks","w")
  33. f.writeLine("bricks")
  34. f.writeLine("EveryOS")
  35. f.writeLine("BQhGfhFG")
  36.  
  37. f=fs.open("maxintosh/appData/tron","w")
  38. f.writeLine("tron")
  39. f.writeLine("PixelToast")
  40. f.writeLine("fuL9BpjX")
  41.  
  42. f=fs.open("maxintosh/appData/blackJack","w")
  43. f.writeLine("BlackJack")
  44. f.writeLine("JakejJakey")
  45. f.writeLine("CHvVpYtt")
  46.  
  47. f=fs.open("maxintosh/appData/TicTacToe","w")
  48. f.writeLine("TicTacToe")
  49. f.writeLine("MaxintoshOS")
  50. f.writeLine("0jbNbwtZ")
  51.  
  52. f=fs.open("maxintosh/appData/masterMind","w")
  53. f.writeLine("masterMind")
  54. f.writeLine("MaxintoshOS")
  55. f.writeLine("P7MnyUX7")
  56.  
  57. f=fs.open("maxintosh/appData/sms","w")
  58. f.writeLine("sms")
  59. f.writeLine("MaxintoshOS")
  60. f.writeLine("1gV8xJNb")
  61.  
  62. f=fs.open("maxintosh/appData/door","w")
  63. f.writeLine("door")
  64. f.writeLine("MaxintoshOS")
  65. f.writeLine("qkaythiB")
  66.  
  67.  
  68. f=fs.open("maxintosh/appData/disk","w")
  69. f.writeLine("disk")
  70. f.writeLine("MaxintoshOS")
  71. f.writeLine("Q9iwD7BS")
  72.  
  73. f=fs.open("maxintosh/appData/2048","w")
  74. f.writeLine("2048")
  75. f.writeLine("MaxintoshOS")
  76. f.writeLine("jmGTaya6")
  77.  
  78.  
  79. f=fs.open("maxintosh/appData/GameOfLife","w")
  80. f.writeLine("GameOfLife")
  81. f.writeLine("MaxintoshOS")
  82. f.writeLine("fVnJQQNn")
  83.  
  84.  
  85. f.close()
  86.  
  87.  
  88.  
  89. shell.run("pastebin get 1qrNAAKp maxintosh/login")
  90.  
  91. shell.run("pastebin get jHx7tAjF maxintosh/desktop")
  92.  
  93. shell.run("pastebin get bGJFqnjz maxintosh/settings")
  94.  
  95. shell.run("pastebin get ru1atYcG maxintosh/master/color")
  96.  
  97. shell.run("pastebin get wnxH1Z1P maxintosh/master/desktopBackground")
  98.  
  99. shell.run("pastebin get Hubj4Ps6 maxintosh/master/programs/appStore")
  100.  
  101. shell.run("pastebin get j94fsKzj maxintosh/mAPI")
  102.  
  103. shell.run("pastebin get APdCd17G startup")
  104. sleep(3)
  105. shell.run("clear")
  106.  
  107.  
  108. print("put a wireless modem ontop of the computer")
  109.  
  110. print(" ")
  111. sleep(3)
  112.  
  113. print("now, choose a second computer for a server")
  114. print("run 'pastebin run Zcp80mmU' on that pc")
  115. print("run the server programm")
  116. sleep(3)
  117.  
  118. print("type 'ID' on that computer to check its ID")
  119. print("whats the ID?")
  120. ID=read()
  121.  
  122. file=fs.open("maxintosh/serverID","w")
  123. file.writeLine(ID)
  124. file.close()
  125. sleep(2)
  126.  
  127. print("You are ready!")
  128. print("reboot to finish installation")
Advertisement
Add Comment
Please, Sign In to add comment