- 7
- 1
как добавить в этот скрипт активацию по команде ?
Код:
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then
return
end
while not isSampAvailable() do
wait(100)
end
while true do
wait(1)
if sampIsDialogActive() and sampGetDialogCaption():find('Проверка на робота') then
ttime = os.clock()
while sampIsDialogActive() do
wait(0)
end
sampAddChatMessage(string.format("{696969}[Timer Lovli] Капча {A9A9A9}%s {696969}введена за {A9A9A9}%s {696969}сек", sampGetCurrentDialogEditboxText(), string.sub(os.clock() - ttime, 1, 5)), 16777215)
end
end
end
Последнее редактирование модератором: