Advertisement
Mario83w

XCinstall

Aug 23rd, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. term.setTextColor(colors.white)
  2. term.setBackgroundColor(colors.black)
  3. term.clear()
  4. term.setCursorPos(1, 1)
  5. print "Windrows will now install."
  6. sleep(3)
  7. shell.run("delete startup")
  8. shell.run("delete temp128")
  9. shell.run("delete setuppass")
  10. shell.run("pastebin get Ymje20da openfile.nfp")
  11. shell.run("pastebin get 98pz7PJN flag.nfp")
  12. shell.run("pastebin get jbP9g5wN black.nfp")
  13. shell.run("pastebin get qcPkDwW1 boot")
  14. shell.run("pastebin get w5Bvswsr hills.nfp")
  15. shell.run("pastebin get DmpNg18T desktop")
  16. shell.run("pastebin get 7PVa8Rqh beginmenu.nfp")
  17. shell.run("pastebin get NcQY1YGS begin")
  18. shell.run("pastebin get Ub7qGdUx icon3.nfp")
  19. shell.run("pastebin get u9vqsShJ icon2.nfp")
  20. shell.run("pastebin get ZcBjBr9X icon1.nfp")
  21. shell.run("pastebin get jDdsSK2s login")
  22. if fs.exists("setupbg.nfp") then
  23. else
  24. shell.run("pastebin get ML4PTuFw setupbg.nfp")
  25. end
  26. shell.run("pastebin get kEi70wev installprgbg.nfp")
  27. shell.run("pastebin get 6vpsy5Fj update")
  28. shell.run("pastebin get ghxLRX75 pb")
  29. shell.run("pastebin get K3e7UwDJ run")
  30. shell.run("pastebin get 1ULKY2aH profilelabel")
  31. shell.run("pastebin get Y0ibHnz2 profilepass")
  32. shell.run("pastebin get LcjRA2Cp profileinbg.nfp")
  33. shell.run("pastebin get LjBg2yvh profileset")
  34. shell.run("pastebin get BVR4BV7d profilesetbg.nfp")
  35. shell.run("pastebin get KmAK1iMS error")
  36. shell.run("pastebin get E8X6DA7d error.nfp")
  37. shell.run("pastebin get K7DR6Xfw display")
  38. shell.run("pastebin get jmvijh4m white")
  39. shell.run("pastebin get nbQUiXmU openfilebg.nfp")
  40. shell.run("pastebin get a9eRsWiz displaybg.nfp")
  41. shell.run("pastebin get qiiNEUac 404")
  42. shell.run("pastebin get 3g41kubJ browse")
  43. shell.run("pastebin get R4UPMEv8 webbg.nfp")
  44. shell.run("pastebin get BeuaZWrs audio")
  45. shell.run("pastebin get 77Mm7KaY calc")
  46. shell.run("pastebin get vqy1DqT9 startup")
  47. shell.run("pastebin get t2eKARZc text")
  48. shell.run("pastebin get AZ7pKCSB textsplash.nfp")
  49. shell.run("pastebin get 78921wKC folders")
  50. shell.run("pastebin get K1c9wzgr p")
  51. shell.run("pastebin get AseZM1kz shutdown.nfp")
  52. shell.run("pastebin get kcLf0dz7 folderbg.nfp")
  53. fs.makeDir("Documents/Images")
  54. fs.copy("blank", "Documents/Images/keep")
  55. fs.makeDir("savedata/auto")
  56. fs.makeDir("savedata/version")
  57. fs.copy("blank", "savedata/auto/true")
  58. fs.copy("blank", "savedata/version/1.0")
  59. fs.makeDir("Programs")
  60. fs.makeDir("Windrows")
  61. fs.copy("blank", "Programs/keep")
  62. fs.copy("blank", "Windrows/keep")
  63. fs.makeDir("savedata/id")
  64. fs.makeDir("password")
  65. fs.makeDir("username")
  66. fs.copy("blank", "savedata/id/011")
  67. savepass = "password/" .. pass
  68. savename = "username/" .. name
  69. fs.copy("blank", savepass)
  70. fs.copy("blank", savename)
  71. fs.makeDir("BGBACKUP")
  72. fs.makeDir("backgrounds")
  73. fs.copy("hills.nfp", "BGBACKUP/hills")
  74. fs.copy("hills.nfp", "backgrounds/hills")
  75. fs.copy("white", "BGBACKUP/white")
  76. fs.copy("white", "backgrounds/white")
  77. fs.makeDir("icons")
  78. fs.copy("icon1.nfp", "icons/Nature")
  79. fs.copy("icon2.nfp", "icons/Smiley")
  80. fs.copy("icon3.nfp", "icons/Grass")
  81. shell.run("delete setupfinal")
  82. fs.delete("diskbu")
  83. print " "
  84. print "Done, your computer will now restart."
  85. sleep(3)
  86. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement