Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fs.makeDir("Textures")
- shell.run("pastebin get 3fVfmMtc install.ico")
- fs.copy("install.ico","Textures/install.ico")
- fs.delete("install.ico")
- term.setBackgroundColor(colors.white)
- term.clear()
- paintutils.drawImage(paintutils.loadImage("Textures/install.ico"),1,1)
- term.setCursorPos(1,16)
- shell.run("pastebin get bynECyTv base")
- term.setCursorPos(1,16)
- shell.run("pastebin get BhZjevb6 configpanel")
- fs.makeDir("config")
- fs.copy("configpanel", "config/configpanel")
- fs.delete("configpanel")
- term.setCursorPos(1,16)
- shell.run("pastebin get dDyG9LUq bg_config")
- fs.makeDir("Icons")
- term.setCursorPos(1,16)
- shell.run("pastebin get z7ig0LW1 EC.ico")
- term.setCursorPos(1,16)
- shell.run("pastebin get nHrJH25X fs.ico")
- term.setCursorPos(1,16)
- shell.run("pastebin get wvrdhtAU paint.ico")
- fs.copy("EC.ico", "Icons/EC.ico")
- fs.delete("EC.ico")
- fs.copy("fs.ico", "Icons/fs.ico")
- fs.delete("fs.ico")
- fs.copy("paint.ico", "Icons/paint.ico")
- fs.delete("paint.ico")
- term.setCursorPos(1,16)
- shell.run("pastebin get j0h8JF67 bgimg.cfg")
- fs.copy("bgimg.cfg", "config/bgimg.cfg")
- fs.delete("bgimg.cfg")
- fs.makeDir("name")
- term.setCursorPos(1,16)
- shell.run("pastebin get CZzgXf4M varnom")
- fs.copy("varnom", "name/varnom")
- fs.delete("varnom")
- shell.run("pastebin get KgTLD0Jp background1")
- fs.copy("background1", "Textures/background1")
- fs.delete("background1")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement