<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Автокликер]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=12834</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12834&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Автокликер».]]></description>
		<lastBuildDate>Sun, 23 Jul 2017 10:47:11 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Автокликер]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=117529#p117529</link>
			<description><![CDATA[<p><strong>Ядрён</strong> спасибо огромное, очень благодарен.</p>]]></description>
			<author><![CDATA[null@example.com (Saslik)]]></author>
			<pubDate>Sun, 23 Jul 2017 10:47:11 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=117529#p117529</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Автокликер]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=117441#p117441</link>
			<description><![CDATA[<p>Доброго времени суток. Попробуйте так.<br /></p><div class="codebox"><pre><code>Suspend, On

~vk79:: ;F10
Suspend, Toggle
return

*~$LButton::
while GetKeyState(&quot;LButton&quot;,&quot;P&quot;)
{
    DllCall(&quot;mouse_event&quot;, UInt, 0x02, Int, 0, Int, 0, UInt, 0, Int, 0) ; нажать левую кнопку мыши
      
DllCall(&quot;mouse_event&quot;, UInt, 0x04, Int, 0, Int, 0, UInt, 0, Int, 0) ; отпустить левую кнопку мыши

  DllCall(&quot;Sleep&quot;, UInt, 75) 
}
return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Ядрён)]]></author>
			<pubDate>Fri, 21 Jul 2017 20:42:26 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=117441#p117441</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Автокликер]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=117427#p117427</link>
			<description><![CDATA[<p>Добрый день, мне нужен кликер левой кнопки мыши с интервалом 75 мс с активацией и деактивацией на кнопку допустим F10, когда кликер будет активирован нужно будет просто зажать саму левую кнопку мыши, а когда отпускаешь кликер переставал работать. </p><p>Кому не лень, помогите пожалуйста.</p>]]></description>
			<author><![CDATA[null@example.com (Saslik)]]></author>
			<pubDate>Fri, 21 Jul 2017 09:41:07 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=117427#p117427</guid>
		</item>
	</channel>
</rss>
