KolhoffOS PE 2.4
Description
To Install KolhoffOS PE 2.4, type: Pastebin get 1iSDq2kK installthen you should get this screen:[attachment=1789:2014-07-07_20.21.56.png]Screenshots of KolhoffOS 2.4 PE:[attachment=1791:2014-07-07_20....
Installation
Copy one of these commands into your ComputerCraft terminal:
Pastebin:
pastebin get 1iSDq2kK kolhoffos_pe_2.4wget:
wget https://pastebin.com/raw/1iSDq2kK kolhoffos_pe_2.4Archive:
wget https://cc.shobie.xyz/cc/get/pb-1iSDq2kK kolhoffos_pe_2.4
Quick Install:
wget https://cc.shobie.xyz/cc/get/pb-1iSDq2kK KolhoffOS PE 2.4
Usage
Run the program after downloading
Tags
Source
View Original SourceCode Preview
local function scp(...) return term.setCursorPos(...) end
local function s(...) return sleep(...) end
function load()
scp(6,17)
print"0oo"
s(0.2)
scp(6,17)
print"o0o"
s(0.2)
scp(6,17)
print"oo0"
s(0.2)
scp(6,17)
print"o0o"
end
print"Prepairing to Install KolhoffOS 2.4 PE..."
write"Install? Yes or No: "
x = read()
if x == "yes" or "Yes" then
print"Installing"
load()
load()
load()
load()
shell.run("Pastebin get hQCrLp50 startup"
s(0.1)
print"Rebooting"
load()
load()
os.reboot()
end
if x == "no" or "No" then
shell.run("shell")
end