Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- term.clear()
- term.setCursorPos(18,5)
- write("Initializing..")
- sleep(1)
- term.setCursorPos(14,7)
- write("Connection Successful!")
- local d = 15
- term.setCursorPos(14,9)
- write("[")
- term.setCursorPos(36,9)
- write("]")
- repeat
- term.setCursorPos(d,9)
- write("-")
- sleep(.1)
- d = d + 1
- until d == 36
- fs.makeDir("Vinex")
- fs.copy("disk/Vinex/q", "startup")
- fs.copy("disk/Vinex/clear", "Vinex/clear")
- fs.copy("disk/Vinex/Alarm", "Vinex/Alarm")
- fs.copy("disk/Vinex/Cookie", "Vinex/Cookie")
- fs.copy("disk/Vinex/Bugs", "Vinex/Bugs")
- fs.copy("disk/Vinex/Ver", "Vinex/Ver")
- fs.copy("disk/Vinex/GUI", "Vinex/GUI")
- fs.copy("disk/Vinex/GUI2", "Vinex/GUI2")
- fs.copy("disk/Vinex/GUI3", "Vinex/GUI3")
- fs.copy("disk/Vinex/Log", "Vinex/Log")
- fs.copy("disk/Vinex/Log2", "Vinex/Log2")
- fs.copy("disk/Vinex/Note", "Vinex/Note")
- fs.copy("disk/Vinex/Note2", "Vinex/Note2")
- fs.copy("disk/Vinex/ClearLog", "Vinex/ClearLog")
- fs.copy("disk/Vinex/ResetLog", "Vinex/ResetLog")
- fs.delete("disk/startup")
- fs.delete("disk/Vinex")
- if disk.isPresent("bottom") == true then
- disk.setLabel("bottom", "Blank Disk")
- os.reboot(true)
- disk.eject("bottom")
- elseif disk.isPresent("top") == true then
- disk.setLabel("top", "Blank Disk")
- os.reboot(true)
- disk.eject("top")
- elseif disk.isPresent("right") == true then
- disk.setLabel("right", "Blank Disk")
- os.reboot(true)
- disk.eject("right")
- elseif disk.isPresent("front") == true then
- disk.setLabel("front", "Blank Disk")
- os.reboot(true)
- disk.eject("front")
- elseif disk.isPresent("back") == true then
- disk.setLabel("back", "Blank Disk")
- os.reboot(true)
- disk.eject("back")
- elseif disk.isPresent("left") == true then
- disk.setLabel("left", "Blank Disk")
- os.reboot(true)
- disk.eject("left")
- term.setCursorPos(11,11)
- print("Data Successfully Transfered")
- sleep(1)
- term.clear()
- os.reboot(true)
- break
- else
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment