Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- pastebin get 9MkEgGre biosys
- var = { ... }
- time = var[1]
- if #var>0 then
- time = time * .1
- end
- function Biop()
- sleep(time)
- shell.run("clear")
- write("BioPrince Upload")
- sleep(time)
- write(".")
- sleep(time)
- write(".")
- sleep(time)
- write(".")
- end
- function BioStart()
- Biop()
- shell.run("rm quarry")
- shell.run("pastebin get Z7fC0VWm quarry")
- Biop()
- shell.run("rm lava")
- shell.run("pastebin get 1xK6Rx1y lava")
- Biop()
- shell.run("rm miner")
- shell.run("pastebin get CwdMD1sW miner")
- Biop()
- shell.run("rm worldeater")
- shell.run("pastebin get ZzpZEHFF worldeater")
- Biop()
- shell.run("copy startup backup")
- shell.run("rm startup")
- shell.run("pastebin get mxvig8ss startup")
- Biop()
- shell.run("rm tree")
- shell.run("pastebin get TGfXkMBB tree")
- Biop()
- shell.run("rm ore")
- shell.run("pastebin get qFGC9hiu ore")
- Biop()
- print(".")
- print("BioPrince Upload Complete")
- sleep(time)
- end
- function Rename()
- print("Setting Label")
- sleep(time)
- local B = "Bio"
- local io = os.getComputerID()
- local Bio = B..io
- shell.run("label set",Bio)
- sleep(.7)
- end
- function BioSys()
- shell.run("clear")
- print("BioPrince System Loaded")
- sleep(time)
- shell.run("id")
- sleep(time)
- shell.run("refuel")
- sleep(time)
- write("Ready for orders")
- sleep(time)
- write(".")
- sleep(time)
- write(".")
- sleep(time)
- write(".")
- end
- BioStart()
- sleep(time)
- Rename()
- sleep(time)
- BioSys()
Advertisement
Add Comment
Please, Sign In to add comment