TinaTheDerpy

Startup

Sep 10th, 2023 (edited)
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.46 KB | Gaming | 0 0
  1. -- Start up
  2.  
  3. --deletes all mining files on turtle
  4. fs.delete("tunnel")
  5. fs.delete("strip")
  6. fs.delete("stairs")
  7. fs.delete("bridge.lua")
  8. fs.delete("place_Stairs.lua")
  9.  
  10.  
  11.  
  12.  
  13. --copies all mining files from floppy to turtle
  14. fs.copy("disk/tunnel", "tunnel")
  15. fs.copy("disk/strip", "strip")
  16. fs.copy("disk/stairs", "stairs")
  17. fs.copy("disk/bridge.lua", "bridge.lua")
  18. fs.copy("disk/place_Stairs.lua", "place_Stairs.lua")
  19.  
  20.  
  21.  
  22. print("Let's fuckin GO!!!")
  23.  
  24.  
  25.  
  26.  
  27.  
Add Comment
Please, Sign In to add comment