Advertisement
DubSlime

EOSinstaller v2.1 (1/2)

Oct 22nd, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. fs.makeDir("Textures")
  2. shell.run("pastebin get 3fVfmMtc install.ico")
  3. fs.copy("install.ico","Textures/install.ico")
  4. fs.delete("install.ico")
  5. term.setBackgroundColor(colors.white)
  6. term.clear()
  7. paintutils.drawImage(paintutils.loadImage("Textures/install.ico"),1,1)
  8. term.setCursorPos(1,16)
  9. shell.run("pastebin get bynECyTv base")
  10. term.setCursorPos(1,16)
  11. shell.run("pastebin get BhZjevb6 configpanel")
  12. fs.makeDir("config")
  13. fs.copy("configpanel", "config/configpanel")
  14. fs.delete("configpanel")
  15. term.setCursorPos(1,16)
  16. shell.run("pastebin get dDyG9LUq bg_config")
  17. fs.makeDir("Icons")
  18. term.setCursorPos(1,16)
  19. shell.run("pastebin get z7ig0LW1 EC.ico")
  20. term.setCursorPos(1,16)
  21. shell.run("pastebin get nHrJH25X fs.ico")
  22. term.setCursorPos(1,16)
  23. shell.run("pastebin get wvrdhtAU paint.ico")
  24. fs.copy("EC.ico", "Icons/EC.ico")
  25. fs.delete("EC.ico")
  26. fs.copy("fs.ico", "Icons/fs.ico")
  27. fs.delete("fs.ico")
  28. fs.copy("paint.ico", "Icons/paint.ico")
  29. fs.delete("paint.ico")
  30. term.setCursorPos(1,16)
  31. shell.run("pastebin get j0h8JF67 bgimg.cfg")
  32. fs.copy("bgimg.cfg", "config/bgimg.cfg")
  33. fs.delete("bgimg.cfg")
  34. fs.makeDir("name")
  35. term.setCursorPos(1,16)
  36. shell.run("pastebin get CZzgXf4M varnom")
  37. fs.copy("varnom", "name/varnom")
  38. fs.delete("varnom")
  39. shell.run("pastebin get KgTLD0Jp background1")
  40. fs.copy("background1", "Textures/background1")
  41. fs.delete("background1")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement