Advertisement
rungholt

fbotdisk

Aug 27th, 2021 (edited)
888
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. local function basicInstall()
  2.     shell.run("label set fbot")
  3.     shell.run("set motd.enable false")
  4. end
  5.  
  6. local function Fuel()
  7.     turtle.suckDown(16)
  8.     turtle.select(1)
  9.     shell.run("refuel 16")
  10. end
  11.  
  12. if not fs.exists('fbotdisk') then
  13.     shell.run('pastebin get H63CFRa2 fbotdisk')
  14.     basicInstall()
  15.     shell.run('pastebin get 3rvJBed1 dl')
  16.     Fuel()
  17. end
  18.  
  19. shell.run("go left forward forward")
  20. shell.run("dl")
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement