<?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="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12834&amp;type=atom" />
	<updated>2017-07-23T10:47:11Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12834</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автокликер]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117529#p117529" />
			<content type="html"><![CDATA[<p><strong>Ядрён</strong> спасибо огромное, очень благодарен.</p>]]></content>
			<author>
				<name><![CDATA[Saslik]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38642</uri>
			</author>
			<updated>2017-07-23T10:47:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117529#p117529</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автокликер]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117441#p117441" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Ядрён]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30092</uri>
			</author>
			<updated>2017-07-21T20:42:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117441#p117441</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Автокликер]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117427#p117427" />
			<content type="html"><![CDATA[<p>Добрый день, мне нужен кликер левой кнопки мыши с интервалом 75 мс с активацией и деактивацией на кнопку допустим F10, когда кликер будет активирован нужно будет просто зажать саму левую кнопку мыши, а когда отпускаешь кликер переставал работать. </p><p>Кому не лень, помогите пожалуйста.</p>]]></content>
			<author>
				<name><![CDATA[Saslik]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38642</uri>
			</author>
			<updated>2017-07-21T09:41:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117427#p117427</id>
		</entry>
</feed>
