首页 > 游戏 > 网游 > 正文

剑灵召唤一键卡刀代码使用图文教程

2019-12-08 00:36:48
字体:
来源:转载
供稿:网友

半自动读取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

这是改键

www.VeVB.COm

步骤:先下载安装ahk,网上直接搜,否则电脑无法识别文件。

然后介绍一种比较无脑的代码编辑方法。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表