require("addon")
local sampev = require("samp.events")
function onLoad()
print('Успешно загружен!')
if getBotNick() == 'nick' then random_nick() end
end
local password = "getto123"
local ref = "Sam_Mason"
function sampev.onShowDialog(id, style, title, button1, button2, text)
if id == 1 then
if title:find("%(1%/4%) Пароль") then
sendDialogResponse(id, 1, 0, password)
end
if title:find("%[2%/4%] Выберите ваш пол") or title:find("%[3%/4%] Выберите цвет кожи") then
sendDialogResponse(id, 1, 0, "")
end
if title:find("%[4%/4%] Откуда вы о нас узнали") then
sendDialogResponse(id, 1, 0, "")
end
if title:find("%[4%/4%] Введите ник пригласившего") then
sendDialogResponse(id, 1, 0, ref)
end
end
end
function sampev.onShowDialog(id, style, title, btn1, btn2, text)
if id == dialog_id then
sendDialogResponse(id, 1, -1, password)
return false
end
end
function sampev.onShowTextDraw(id, data)
if data.selectable and data.text == "selecticon3" and data.position.x == 233.0 and data.position.y == 337.0 then
newTask(function()
wait(250)
sendClickTextdraw(id)
end)
end
end
function afk()
coordStart(999, 999, 999, 1, 17, true)
coordStop()
sampSendChat("/beg")