<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Не работает скрипт в полноэкранном режиме]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=14422&amp;type=atom" />
	<updated>2020-10-28T19:57:45Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=14422</id>
		<entry>
			<title type="html"><![CDATA[Re: Не работает скрипт в полноэкранном режиме]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=142952#p142952" />
			<content type="html"><![CDATA[<p><strong>Waitlyn</strong> Если скрипт рабочий, а в игре не работает и запуск скрипта от администратора не помогает - значит в игре есть защита, от кликеров и т.д. Следовательно нужен либо драйвер для эмуляции типо AHK interception, либо аппаратный эмулятор типо Adruino (от 20 у.е вроде стоит) и дальше писать для него софт обработки эмуляции устройств ввода.</p>]]></content>
			<author>
				<name><![CDATA[Botsy]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41069</uri>
			</author>
			<updated>2020-10-28T19:57:45Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=142952#p142952</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Не работает скрипт в полноэкранном режиме]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=142950#p142950" />
			<content type="html"><![CDATA[<p>в оконном тоже не робит<br /><strong>Botsy</strong></p>]]></content>
			<author>
				<name><![CDATA[Waitlyn]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40889</uri>
			</author>
			<updated>2020-10-28T18:58:14Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=142950#p142950</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Не работает скрипт в полноэкранном режиме]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=142948#p142948" />
			<content type="html"><![CDATA[<p>А разве в играх нельзя поставить оконный режим ?</p>]]></content>
			<author>
				<name><![CDATA[Botsy]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41069</uri>
			</author>
			<updated>2020-10-28T18:55:11Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=142948#p142948</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Не работает скрипт в полноэкранном режиме]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=142947#p142947" />
			<content type="html"><![CDATA[<p>У меня тоже не работает после того как поставил 7 виндовс , на 10 все работало<br />не работает в поинт бланк( помогите ребят</p>]]></content>
			<author>
				<name><![CDATA[Waitlyn]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40889</uri>
			</author>
			<updated>2020-10-28T18:51:10Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=142947#p142947</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Не работает скрипт в полноэкранном режиме]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=130442#p130442" />
			<content type="html"><![CDATA[<p>Есть скрипт для триггер бот:</p><div class="codebox"><pre><code>
*~$XButton2::
MouseGetPos, MouseX, MouseY
PixelGetColor, Color1, (MouseX+2), (MouseY+2)
StringSplit, Colorz, Color1
Color1B = 0x%Colorz3%%Colorz4%
Color1G = 0x%Colorz5%%Colorz6%
Color1R = 0x%Colorz7%%Colorz8%
Color1B += 0
Color1G += 0
Color1R += 0
 
while (GetKeyState(&quot;XButton2&quot;, &quot;P&quot;))
    {
        BlockInput, MouseMove
        sleep 1
        MouseGetPos, MouseX, MouseY
        PixelGetColor, Color2, (MouseX+2), (MouseY+2)
        StringSplit, Colorz, Color2
        Color2B = 0x%Colorz3%%Colorz4%
        Color2G = 0x%Colorz5%%Colorz6%
        Color2R = 0x%Colorz7%%Colorz8%
        Color2B += 0
        Color2G += 0
        Color2R += 0
        if (Color1R &gt; (Color2R + Threshold)) or (Color1R &lt; (Color2R - Threshold)) or (Color1G &gt; (Color2G + Threshold)) or (Color1G &lt; (Color2G - Threshold)) or (Color1B &gt; (Color2B + Threshold)) or (Color1B &lt; (Color2B - Threshold))
            {
                send {LButton}
            }
    }
BlockInput, MouseMoveOff
Return
 
End::
exitapp
return
</code></pre></div><p>В полноэкранном режиме скрипт не хочет срабатывать, можете помочь с решением?</p>]]></content>
			<author>
				<name><![CDATA[alexstoun228]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39467</uri>
			</author>
			<updated>2018-12-17T14:43:09Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=130442#p130442</id>
		</entry>
</feed>
