Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Computercraft Turtle attack and dump items script
sasaa86
Aug 22nd, 2017
116
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Lua
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
diff
while
true
do
while
turtle
.
attack
(
)
do
sleep
(
0.2
)
if
turtle
.
getItemCount
(
16
)
!
=
0
then
for
i
=
1
,
16
do
turtle
.
select
(
i
)
turtle
.
dropDown
(
)
end
end
sleep
(
0.2
)
end
end
Add Comment
Please,
Sign In
to add comment
Public Pastes
FREE BTC GUIDE F
JavaScript | 1 sec ago | 0.06 KB
✅ MAKE $12OO IN 10 MIN R
JavaScript | 31 sec ago | 0.06 KB
MAKE $900 INSTANTLY Q
JavaScript | 36 sec ago | 0.06 KB
Make $200 in 15 minutes O
JavaScript | 38 sec ago | 0.06 KB
✅ MAKE $12OO IN 10 MIN K
JavaScript | 1 min ago | 0.06 KB
Make 1500$ in 20 MIN [Method] M
JavaScript | 1 min ago | 0.06 KB
Make $200 in 15 minutes 8
JavaScript | 1 min ago | 0.06 KB
✅ MAKE $12OO IN 10 MIN 8
JavaScript | 1 min ago | 0.06 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!