<?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=17198&amp;type=atom" />
	<updated>2022-06-20T16:31:53Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=17198</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поиск по картике]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153627#p153627" />
			<content type="html"><![CDATA[<p><strong>WASD1222</strong>, ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">Правилами</a>, отредактируйте свои посты. Обратите внимание на <a href="https://forum.script-coding.com/misc.php?action=rules#literacy">точки</a> в конце предложений.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-06-20T16:31:53Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153627#p153627</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поиск по картике]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153626#p153626" />
			<content type="html"><![CDATA[<p><strong>__Михаил__</strong> есть ли где-то такой скрипт в открытом доступе? А то я не знаю как</p>]]></content>
			<author>
				<name><![CDATA[WASD1222]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42612</uri>
			</author>
			<updated>2022-06-20T16:27:24Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153626#p153626</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поиск по картике]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153624#p153624" />
			<content type="html"><![CDATA[<p>Можно упаковать картинку в скрипт и не париться.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2022-06-20T15:21:11Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153624#p153624</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поиск по картике]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153623#p153623" />
			<content type="html"><![CDATA[<p>А можно ли как то без скачки? Или как реализовать это с помощью определения текста?.</p>]]></content>
			<author>
				<name><![CDATA[WASD1222]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42612</uri>
			</author>
			<updated>2022-06-20T14:48:53Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153623#p153623</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поиск по картике]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153622#p153622" />
			<content type="html"><![CDATA[<p>Придется скачивать и потом ее использовать.<br />И исправьте ваше сообщение, предложения должны закачиваться точкой.</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2022-06-20T14:17:57Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153622#p153622</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Поиск по картике]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153620#p153620" />
			<content type="html"><![CDATA[<p>Как сделать так что бы можно было искать картинку которая лежит на облаке (предположим Google Disk) в игре с помощью ахк. Это реализуемо? Если да, то как? Прошу помочь и объяснить.<br />Данный код не подходит так как он лишь ищет картинку в игре похожую на ту, которая лежит по пути C:\Desktop\picture\pic1.PNG<br /></p><div class="codebox"><pre><code>!5::
Loop
{
    CoordMode, Pixel, Window
    ImageSearch, FoundX, FoundY, 0, 0, 1280, 1024, *100,  C:\Desktop\picture\pic1.PNG
    If ErrorLevel = 0
    	Click, %FoundX%, %FoundY% Left, 2
  Sleep 60000
}!6::Pause</code></pre></div>]]></content>
			<author>
				<name><![CDATA[WASD1222]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42612</uri>
			</author>
			<updated>2022-06-20T11:04:16Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153620#p153620</id>
		</entry>
</feed>
