Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Computercraft Turtle attack and dump items script
sasaa86
Aug 22nd, 2017
114
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
✅ MAKE $1200 IN 15 MIN H2
JavaScript | 6 sec ago | 0.09 KB
✅ Crypto Accounts
JavaScript | 7 sec ago | 0.08 KB
Make $1200 in 15 minutes
JavaScript | 8 sec ago | 0.08 KB
✅ Account Leaks
JavaScript | 10 sec ago | 0.08 KB
MAKE $500 INSTANTLY 9E
JavaScript | 13 sec ago | 0.09 KB
GMAIL Logs (2FA disabled)
JavaScript | 15 sec ago | 0.08 KB
Netflix Premium UHD Hits
JavaScript | 17 sec ago | 0.08 KB
GMAIL Logs (2FA disabled)
JavaScript | 19 sec ago | 0.08 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!