<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Зацикливание клавиш 1-5]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=15004&amp;type=atom" />
	<updated>2019-10-14T15:08:25Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=15004</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зацикливание клавиш 1-5]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=136362#p136362" />
			<content type="html"><![CDATA[<p>Возможно дело в том, что вы пытаетесь получить готовый продукт, а не обучиться его создавать самостоятельно? У нас тут форум с уклоном на обучение, заказы мы не выполняем. Вы же не пытались вникнуть в код который запостили, не смогли понять чем именно он вас не устраивает и что необходимо изменить в коде (ведь вы его не просто так запостили, он частично выполняет вашу задачу, но не так как хотелось бы, верно?). Ну и к тому же подобные темы сотни раз обсуждались на форуме, стоило просто поискать. Но все же корень зла именно нежелание научиться. По крайней мере я так считаю. А ещё вам стоит подучить правила форума, чтобы ваши сообщения имели приемлемый вид. Ведь неуважение к правилам, которые пытаются поддерживать постоянные участники этого форума равносильно неуважению к самим участникам.</p>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2019-10-14T15:08:25Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=136362#p136362</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зацикливание клавиш 1-5]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=136329#p136329" />
			<content type="html"><![CDATA[<p>и что 50+ просмотром и никто не поможет? капец</p>]]></content>
			<author>
				<name><![CDATA[lokassi]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40421</uri>
			</author>
			<updated>2019-10-11T12:20:47Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=136329#p136329</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зацикливание клавиш 1-5]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=136291#p136291" />
			<content type="html"><![CDATA[<p>Помогите пожалуйста, нужно что бы клавиши 1-5 нажимались автоматически каждые 5 секунд бесконечно, пока я не выключу скрипт. Прошу<br />помогите. Как их сделать что бы 5 клавиш нажимались автоматически бесконечное количество раз каждые 4.8 секунды</p><div class="codebox"><pre><code>;Lines starting with a ; are comments and are not part of the actual script.
;If you want to deactivate a flask press(e.g. because it is your hp flask) simply add a ; to the start of the line

;this line makes the script only work when Path of Exile is the active window
#IfWinActive, ahk_class POEWindowClass

;The key (or mouse button) you press to activate the script. For a list of supported &quot;keys&quot; and combinations, see https://autohotkey.com/docs/Hotkeys.htm
;XButton1 = &quot;Back&quot;-Button on my mouse. For a complete list of special keys, see https://autohotkey.com/docs/KeyList.htm
MButton::
{
	;Initialize random delays between 57 and 114 ms (arbitrary values, may be changed)
	random, delay2, 57, 114
	random, delay3, 57, 114
	random, delay4, 57, 114
	random, delay5, 57, 114

	;send, 1 ;simulates the keypress of the 1 button. If you use another button, change it!

	;sleep, %4800%
	send, 2 ;simulates the keypress of the 2 button. If you use another button, change it!

	sleep, %4800%
	send, 3 ;simulates the keypress of the 3 button. If you use another button, change it!

	sleep, %4800%
	send, 4 ;simulates the keypress of the 4 button. If you use another button, change it!

	sleep, %4800%
	send, 5 ;simulates the keypress of the 5 button. If you use another button, change it!
}
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[lokassi]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40421</uri>
			</author>
			<updated>2019-10-08T08:54:18Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=136291#p136291</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Зацикливание клавиш 1-5]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=136289#p136289" />
			<content type="html"><![CDATA[<p>Здравствуйте, я не очень смыслю в этом. прошу помощи.<br />Нужно зациклить клавиши с помощью скрипта в игре, клавиши эти от 1 до 5 для прожатия бутыльков в игре.<br />Каждые 3-4 секунды. И что бы скрипт я мог включать и отключать во время игры.</p>]]></content>
			<author>
				<name><![CDATA[lokassi]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40421</uri>
			</author>
			<updated>2019-10-08T05:11:24Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=136289#p136289</id>
		</entry>
</feed>
