<?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=15973</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15973&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Щелчок ЛК мышки по координатам при выполнения условия».]]></description>
		<lastBuildDate>Sat, 09 Jan 2021 11:04:23 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Щелчок ЛК мышки по координатам при выполнения условия]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=144590#p144590</link>
			<description><![CDATA[<p>Большое спасибо!</p>]]></description>
			<author><![CDATA[null@example.com (Linberg_F)]]></author>
			<pubDate>Sat, 09 Jan 2021 11:04:23 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=144590#p144590</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Щелчок ЛК мышки по координатам при выполнения условия]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=144589#p144589</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sat, 09 Jan 2021 10:54:34 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=144589#p144589</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Щелчок ЛК мышки по координатам при выполнения условия]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=144587#p144587</link>
			<description><![CDATA[<p>Спасибо большое,а подскажите код,что бы он выполнял эту команду пока я не нажму определенную кнопку.То есть ,я нажимаю на кнопку,код выполняется до того момента пока я еще раз не нажму на эту кнопку</p>]]></description>
			<author><![CDATA[null@example.com (Linberg_F)]]></author>
			<pubDate>Sat, 09 Jan 2021 10:47:51 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=144587#p144587</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Щелчок ЛК мышки по координатам при выполнения условия]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=144585#p144585</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sat, 09 Jan 2021 10:45:05 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=144585#p144585</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Щелчок ЛК мышки по координатам при выполнения условия]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=144582#p144582</link>
			<description><![CDATA[<p>Как сделать так, что-бы на ахк мышка вставала на определенные координаты нажимала лкм и шла на другие координаты и так далее</p>]]></description>
			<author><![CDATA[null@example.com (Linberg_F)]]></author>
			<pubDate>Sat, 09 Jan 2021 10:30:10 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=144582#p144582</guid>
		</item>
	</channel>
</rss>
