k, t = 0, 0
act = false
ped = playerPed
local tab = {
'узнайте рп путём',
'я тут',
'на месте',
'ага тут',
'что такое',
'DA',
'yes',
'yeah',
'-Ага',
'ага.',
'Да-.-',
'dA +',
'агас',
'Ну да',
'Да..',
'Угу..',
'да тут я',
'Не бот',
'da',
'да',
'Да',
'Нет',
'я бот',
'Ага',
'Да, тут.',
'+',
'+ тут',
'Это допрос?',
'Да тут я..',
'все дома!',
'угу тут',
'ага здесь',
'ну вроде да',
'да тут вроде',
'угум',
'вроде не бот я',
'Не бот я',
'присутствую',
'Дас',
'Я умнее бота',
'ну да тут так то',
'не понял',
'нет я бот',
'Нет не тут'
}
local povtor = {
'я же сказал что тут',
'до сих пор тут',
'нет блять не тут',
'Вы правы я все еще тут',
'да тут я тут',
'нет, испарился',
'я в муте но я тут',
'нет блять там',
'угадали нахуй',
'никуда не уходил',
'А вы как думаете?',
'вы шутите?',
'я говорил, что тут',
'Вы неадекватны?',
'да нет бань',
'Я же говорил',
'Что ты хочешь чудище я сказал я тут',
'а вы не поверили с 1 раза?'
}
local mat = {
'я по вашему математик?',
'я не пифагор',
'а вы сами то решите?',
'если это шутка то мне не смешно',
'у меня 2 по матеше',
'не знаю я',
'Решите сами, ответ в /b',
'0531051305 будет',
'узнайте рп путём',
'больше одного',
'2+2=ваш iq'
}
function main()
sampRegisterChatCommand("autoans", function()
act = not act
sampAddChatMessage(act and '[AutoAns]{6cff96} On' or '[AutoAns]{ff6c8c} Off', 0x6c8cff)
end)
wait(-1)
end
require('samp.events').onServerMessage = function(_, text)
if act then
if (text:match('Администратор .-') or text:match('ответил вам:')) then
if text:match("Вы тут?") or text:match("Вы тут") or text:match("Вы здесь") or text:match("тyт") or text:match("Вы за компьютером ?") or text:match("Вы за компьютером") or text:match("тут") or text:match("здесь") or text:match("Вы здесь?") or text:match("вы тут?") or text:match("вы тут") or text:match("вы здесь") or text:match("вы здесь?") or text:match("в ы з д е с ь?") or text:match("вы бот?") or text:match("вы бот") or text:match("Вы бот?") or text:match("ответ в чат") or text:match("ответ в /b") or text:match("ответ в /n") or text:match("Вы на месте?") or text:match("Вы афк?") then
if os.time() - t > 6 then
t = os.time()
lua_thread.create(function(a)
if k < 1 then
if not text:match('%d+(%p)%d+') then
mute(true)
wait(math.random(890, 1039))
freezeCharPositionAndDontLoadCollision(ped, true)
wait(math.random(3000, 4000))
sampSendChat(tab[math.random(1, #tab)])
freezeCharPositionAndDontLoadCollision(ped, false)
end
k = k + 1
elseif not text:match('%d+(%p)%d+') then
wait(math.random(890, 1039))
freezeCharPositionAndDontLoadCollision(ped, true)
wait(math.random(3000, 4000))
sampSendChat(povtor[math.random(1, #povtor)])
k = 0
freezeCharPositionAndDontLoadCollision(ped, false)
end
if text:match('%d+(%p)%d+') then
wait(math.random(890, 1039))
freezeCharPositionAndDontLoadCollision(ped, true)
wait(math.random(3000, 4000))
sampSendChat(mat[math.random(1, #mat)])
freezeCharPositionAndDontLoadCollision(ped, false)
end
end)
end
end
end
end
end
function mute()
lua_thread.create(function()
wait(3000)
k = 0
end)
end