- 31
- 10
- Версия MoonLoader
- .027.0-preview
шапка
Lua:
function onTextDrawShow(id, x, y, text)
if getServerName():find('Advance') or getServerName():find('Evolve') then
if local_dialogs and text:lower():find(local_dialogs['td']) then
clickTextDraw(id)
end
end
if text == "selecticon2" then
math.randomseed(1, 5)
for i = 1, math.random(1, 5) do
clickTextDraw(427)
end
end
if text == "selecticon3" then
if click == "init" then
click = "go"
elseif click == "go" then
click = false
defCallAdd(click_delay, false, function()
clickTextDraw(id)
end)
end
end
end