<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; Очень срочно! AHK]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=14665</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14665&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Очень срочно! AHK».]]></description>
		<lastBuildDate>Sun, 24 Mar 2019 07:52:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Очень срочно! AHK]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=133097#p133097</link>
			<description><![CDATA[<p><span style="color: green"><strong>pSeudo</strong>, название темы должно отражать суть вопроса и <a href="http://forum.script-coding.com/viewtopic.php?id=12263">содержать префикс скриптового языка</a>. Исправьте, пожалуйста!</span></p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Sun, 24 Mar 2019 07:52:38 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=133097#p133097</guid>
		</item>
		<item>
			<title><![CDATA[Re: Очень срочно! AHK]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=133095#p133095</link>
			<description><![CDATA[<div class="quotebox"><cite>pSeudo пишет:</cite><blockquote><p>Очень срочно!</p></blockquote></div><p>Серьёзно, что ли? Тогда пишите <a href="http://forum.script-coding.com/viewforum.php?id=28">здесь</a> и сразу нормальную цену называйте.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 23 Mar 2019 20:17:25 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=133095#p133095</guid>
		</item>
		<item>
			<title><![CDATA[Очень срочно! AHK]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=133094#p133094</link>
			<description><![CDATA[<p>Код:<br /></p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header" data-lang-open="открыть спойлер" data-lang-close="скрыть спойлер"><strong>+</strong>&nbsp;открыть спойлер</div><div class="fancy_spoiler"><div class="codebox"><pre><code>#MaxThreadsPerHotkey 2

IniRead, Key1, ahk.ini, KeyHot, Key1
IniRead, Key2, ahk.ini, KeyHot, Key2
IniRead, Key3, ahk.ini, KeyHot, Key3
IniRead, Key4, ahk.ini, KeyHot, Key4
IniRead, Key5, ahk.ini, KeyHot, Key5

Gui, Add, Hotkey, x22 y30 w120 h30 vKey1, %Key1%
Gui, Add, Hotkey, x152 y30 w120 h30 vKey2, %Key2%
Gui, Add, Hotkey, x22 y110 w120 h30 vKey3, %Key3%
Gui, Add, Hotkey, x152 y110 w120 h30 vKey4, %Key4%
Gui, Add, Hotkey, x85 y180 w120 h30 vKey5, %Key5%
Gui, Add, Text, x22 y0 w120 h30 +Center vImp, МОРГАНИЕ ФОНАРИКОМ
Gui, Add, Text, x152 y0 w120 h30 +Center, Text
Gui, Add, Text, x22 y80 w120 h30 +Center, Text
Gui, Add, Text, x152 y80 w120 h30 +Center, Text
Gui, Add, Text, x85 y150 w120 h30 +Center, Text
Gui, Add, Button, x162 y270 w110 h30 gSave,		СОХРАНИТЬ
Gui, Add, Button, x22 y270 w110 h30 gDev,		РАЗРАБОТЧИК
Gui, Show, x420 y199 h322 w294, AHK BY XCV
Return

GuiClose:
ExitApp
Imp:
{
EKEY1::
T := !T
While T{
SendInput {VK46}
sleep 15
}}

return

Save:
{
MsgBox, 64, Успешно!, Значения сохранены.
Gui Submit, NoHide
IniWrite, %Key1%, ahk.ini, KeyHot, Key1
IniWrite, %Key2%, ahk.ini, KeyHot, Key2
IniWrite, %Key3%, ahk.ini, KeyHot, Key3
IniWrite, %Key4%, ahk.ini, KeyHot, Key4
IniWrite, %Key5%, ahk.ini, KeyHot, Key5
}
return

Dev:
{
    MsgBox, 64, Привет!, Создатель скрипта: XCV Scripting (ASCARIUM LABS)
    Run, https://ascarium.com/
}
return</code></pre></div></div></div><p>Надо чтобы %Key1% шел как ХК в строку EKEY1::, помогите, пожалуйста.</p>]]></description>
			<author><![CDATA[null@example.com (pSeudo)]]></author>
			<pubDate>Sat, 23 Mar 2019 20:13:42 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=133094#p133094</guid>
		</item>
	</channel>
</rss>
