17173有料社区
标题:
地雷引爆的ahk帮忙改一下
[打印本页]
作者:
剑钥先生0
时间:
2021-4-10 21:51
标题:
地雷引爆的ahk帮忙改一下
$RButton::
Send, {RButton Down}
Loop
{
GetKeyState, state, RButton , P
if state = U
{
Send, {RButton Up}
Sleep 130
Send,{d}
Break
}
}
Return
这个脚本是点击一下右键,然后按一下D,
能不能改成按住右键不松手,然后一直不停的按 D?
先谢谢大佬
作者:
一介懦夫
时间:
2021-12-2 19:32
$RButton::
Send, {RButton Down}
Loop
{
GetKeyState, state, RButton , P
if state = U
{
Send, {RButton Up}
Sleep 130
Send,{d}
Break
}
else
{
Send,{d}
Sleep 130
}
}
Return
欢迎光临 17173有料社区 (//bbs.17173.com/)
Powered by Discuz! X3.2