<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Code]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=16035&amp;type=atom" />
	<updated>2021-01-31T11:01:01Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=16035</id>
		<entry>
			<title type="html"><![CDATA[Re: Code]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=145669#p145669" />
			<content type="html"><![CDATA[<p>Как минимум разное количество фигурных скобок исправить, что бы запустился скрипт.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-01-31T11:01:01Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=145669#p145669</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Code]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=145668#p145668" />
			<content type="html"><![CDATA[<p><strong>__Михаил__</strong> так вроде всё понятно</p>]]></content>
			<author>
				<name><![CDATA[Sakura]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41379</uri>
			</author>
			<updated>2021-01-31T10:38:31Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=145668#p145668</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Code]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=145667#p145667" />
			<content type="html"><![CDATA[<p>3 тема, толку 0.<br />Так никто и не поможет.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-01-31T10:29:12Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=145667#p145667</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Code]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=145666#p145666" />
			<content type="html"><![CDATA[<p>привет всем. написал скрипт. по задумке он должен чекать пиксель в 3 точках и нажимать определённую клавишу(в данном случае стрелка вверх) но при активации ничего не происходит...</p><br /><div class="codebox"><pre><code>NumPad1::
Loop
{
    Pixelgetcolor, check, 980, 800
    if(check = 0xC1C1C1)
    {
       Pixelgetcolor, up_one, 959, 821
       Pixelgetcolor, up_two, 966, 827
       Pixelgetcolor, up_three, 953, 827
       if (up_one = 0x000000 &amp; up_two = 0x000000 &amp; up_three = 0x000000) {
           sendinput, {vk26}

    }
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Sakura]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41379</uri>
			</author>
			<updated>2021-01-31T06:09:25Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=145666#p145666</id>
		</entry>
</feed>
