<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Скрипт повтора Ctrl+X]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11055&amp;type=atom" />
	<updated>2015-11-09T11:29:06Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11055</id>
		<entry>
			<title type="html"><![CDATA[Re: Скрипт повтора Ctrl+X]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=98871#p98871" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong>, спасибо, помогло!</p>]]></content>
			<author>
				<name><![CDATA[Siberian Beast]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33457</uri>
			</author>
			<updated>2015-11-09T11:29:06Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=98871#p98871</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Скрипт повтора Ctrl+X]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=98813#p98813" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Send {vk58 down}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2015-11-08T12:07:52Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=98813#p98813</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Скрипт повтора Ctrl+X]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=98812#p98812" />
			<content type="html"><![CDATA[<p><strong>Alectric</strong>, уже что только не пробовал, включая это.</p>]]></content>
			<author>
				<name><![CDATA[Siberian Beast]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33457</uri>
			</author>
			<updated>2015-11-08T11:55:51Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=98812#p98812</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Скрипт повтора Ctrl+X]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=98683#p98683" />
			<content type="html"><![CDATA[<p>Попробуй поменять <a href="http://www.script-coding.com/AutoHotkey/SendMode.html">SendMode</a> на другой... или вообще удали эту строку.</p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2015-11-05T13:13:01Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=98683#p98683</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Скрипт повтора Ctrl+X]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=98680#p98680" />
			<content type="html"><![CDATA[<p>bump</p>]]></content>
			<author>
				<name><![CDATA[Siberian Beast]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33457</uri>
			</author>
			<updated>2015-11-05T11:03:15Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=98680#p98680</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Скрипт повтора Ctrl+X]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=98643#p98643" />
			<content type="html"><![CDATA[<p>Нужен скрипт для игры, который будет быстро нажимать Ctrl+X, пока зажата клавиша F11. Проверял в блокноте (без #IfWinactive) -&nbsp; все отлично работает, но в самой игре никакой реакции нет. В скрипте еще есть быстрый кликер ЛКМ, который активируется зажатием F12, он работает и в блокноте, и в игре. Получается, что ошибка в самом лупе. <br />Помогите, пожалуйста. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /> </p><div class="codebox"><pre><code>#NoEnv
#IfWinactive, ahk_exe mb_warband.exe
#InstallKeybdHook
#UseHook
SendMode Input
SetWorkingDir %A_ScriptDir%

F11::
Loop
{
if not GetKeyState(&quot;F11&quot;, &quot;P&quot;)
break
Send {LCtrl down}
Sleep, 50
Send {x down}
Sleep, 50
Send {x up}
Sleep, 50
Send {x down}
Sleep, 50
Send {x up}
Sleep, 50
Send {x down}
Sleep, 50
Send {x up}
Sleep, 50
Send {LCtrl up}
}

F12::
Loop
{
if not GetKeyState(&quot;F12&quot;, &quot;P&quot;)
break
Click
Sleep, 10
}
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Siberian Beast]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33457</uri>
			</author>
			<updated>2015-11-03T09:39:20Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=98643#p98643</id>
		</entry>
</feed>
