Advertisement
Klazam33

AutoAttack

Mar 30th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. if not fs.exists("kapi") then
  2.  shell.run("pastebin get Wa30xjVY kapi")
  3.  os.loadAPI("kapi")
  4. else
  5.  os.loadAPI("kapi")
  6. end
  7.  
  8. while true do
  9.  kapi.menu("My name is ".. os.getComputerLabel() .. ".\nI'll attack whatever is in front of me mercilessly.")
  10.  turtle.attack()
  11.  turtle.suck()
  12.  sleep(0.5)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement