Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(4,7) ;
- print("Killing creepers...") ;
- sleep(1) ;
- --print("Green penises exlode") ;
- term.clear() term.setCursorPos(1,1) ;
- print("Loading programs... >Not logged<") ;
- --14 progs total
- if fs.exists(".pn1") == true then
- pa = fs.open(".pn1", "r") ;
- p1 = pa.readLine() ;
- else
- p1 = "None"
- end
- --pa.close()
- if fs.exists(".pn2") == true then
- sleep(0.1)
- pb = fs.open(".pn2", "r") ;
- p2 = pb.readLine()
- else
- p2 = "None"
- end
- sleep(0.1)
- if fs.exists(".pn3") == true then
- pc = fs.open(".pn3", "r") ;
- p3 = pc.readLine()
- else
- p3 = "None"
- sleep(0.1)
- end
- if fs.exists(".pn4") == true then
- pd = fs.open(".pn4", "r") ;
- p4 = pd.readLine()
- else
- p4 = "None"
- end
- sleep(0.1) ;
- if fs.exists(".pn5") == true then
- pe = fs.open(".pn5", "r") ;
- p5 = pe.readLine()
- else
- p5 = "None"
- end
- sleep(0.1) ;
- if fs.exists(".pn6") == true then
- pf = fs.open(".pn6", "r") ;
- p6 = pf.readLine()
- else
- p6 = "None"
- end
- sleep(0.1)
- if fs.exists(".pn7") == true then
- pg = fs.open(".pn7", "r") ;
- p7 = pg.readline()
- else
- p7 = "None"
- end
- sleep(0.1)
- if fs.exists(".pn8") == true then
- aa = fs.open(".pn8", "r") ;
- p8 = aa.readLine()
- else
- p8 = "None"
- end
- sleep(0.1)
- if fs.exists(".pn9") == true then
- ab = fs.open(".pn9", "r") ;
- p9 = ab.readLine()
- else
- p9 = "None"
- end
- sleep(0.1)
- if fs.exists(".pn10") == true then
- ac = fs.open(".pn10", "r")
- p10 = ac.readLine()
- else
- p10 = "None"
- end
- sleep(0.1)
- if fs.exists(".pn11") == true then
- ad = fs.open(".pn11")
- p11 = ad.readLine()
- else
- p11 = "None"
- end
- sleep(0.1)
- if fs.exists(".pn12") == true then
- ba = fs.open(".pn12")
- p12 = ba.readLine()
- else
- p12 = "None"
- end
- sleep(0.1)
- if fs.exists(".pn13") == true then
- bb = fs.open(".pn13") ;
- p13 = bb.readLine()
- else
- p13 = "None"
- end
- sleep(0.1)
- if fs.exists(".pn14") == true then
- bc = fs.open(".pn14") ;
- p14 = bc.readLine() ;
- else
- p14 = "None"
- end
- sleep(0.1)
- --print("Making everything pretty manly and mancave like...") ;
- --sleep(1.4) ;
- --print("Making everything manly and mancave like nerdy and making sports equiptment computers...") ;
- sleep(1.9) ;
- print("Turning on RedNet") ;
- rednet.open("top") ;
- sleep(0.4) ;
- --print("Falling into lava and losing all of the diamonds...") ;
- --sleep(0.9) ;
- --print("Raging while coming back into the cave and finding a Herobrine Liar made of diamond blocks and taking all the diamonds...") ;
- --sleep(2) ;
- print("Looking for an account to see if you already set one up...") ;
- if fs.exists("adminacc") == true then
- sleep(1)
- shell.run('logger') ;
- else
- print("No admin account found! Taking you through the setup process?0�") ;
- print("Enter your disired username. Don't worry; you can change it later if you don't like it.") ;
- term.write("---> ") ;
- input2 = read()
- aac = fs.open("uname", "w") ;
- aac.writeLine(input2)
- aac.close()
- print("Now you just need a password. Don't worry; you can change this later, too!") ;
- input = read()
- apc = fs.open("password", "w") ;
- apc.writeLine(input)
- apc.close()
- print("Congratulations, you're ready to use iHome OS! Without further ado!") ;
- lrs = fs.open("adminacc", "w") ;
- lrs.writeLine("AdminAccIsOnThisComputer!") ;
- lrs.close()
- onAdmin = 1
- sleep(1.2)
- term.clear() term.setCursorPos(1,1)
- shell.run('bootos') ;
- --ghff = fs.open("uname", "r") ;
- --ghff.readLine(name)
- --Credits:
- --Hithere__(Minecraft user name)
- --ComputerCraft wiki
- end
- --each end other than the first one is for the varu
- --ble checking at the start(if fs.exists("fn") ==
- --true then
- --commands:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement