<?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=15973&amp;type=atom" />
	<updated>2021-01-09T11:04:23Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15973</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Щелчок ЛК мышки по координатам при выполнения условия]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144590#p144590" />
			<content type="html"><![CDATA[<p>Большое спасибо!</p>]]></content>
			<author>
				<name><![CDATA[Linberg_F]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41350</uri>
			</author>
			<updated>2021-01-09T11:04:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144590#p144590</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Щелчок ЛК мышки по координатам при выполнения условия]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144589#p144589" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#if Loop
1:: Loop := 0
#if !Loop
1::
	Loop := 1
	While Loop
	{
		Random x, 0, A_ScreenWidth
		Random y, 0, A_ScreenHeight
		MouseClick, , X, Y, , 11
	}
	Return
#if</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2021-01-09T10:54:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144589#p144589</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Щелчок ЛК мышки по координатам при выполнения условия]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144587#p144587" />
			<content type="html"><![CDATA[<p>Спасибо большое,а подскажите код,что бы он выполнял эту команду пока я не нажму определенную кнопку.То есть ,я нажимаю на кнопку,код выполняется до того момента пока я еще раз не нажму на эту кнопку</p>]]></content>
			<author>
				<name><![CDATA[Linberg_F]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41350</uri>
			</author>
			<updated>2021-01-09T10:47:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144587#p144587</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Щелчок ЛК мышки по координатам при выполнения условия]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144585#p144585" />
			<content type="html"><![CDATA[<p>Вот вам на не определенные.<br /></p><div class="codebox"><pre><code>
Loop
{
	Random x, 0, A_ScreenWidth
	Random y, 0, A_ScreenHeight
	MouseClick, , X, Y, , 11
}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2021-01-09T10:45:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144585#p144585</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Щелчок ЛК мышки по координатам при выполнения условия]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144582#p144582" />
			<content type="html"><![CDATA[<p>Как сделать так, что-бы на ахк мышка вставала на определенные координаты нажимала лкм и шла на другие координаты и так далее</p>]]></content>
			<author>
				<name><![CDATA[Linberg_F]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41350</uri>
			</author>
			<updated>2021-01-09T10:30:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144582#p144582</id>
		</entry>
</feed>
