Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --EXP-bot
- local robot = require("robot")
- local term = require("term")
- local computer = require("computer")
- local component = require("component")
- local sides = require("sides")
- local exp = component.experience.level()
- while true do
- print(component.experience.level())
- robot.swing()
- robot.place()
- robot.swing()
- robot.place()
- robot.swing()
- robot.place()
- robot.swing()
- robot.place()
- robot.swing()
- robot.place()
- robot.swing()
- robot.place()
- robot.swing()
- robot.place()
- robot.swing()
- robot.place()
- robot.swing()
- robot.place()
- robot.swing()
- robot.place()
- robot.swing()
- robot.place()
- robot.swing()
- robot.place()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement