Scripts para treino
Auto Foodauto(30000,180000)
for i=1, math.random(1,10) do
eatfood()
end
local rand
auto(0.5*60*1000,14*60*1000)
rand = math.random(1,4)
if (rand == 1) then
face("w")
elseif (rand == 2) then
face("e")
elseif (rand == 3) then
face("n")
elseif (rand == 4) then
face("s")
end
init start
local temp = {"w","e","n","s"}
init end
auto(0.5*60*1000,14*60*1000)
turn(temp[math.random(1,4)])
auto(1000) listas('dontlist')
if $cap > 5 then
if itemcount('worms') == 0 then
listas('Please, open the backpack containing worms')
else
fish()
end
end
Nenhum comentário:
Postar um comentário