function2: ;
File = %A_MyDocuments%\Gta San Andreas User Files/SAMP/chatlog.txt ;
FileDelete, %file% ;
FileAppend, %file% ;
!vk43:: ; Активация (Alt+B):
function1: ;
FileRead, read, %file% ;
if read contains *Сюда пиши нужную строку с чатлога* ;
{
SendMessage, 0x50,, 0x4090409,, A ;
SendInput, {n Down};
Sleep 300 ;
SendInput, {n up} ;
Sleep 150 ;
SendInput, {n Down} ;
Sleep 300 ;
SendInput, {n up} ;
FileDelete, %file% ;
FileAppend, %file% ;
}
goto function1 ;
return ;
NumPad1::goto function2 ; (Деактивация)