domingo, 5 de junho de 2011

Hotkey Para Treino

PadrãoScripts para treino

Auto Food
auto(30000,180000)
for i=1, math.random(1,10) do
eatfood()
end
Anti - Idle
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 Fish (até cap ficar menor que 5, então ele para)
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