Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local stabbed = 0
- while true do
- turtle.attack()
- if turtle.attack() = true then
- stabbed = stabbed + 1
- end
- function display()
- term.clear()
- term.setCursorPos(1,1)
- print ("Stab Bot 9000 V1.0.0")
- print ("-----------------------")
- print ("Number of mobs stabbed: " ..display)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment