Advertisement
ZNZNCOOP

PUMP

Jan 15th, 2015
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. robot= require('robot')
  2. while true do
  3.    robot.useDown()
  4.    os.sleep(0)
  5.    robot.use()
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement