ComputerCraft Archive

Minedows Pro OS

pocket mining unknown forum

Description

Oprogramowanie skladowe/instalator systemow/czesc skladowa stworzonych przez uzytkownika serwisu Discord - Wisnia#5536 --

Installation

Copy one of these commands into your ComputerCraft terminal:

Pastebin:pastebin get D9J5ZY5u minedows_pro_os
wget:wget https://pastebin.com/raw/D9J5ZY5u minedows_pro_os
Archive:wget https://cc.shobie.xyz/cc/get/pb-D9J5ZY5u minedows_pro_os
Quick Install: wget https://cc.shobie.xyz/cc/get/pb-D9J5ZY5u Minedows Pro OS

Usage

Run the program after downloading

Tags

miningforumoperating-systems

Source

View Original Source

Code Preview

-- Oprogramowanie skladowe/instalator systemow/czesc skladowa stworzonych przez uzytkownika serwisu Discord - Wisnia#5536 --
-- Jesli zaplaciles za to oprogramowanie zostales oszukany. --
-- Zakazuje sie kopiowania oprogramowania bez zgody autora, czerpania korzysci materialnych, podpisywania sie pod oprogramowaniem --
-- Dozwolone jest tworzenie modyfikacji oprogramowania badz jego czesci wylacznie wtedy, gdy widoczna jest informacja o oryginalnym autorze --
-- Kompletna EULA dostepna jest na serwerze Discord: CRfXMXU --
term.setBackgroundColor(colors.green)
term.clear()
term.setBackgroundColor(colors.green)
term.setCursorPos(1,1)
print("Minedows Pro")
term.setCursorPos(1,2)
print("Welcome to the Minedows Pro setup. ")
print("1. Full instalation")
term.setCursorPos(1,12)
print("> 1. Preparing")
write("")
w = read()
term.clear()
term.setCursorPos(1,12)
print("1. Preparing  ")
term.setCursorPos(1,13)
print("> 2. Copying core files")
term.setCursorPos(1,1)
print("Minedows Pro")
term.setCursorPos(15,2)
print("More stable and faster")
term.setCursorPos(15,3)
print("Minedows Pro is fastest and")
term.setCursorPos(15,4)
print("most stable OS")
term.setCursorPos(1,16)
print("Formatting your PC")
term.setCursorPos(1,17)
shell.run("rm startup")
sleep(1)
term.setCursorPos(1,16)
print("Preparing Minedows Pro folders  ")
term.setCursorPos(1,17)
shell.run("mkdir os")
term.setCursorPos(1,17)
shell.run("mkdir os/gry")
term.setCursorPos(1,17)
shell.run("mkdir os/pocket")
sleep(1)
term.setCursorPos(1,16)
print("Downloading Minedows Pro startup files")
term.setCursorPos(1,17)
shell.run("pastebin get H5brkNT0 startup")
sleep(1)
term.setCursorPos(1,16)
print("Downloading Minedows Pro files        ")
term.setCursorPos(1,13)
print("2. Copying core files")
term.setCursorPos(1,14)
print("> 3. Installing applications")
term.setCursorPos(1,17)
shell.run("pastebin get 4QA2QJ6k .naprawa")
term.setCursorPos(1,17)
shell.run("pastebin get UmuX3hr5 /os/gry/.ochroniarz")
term.setCursorPos(1,17)
shell.run("pastebin get uv4ZkxnF /os/.menu")
term.setCursorPos(1,17)
shell.run("pastebin get mwi4jVZx /os/.zasilanie")
term.setCursorPos(1,17)
shell.run("pastebin get n5xncdBb /os/.kolkokrzyzyk")
term.setCursorPos(1,17)
shell.run("pastebin get zwr7Hwsw /os/.paint")
term.setCursorPos(1,17)
shell.run("pastebin get VNbdhNDv /os/gry/.waz")
term.setCursorPos(1,17)
shell.run("pastebin get 9BAyNA5h /os/gry/.graozyciu")
term.setCursorPos(1,17)
shell.run("pastebin get qve4vHgE /os/.awaryjny")
term.setCursorPos(1,17)
shell.run("pastebin get bUdiXS40 /os/.programy")
term.setCursorPos(1,17)
shell.run("pastebin get f4HuFPeh /os/.boot")
term.setCursorPos(10,2)
print("Even better OS      ")
term.setCursorPos(10,3)
print("Minedows Pro was upgraded        ")
term.setCursorPos(10,4)
print("to help you every time you want")
term.setCursorPos(1,16)
print("Updating BIOS settings for Minedows Pro    ")
term.setCursorPos(1,17)
shell.run("label set MinedowsPC")
sleep(3)
term.clear()
term.setCursorPos(1,12)
print("1. Preparing ")
term.setCursorPos(1,13)
print("2. Copying core files ")
term.setCursorPos(1,14)
print("3. Installing applications ")
term.setCursorPos(1,15)
print("> 4. Finishing up  ")
term.setCursorPos(1,2)
print("Minedows Pro was succesfully installed on your PC")
disk.eject("top")
disk.eject("bottom")
disk.eject("front")
disk.eject("back")
disk.eject("left")
disk.eject("right")
print("You can eject your installation disk now if it didn't happen automaticly")
sleep(3)
term.setCursorPos(1,6)
print("Your PC will reboot in 5 seconds")
sleep(5)
os.reboot()