Advertisement
CodeCrafter

Installer Minedows 7 V3!!!!

Mar 22nd, 2013
1,555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.42 KB | None | 0 0
  1. print("Welcome to my instaler! we go now dowload The files!! this may take a while!")
  2. fs.makeDir(".MicroData")
  3. fs.makeDir(".MicroData/Programs")
  4. fs.makeDir(".MicroData/Data")
  5. shell.run("pastebin","get","vFZaVqTz",".MicroData/Data/boot")
  6. shell.run("pastebin","get","DNwVSx3x",".Logo")
  7. shell.run("pastebin","get","0SqjxQHp",".Logo2")
  8. shell.run("pastebin","get","mDCdZVs3",".Menu")
  9. shell.run("pastebin","get","SFiVHtfX",".MicroData/Data/menu")
  10. shell.run("pastebin","get","0zNqbAJj",".MicroData/Programs/FileManager")
  11. shell.run("pastebin","get","w6FAWGYQ","Logo2")
  12. shell.run("pastebin","get","vLmeeSdP","Logo3")
  13. shell.run("pastebin","get","vx2equ0L","Logo4")
  14. shell.run("pastebin","get","5aVBnZ61","Logo5")
  15. shell.run("pastebin","get","kZMs4ZuG","Logo6")
  16. shell.run("pastebin","get","pK7qpdef",".MicroData/Programs/TglInstall")
  17. shell.run("pastebin","get","iDQfGZQ5","firstuse")
  18. shell.run("pastebin","get","Bu0exR48",".MicroData/Data/credits")
  19. sleep(10)
  20. term.clear()
  21. term.setCursorPos(5,5)
  22. print("Do u want a lock system to protect your OS?")
  23. term.setCursorPos(6,6)
  24. print("Yes")
  25. term.setCursorPos(7,7)
  26. print("No")
  27.  
  28. while true do
  29. local event, button, X, Y = os.pullEvent("mouse_click")
  30. XY = X..","..Y
  31.  
  32.  
  33. if XY == "6,6" then
  34. shell.run("pastebin","get","AP1UQycu","startup")
  35. break
  36. end
  37.  
  38. if XY == "7,7" then
  39. print("Okay no probelem")
  40. shell.run("pastebin","get","Xs8RfWPP","startup")
  41. break
  42. end
  43.  
  44. end
  45. shell.run("firstuse")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement