怎么样使用剑灵召唤一键卡刀代码?
半自动读取f左右键模式,全自动读取1,2,f左右键模式。要鼠标有侧键,没侧键的我看心情帮你们改改……毕竟帖子老是沉,很不爽下面发代码,要写入ahk。
代码1:全自动识别1,2,F,左右键,鼠标侧上键启动
#IfWinActive ahk_class LaunchUnrealUWindowsClient
XButton1::
loop{
send {1}
sleep 10
send {f}
sleep 10
send {2}
sleep 10
send {LButton}
sleep 10
send {RButton}
sleep 10
send {f}
sleep 10
send {t}
}Until Not getkeystate("XButton1","P")
return
F11::suspend
代码2:半自动识别F,左右键,鼠标侧下键启动
#IfWinActive ahk_class LaunchUnrealUWindowsClient
XButton2::
loop{
send {f}
sleep 10
send {LButton}
sleep 10
send {RButton}
sleep 10
send {f}
sleep 0
send {t}
}Until Not getkeystate("XButton2","P")
return
F11::suspend
这是改键
步骤:先下载安装ahk,网上直接搜,否则电脑无法识别文件。
然后介绍一种比较无脑的代码编辑方法。
本文地址:http://www.45fan.com/a/yxgl/33690.html