<?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=17614&amp;type=atom" />
	<updated>2023-02-23T11:20:46Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=17614</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автокликер]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=156897#p156897" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong><br />Спасибо огромное, можно закрывать.</p>]]></content>
			<author>
				<name><![CDATA[moudji123]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42966</uri>
			</author>
			<updated>2023-02-23T11:20:46Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=156897#p156897</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автокликер]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=156895#p156895" />
			<content type="html"><![CDATA[<p>Тогда так.<br /></p><div class="codebox"><pre><code>LButton::
While (GetKeyState(&quot;LButton&quot;, &quot;P&quot;))
{
Send {Space}
Sleep, 200                                      
}
Return


MButton:: Suspend, Toggle </code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2023-02-23T10:11:20Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=156895#p156895</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автокликер]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=156894#p156894" />
			<content type="html"><![CDATA[<p>Я попытылся сам сделать, но он выдаёт ошибку, что нельзя дублировать клавиши</p>]]></content>
			<author>
				<name><![CDATA[moudji123]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42966</uri>
			</author>
			<updated>2023-02-23T09:35:34Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=156894#p156894</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автокликер]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=156893#p156893" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong><br />Извините, не правильно выразился, &quot;на нажатие колесика мыши&quot;, чтобы не прокручивать, а нажимать.</p>]]></content>
			<author>
				<name><![CDATA[moudji123]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42966</uri>
			</author>
			<updated>2023-02-23T09:33:45Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=156893#p156893</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автокликер]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=156892#p156892" />
			<content type="html"><![CDATA[<p>Ну правильно, Вы же написали &quot;а если он (автокликер) будет не нужен, ставиться на паузу колесиком мыши&quot;. Для активации горячей клавиши &quot;LButton&quot; покрутите колёскиком. Для деактивации горячей клавиши покрутите колёсиком в противоположном направлении.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2023-02-23T09:30:24Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=156892#p156892</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автокликер]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=156891#p156891" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong><br />Здравствуйте. У меня какая-то проблема когда я запускаю это скрипт. Перестаёт работать ЛКМ напрочь.</p>]]></content>
			<author>
				<name><![CDATA[moudji123]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42966</uri>
			</author>
			<updated>2023-02-23T09:21:52Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=156891#p156891</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автокликер]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=156890#p156890" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>LButton::
While (getkeystate(&quot;LButton&quot;, &quot;P&quot;))
{
Send {space}
Sleep, 200                                      
}
Return


*WheelDown:: Suspend, On
*WheelUp:: Suspend, Off</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2023-02-23T09:16:00Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=156890#p156890</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Автокликер]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=156889#p156889" />
			<content type="html"><![CDATA[<p>Доброе утро! Мне нужен автокликер, который будет активироваться только при нажатии ЛКМ, а если он будет не нужен, ставиться на паузу колесиком мыши. Пытался найти в сети такой автокликер, нашёл, но кнопки паузы нет. Из меня кодер так себе, так что решил попросить помощи. Заранее спасибо.</p>]]></content>
			<author>
				<name><![CDATA[moudji123]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42966</uri>
			</author>
			<updated>2023-02-23T08:53:10Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=156889#p156889</id>
		</entry>
</feed>
