<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Зацикливание клавиш 1-5]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=15004</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=15004&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Зацикливание клавиш 1-5».]]></description>
		<lastBuildDate>Mon, 14 Oct 2019 15:08:25 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Зацикливание клавиш 1-5]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=136362#p136362</link>
			<description><![CDATA[<p>Возможно дело в том, что вы пытаетесь получить готовый продукт, а не обучиться его создавать самостоятельно? У нас тут форум с уклоном на обучение, заказы мы не выполняем. Вы же не пытались вникнуть в код который запостили, не смогли понять чем именно он вас не устраивает и что необходимо изменить в коде (ведь вы его не просто так запостили, он частично выполняет вашу задачу, но не так как хотелось бы, верно?). Ну и к тому же подобные темы сотни раз обсуждались на форуме, стоило просто поискать. Но все же корень зла именно нежелание научиться. По крайней мере я так считаю. А ещё вам стоит подучить правила форума, чтобы ваши сообщения имели приемлемый вид. Ведь неуважение к правилам, которые пытаются поддерживать постоянные участники этого форума равносильно неуважению к самим участникам.</p>]]></description>
			<author><![CDATA[null@example.com (belyankin12)]]></author>
			<pubDate>Mon, 14 Oct 2019 15:08:25 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=136362#p136362</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Зацикливание клавиш 1-5]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=136329#p136329</link>
			<description><![CDATA[<p>и что 50+ просмотром и никто не поможет? капец</p>]]></description>
			<author><![CDATA[null@example.com (lokassi)]]></author>
			<pubDate>Fri, 11 Oct 2019 12:20:47 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=136329#p136329</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Зацикливание клавиш 1-5]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=136291#p136291</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (lokassi)]]></author>
			<pubDate>Tue, 08 Oct 2019 08:54:18 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=136291#p136291</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Зацикливание клавиш 1-5]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=136289#p136289</link>
			<description><![CDATA[<p>Здравствуйте, я не очень смыслю в этом. прошу помощи.<br />Нужно зациклить клавиши с помощью скрипта в игре, клавиши эти от 1 до 5 для прожатия бутыльков в игре.<br />Каждые 3-4 секунды. И что бы скрипт я мог включать и отключать во время игры.</p>]]></description>
			<author><![CDATA[null@example.com (lokassi)]]></author>
			<pubDate>Tue, 08 Oct 2019 05:11:24 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=136289#p136289</guid>
		</item>
	</channel>
</rss>
