где он находит акцию
пропиши под sendDialogResponse,
sendClickTextdraw(521)
мог бы больше предложить если бы кинул "кодом", а не скрином😡
)
где он находит акцию
пропиши под sendDialogResponse,
sendClickTextdraw(521)
мог бы больше предложить если бы кинул "кодом", а не скрином😡
не работает(
на кодом):
function sampev.onShowTextDraw(id, data)
function randomskin()
newTask(function()
math.randomseed(os.clock())
local skin = math.random(1, 10)
for i = 1, skin do
sendClickTextdraw(520)
wait(100)
end
sendClickTextdraw(521)
end)
function sampev.onShowDialog(id, style, title, btn1, btn2, text)
if title:find('1/4') then
if cfg.settings.randompass == 0 then
sendDialogResponse(id, 1, 0, cfg.settings.pass)
else
sendDialogResponse(id, 1, 0, generatepass())
end
return false
end
if title:find('2/4') then
sendDialogResponse(id, 1, math.random(0, 1), '')
return false
end
if title:find('3/4') then
sendDialogResponse(id, 1, math.random(0, 1), '')
return false
end
if title:find('Откуда вы о нас узнали?') then
sendDialogResponse(id, 1, 1, '')
return false
end
if title:find('Введите ник пригласившего?') then
sendDialogResponse(id, 1, 0, referal)
joinedreg = true
joinedlog = false
return false
end
if title:find('Акции на Arizona Role Play') then
sendDialogResponse(id, 1, 0, '')
return false
end
end