Guest User

startup

a guest
Sep 24th, 2013
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 0 0
  1. pim = peripheral.wrap("pim_1")
  2.  
  3. print("P.I.M Mapped as pim")
  4.  
  5. net = peripheral.wrap("back")
  6.  
  7. print("Modem (back) mapped as net")
  8.  
  9. chest = peripheral.wrap("chest_3")
  10.  
  11. print("chest_2 mapped as chest")
  12.  
  13. mace = peripheral.wrap("machine_block_2")
  14.  
  15. print("Macerator mapped as mace")
  16.  
  17. efurn = peripheral.wrap("electric_furnace_3")
  18.  
  19. print("Electric Furnace mapped as efurn")
  20.  
  21. shell.run("delete data.db")
  22. shell.run("delete inv")
  23. shell.run("pastebin get RXwzncku inv")
  24. shell.run("delete stone.mv")
  25. shell.run("pastebin get yAdeHm8Z stone.mv")
Advertisement
Add Comment
Please, Sign In to add comment