<?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=13195&amp;type=atom" />
	<updated>2017-12-30T17:15:32Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=13195</id>
		<entry>
			<title type="html"><![CDATA[Re: Скрипт спамящий клавишу пока повторно не нажмёшь эту клавишу.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=122664#p122664" />
			<content type="html"><![CDATA[<p><strong>svoboden</strong>, нужен.</p>]]></content>
			<author>
				<name><![CDATA[danyalukashak]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38928</uri>
			</author>
			<updated>2017-12-30T17:15:32Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=122664#p122664</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Скрипт спамящий клавишу пока повторно не нажмёшь эту клавишу.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=122661#p122661" />
			<content type="html"><![CDATA[<p>Так может:<br /></p><div class="codebox"><pre><code>Tab::
r :=!r
SetTimer, start, 1
return

start:
if r = 1
Send {Tab}
return</code></pre></div><p>Не могу проверить, т.к нет клавиши &quot;Tab&quot;. Может, хук нужен, а может - нет.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2017-12-30T14:58:37Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=122661#p122661</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Скрипт спамящий клавишу пока повторно не нажмёшь эту клавишу.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=122641#p122641" />
			<content type="html"><![CDATA[<p>Я только начал писать скрипты, по этому не уверен, что данный скрипт оптимален, но вот:<br /></p><div class="codebox"><pre><code>#MaxThreadsPerHotkey 2
a=0
b=0
$Tab::
  if b=1
    a=1
  else
   {
    b=1
    loop
     {
      SendInput, {Tab}
      if a=1 
       {
        a=0
        break
       }
      Sleep, 100 ; Задержка(Можно менять.Чем меньше, тем быстрее)
     }
    b=0
   }
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[danyalukashak]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38928</uri>
			</author>
			<updated>2017-12-30T00:05:55Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=122641#p122641</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Скрипт спамящий клавишу пока повторно не нажмёшь эту клавишу.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=121089#p121089" />
			<content type="html"><![CDATA[<p>Возможно ли создать скрипт вида:<br />Нажимаешь TAB, отпускаешь он спамится в то же время можно нажимать любые другие клавиши и TAB продолжает спамиться пока ты его повторно не нажмёшь.</p>]]></content>
			<author>
				<name><![CDATA[Auslander]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38872</uri>
			</author>
			<updated>2017-11-12T18:11:40Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=121089#p121089</id>
		</entry>
</feed>
