<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Работа скрипта]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=12041&amp;type=atom" />
	<updated>2016-10-01T14:31:02Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=12041</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа скрипта]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=108138#p108138" />
			<content type="html"><![CDATA[<p>Решение найдено. Можно закрывать.</p>]]></content>
			<author>
				<name><![CDATA[slavafedora]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34221</uri>
			</author>
			<updated>2016-10-01T14:31:02Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=108138#p108138</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа скрипта]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=108104#p108104" />
			<content type="html"><![CDATA[<p>Решили, спасибо.</p>]]></content>
			<author>
				<name><![CDATA[slavafedora]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34221</uri>
			</author>
			<updated>2016-09-29T12:46:56Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=108104#p108104</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа скрипта]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=108099#p108099" />
			<content type="html"><![CDATA[<p>Типо такого?</p><div class="codebox"><pre><code>global path_log := A_MyDocuments &quot;\GTA San Andreas User Files\SAMP\chatlog.txt&quot;  ; путь к chatlog</code></pre></div><p>Ну и сам бинд</p><div class="codebox"><pre><code>
&gt;!щ::
log := {str:&quot;&quot;,find:0,num:0}    ,    log.str := []

Loop, read, %path_log%
    log.str.Insert(A_LoopReadLine)    ,log.num := A_Index

loop 20
    if RegExMatch(     log.str[log.num + 1 - A_Index]
        ,&quot;\[(.*)\]  SMS:(.*). Отправитель: (.*)_(.*)\[(.*)\]&quot;
        , end_str) and (log.find:=log.num + 1 - A_Index)
            break

sendinput {f6}/t %end_str5%{space}
return
</code></pre></div><p>Дальше просто подгоняй под себя </p><div class="codebox"><pre><code>&quot;\[(.*)\]  SMS:(.*). Отправитель: (.*)_(.*)\[(.*)\]&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Drusik]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33171</uri>
			</author>
			<updated>2016-09-29T00:58:14Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=108099#p108099</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Работа скрипта]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=108049#p108049" />
			<content type="html"><![CDATA[<p>Всем привет еще раз.<br />Уже решили. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[slavafedora]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34221</uri>
			</author>
			<updated>2016-09-27T14:38:21Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=108049#p108049</id>
		</entry>
</feed>
