<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; [РЕШЕНО] Работоспособность скрипта в игре Amazing Spider-Man 2]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11439&amp;type=atom" />
	<updated>2016-03-26T09:11:34Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11439</id>
		<entry>
			<title type="html"><![CDATA[Re: [РЕШЕНО] Работоспособность скрипта в игре Amazing Spider-Man 2]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=102006#p102006" />
			<content type="html"><![CDATA[<p><strong>Alectric</strong><br />Да, заработало!</p><p>Игру на данный момент я уже прошел, но все равно - большое спасибо за помощь <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[ketic1]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33695</uri>
			</author>
			<updated>2016-03-26T09:11:34Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=102006#p102006</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [РЕШЕНО] Работоспособность скрипта в игре Amazing Spider-Man 2]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=102004#p102004" />
			<content type="html"><![CDATA[<p>Может так:<br /></p><div class="codebox"><pre><code>
*XButton2::
    while GetKeyState(&quot;XButton2&quot;, &quot;P&quot;)
    {
        SendInput, {vk46 down}  
        Sleep 300
        SendInput, {vk46 up} 
        Sleep 300
    }
    return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2016-03-26T05:07:57Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=102004#p102004</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [РЕШЕНО] Работоспособность скрипта в игре Amazing Spider-Man 2]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=102000#p102000" />
			<content type="html"><![CDATA[<p><strong>Alectric</strong></p><p>Не работает все равно. </p><p>Команды и коды клавиш были написаны по аналогии с макросом для другой игры, где все работает именно в таком формате.</p>]]></content>
			<author>
				<name><![CDATA[ketic1]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33695</uri>
			</author>
			<updated>2016-03-25T16:48:52Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=102000#p102000</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [РЕШЕНО] Работоспособность скрипта в игре Amazing Spider-Man 2]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101989#p101989" />
			<content type="html"><![CDATA[<p>&quot;vk46sc21&quot; - для чего здесь одновременно виртуальный и скан коды? Вроде, обычного виртуального кода достаточно &quot;vk46&quot;.<br />Также, возможно, обычного &quot;Send&quot; будет достаточно вместо &quot;SendInput&quot;.</p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2016-03-24T17:57:25Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101989#p101989</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[РЕШЕНО] Работоспособность скрипта в игре Amazing Spider-Man 2]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101986#p101986" />
			<content type="html"><![CDATA[<p>Доброго времени суток</p><p>В игре Amazing Spider-Man 2 есть умение &quot;стрелять паутиной&quot;, по умолчанию бинд на кнопку F. Сама игра - порт с консоли, изменить управление нельзя. </p><p>Хочу повесить макросом спам кнопки F на доп. кнопку мышки, но в игре почему-то не прожимаются кнопки. </p><br /><p>Макрос:</p><div class="codebox"><pre><code>
*XButton2::
    while GetKeyState(&quot;XButton2&quot;, &quot;P&quot;)
    {
        SendInput, {vk46sc21}  
        Sleep 300
        SendInput, {vk46sc21} 
        Sleep 300
    }
    return</code></pre></div><p>Увеличение задержки между нажатиями не помогло. Подскажите пожалуйста, что я сделал не так?</p>]]></content>
			<author>
				<name><![CDATA[ketic1]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33695</uri>
			</author>
			<updated>2016-03-24T06:36:48Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101986#p101986</id>
		</entry>
</feed>
