<?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=15849&amp;type=atom" />
	<updated>2020-12-01T14:03:18Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=15849</id>
		<entry>
			<title type="html"><![CDATA[Re: Сделайте пж для кнопки ПКМ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=143777#p143777" />
			<content type="html"><![CDATA[<p><strong>officialmudorabet</strong></p><p>Привет.<br />Если тебе нужен бесконечный цикл при зажатой ПКМ, то вот, пожалуйста.</p><div class="codebox"><pre><code>
#NoEnv
#SingleInstance, force

Gui, 1:Show, w250 h40, program
Gui, 1:submit, nohide

Gui, 1:Font, s12 q5 c181818,Arial
Gui, 1:Add, Checkbox,x50 y10 vAC, AutoClick [End]
Gui, Show
return

~$*RButton::
Gui, 1:submit, nohide
{
    if(AC==1)
	while(GetKeyState(&quot;RButton&quot;, &quot;p&quot;)) 
	{
		Gui, 1:submit, nohide
		Send, {RButton Down}
		Sleep, 1
		Send, {RButton Up}
		Sleep, 1
	}
}
return

*End::
state0 := true
    GuiControl,, AC, 1
    SoundPlay, *16
    return

    #If (state0 = true)
    {
        *End::
        state0 := false
            GuiControl,, AC, 0
            SoundPlay, *64
            return
    }
return

GuiClose:
ExitApp
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[X_vorost]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40325</uri>
			</author>
			<updated>2020-12-01T14:03:18Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=143777#p143777</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Сделайте пж для кнопки ПКМ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=143643#p143643" />
			<content type="html"><![CDATA[<p>Так можно, на ahk быстре вроде как нельзя:</p><div class="codebox"><pre><code>SetKeyDelay, 0 ; устанавливает скорость нажатий, 0 самый быстрый.
SetBatchLines -1 

RButton::
While GetKeyState(&quot;RButton&quot;,&quot;P&quot;) { 
send {RButton} 
sleep -1 
}
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2020-11-24T04:10:27Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=143643#p143643</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Сделайте пж для кнопки ПКМ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=143632#p143632" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#SingleInstance Force
#NoEnv
SetBatchLines -1

vk2::
SendInput {vk2 1000000}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2020-11-23T15:58:23Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=143632#p143632</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Сделайте пж для кнопки ПКМ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=143631#p143631" />
			<content type="html"><![CDATA[<p><strong>KusochekDobra</strong></p><p>Задача же простенькая, что тут думать - надо 1 млн. кликов, значит сделаем.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2020-11-23T15:55:27Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=143631#p143631</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Сделайте пж для кнопки ПКМ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=143628#p143628" />
			<content type="html"><![CDATA[<p>Такого рода пожелания рассматриваются только среди заявок на предоставление платных услуг, а игровой раздел — это вообще другая часть форума. Так что, Вы не по адресу.</p>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2020-11-23T10:16:40Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=143628#p143628</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Сделайте пж для кнопки ПКМ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=143627#p143627" />
			<content type="html"><![CDATA[<p>Здравствуйте, сделайте пожалуйста мне когда я нажимаю на ПКМ(правую кнопку мышки) у меня сразу миллион раз быстро тыкал на ПКМ<br />Для Vimeworld пж</p>]]></content>
			<author>
				<name><![CDATA[officialmudorabet]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41234</uri>
			</author>
			<updated>2020-11-23T10:05:21Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=143627#p143627</id>
		</entry>
</feed>
