<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Не срабатывает скрипт в крмп]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=15786&amp;type=atom" />
	<updated>2020-10-31T19:34:02Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=15786</id>
		<entry>
			<title type="html"><![CDATA[Re: Не срабатывает скрипт в крмп]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=143063#p143063" />
			<content type="html"><![CDATA[<p><strong>CD_MyAcO</strong><br />Я не знаю. Я очень благодарен тебе. Ты просто лучший.</p>]]></content>
			<author>
				<name><![CDATA[LazarevArtem]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41170</uri>
			</author>
			<updated>2020-10-31T19:34:02Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=143063#p143063</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Не срабатывает скрипт в крмп]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=143062#p143062" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>toggle := 0

Numpad1::
if toggle = 0
{
toggle := 1
SetTimer, 5, 100
}
else
{
toggle := 0
SetTimer, 5, off
}
return

5:
Send {LAlt down}{LAlt up}
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[CD_MyAcO]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41152</uri>
			</author>
			<updated>2020-10-31T19:20:57Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=143062#p143062</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Не срабатывает скрипт в крмп]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=143060#p143060" />
			<content type="html"><![CDATA[<p>Мне помогли сделать скрипт. Он работает, но не в крмп. Чтобы все скрипты в крмп работали нужно добавлять такую строку: &quot;SendMessage, 0x50,, 0x4190419,, A&quot;. Я её пробовал добавлять. Но скрип всёравно не срабатывает.<br /></p><div class="codebox"><pre><code>toggle := 0

Numpad1::
if toggle = 0
{
toggle := 1
SetTimer, 5, 100
}
else
{
toggle := 0
SetTimer, 5, off
}
return

5:
Send {LAlt}
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[LazarevArtem]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41170</uri>
			</author>
			<updated>2020-10-31T19:17:28Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=143060#p143060</id>
		</entry>
</feed>
