View difference between Paste ID: qd8K5CsQ and 0LY68H6L
SHOW: | | - or go back to the newest paste.
1-
print("Welcome to my instaler! we go now dowload The files!! this may take a while!")
1+
print("Now installing Minedows 7 by Gijsvdsande. Please wait....")
2
sleep(1)
3
fs.makeDir(".MicroData")
4
fs.makeDir(".MicroData/Programs")
5
fs.makeDir(".MicroData/Data")
6
shell.run("pastebin","get","vFZaVqTz",".MicroData/Data/boot")
7
shell.run("pastebin","get","DNwVSx3x",".Logo")
8
shell.run("pastebin","get","0SqjxQHp",".Logo2")
9
shell.run("pastebin","get","mDCdZVs3",".Menu")
10
shell.run("pastebin","get","SFiVHtfX",".MicroData/Data/menu")
11
shell.run("pastebin","get","0zNqbAJj",".MicroData/Programs/FileManager")
12
shell.run("pastebin","get","w6FAWGYQ","Logo2")
13
shell.run("pastebin","get","vLmeeSdP","Logo3")
14
shell.run("pastebin","get","vx2equ0L","Logo4")
15
shell.run("pastebin","get","5aVBnZ61","Logo5")
16
shell.run("pastebin","get","kZMs4ZuG","Logo6")
17
shell.run("pastebin","get","pK7qpdef",".MicroData/Programs/TglInstall")
18
shell.run("pastebin","get","iDQfGZQ5","firstuse")
19-
sleep(10)
19+
20
sleep(5)
21
term.clear()
22-
print("Do u want a lock system to protect your OS?")
22+
23
print("Install a logon system?")
24
term.setCursorPos(6,6)
25
print("Yes")
26
term.setCursorPos(7,7)
27
print("No")
28
29
while true do
30
local event, button, X, Y = os.pullEvent("mouse_click")
31
XY = X..","..Y
32
33
34-
shell.run("pastebin","get","AP1UQycu","startup")
34+
35
shell.run("pastebin","get","AP1UQycu","startup") -- I have no idea how the logon system works - Mandrake
36
break
37
end
38
39-
print("Okay no probelem")
39+
40-
shell.run("pastebin","get","Xs8RfWPP","startup")
40+
print("Logon system not installed.")
41
sleep(1)
42
dostart = fs.open("startup", "w")
43
dostart.writeLine('shell.run(".MicroData/Data/Boot")')
44
dostart.close()
45
break
46
end
47
end
48
shell.run("firstuse")