Greets and Thank you from Davey Beer,
Download code: pastebin get cKVYkA25
The script:
term.clear()
term.setCursorPos(1,1)
if term.isColor() == true then
term.setTextColor(colors.red)
print("GollemKill 1.0")
else
print("GollemKill 1.0")
end
while true do
turtle.attack()
for i = 1, 16 do
turtle.select(i)
turtle.drop()
end
sleep(5)
end
Edited by Bubba, 02 January 2014 - 04:23 PM.
Use. Code. Tags. That's. What. They're. For.











