Advertisement
Myros27

EXP-BOT

Nov 18th, 2019 (edited)
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.65 KB | None | 0 0
  1. --EXP-bot
  2.  
  3. local robot = require("robot")
  4. local term = require("term")
  5. local computer = require("computer")
  6. local component = require("component")
  7. local sides = require("sides")
  8. local exp = component.experience.level()
  9.  
  10. while true do
  11.     print(component.experience.level())
  12.     robot.swing()
  13.     robot.place()
  14.     robot.swing()
  15.     robot.place()
  16.     robot.swing()
  17.     robot.place()
  18.     robot.swing()
  19.     robot.place()
  20.     robot.swing()
  21.     robot.place()
  22.     robot.swing()
  23.     robot.place()
  24.     robot.swing()
  25.     robot.place()
  26.     robot.swing()
  27.     robot.place()
  28.     robot.swing()
  29.     robot.place()
  30.     robot.swing()
  31.     robot.place()
  32.     robot.swing()
  33.     robot.place()
  34.     robot.swing()
  35.     robot.place()
  36. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement