BioPrince

BioSys

Oct 24th, 2014 (edited)
602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.48 KB | None | 0 0
  1. -- pastebin get 9MkEgGre biosys
  2. var = { ... }
  3. time = var[1]
  4.  
  5. if #var>0 then
  6.   time = time * .1
  7. end
  8.  
  9. function Biop()
  10.   sleep(time)
  11.   shell.run("clear")
  12.   write("BioPrince Upload")
  13.   sleep(time)
  14.   write(".")
  15.   sleep(time)
  16.   write(".")
  17.   sleep(time)
  18.   write(".")
  19. end
  20.  
  21. function BioStart()
  22.   Biop()
  23.   shell.run("rm quarry")
  24.   shell.run("pastebin get Z7fC0VWm quarry")
  25.   Biop()
  26.   shell.run("rm lava")
  27.   shell.run("pastebin get 1xK6Rx1y lava")
  28.   Biop()  
  29.   shell.run("rm miner")
  30.   shell.run("pastebin get CwdMD1sW miner")
  31.   Biop()  
  32.   shell.run("rm worldeater")
  33.   shell.run("pastebin get ZzpZEHFF worldeater")
  34.   Biop()
  35.   shell.run("copy startup backup")
  36.   shell.run("rm startup")
  37.   shell.run("pastebin get mxvig8ss startup")
  38.   Biop()
  39.   shell.run("rm tree")
  40.   shell.run("pastebin get TGfXkMBB tree")
  41.   Biop()
  42.   shell.run("rm ore")
  43.   shell.run("pastebin get qFGC9hiu ore")
  44.   Biop()
  45.   print(".")
  46.   print("BioPrince Upload Complete")
  47.   sleep(time)
  48. end
  49.  
  50. function Rename()
  51.   print("Setting Label")
  52.   sleep(time)
  53.   local B = "Bio"
  54.   local io = os.getComputerID()
  55.   local Bio = B..io
  56.   shell.run("label set",Bio)
  57.   sleep(.7)
  58. end
  59.  
  60. function BioSys()
  61.   shell.run("clear")
  62.   print("BioPrince System Loaded")
  63.   sleep(time)
  64.   shell.run("id")
  65.   sleep(time)
  66.   shell.run("refuel")
  67.   sleep(time)
  68.   write("Ready for orders")
  69.   sleep(time)
  70.   write(".")
  71.   sleep(time)
  72.   write(".")
  73.   sleep(time)
  74.   write(".")
  75. end
  76.  
  77. BioStart()
  78. sleep(time)
  79. Rename()
  80. sleep(time)
  81. BioSys()
Advertisement
Add Comment
Please, Sign In to add comment