script_name("AutoPasswd")
script_authors("Igor Novikov")
sampev = require 'lib.samp.events'
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
wait(-1)
end
function sampev.onShowDialog(dialogId,style,title,button1,button2,text)
if (dialogId == 1 and title == '{66CCFF}Авторизация') then
sampSendDialogResponse(1,1,-1,'qzrvafwesdxC1')
return false
end
end