剑灵召唤暴力输出教程 宅男自制一键卡刀代码
时间:2020-05-16 19:33:36
浏览:次
点击:次
作者:
来源:
立即下载
半自动读取f左右键模式,全自动读取1,2,f左右键模式要鼠标有侧键,没侧键的我看心情帮你们改改……毕竟帖子老是沉,很不爽下面发代码,要写入ahk 代码1:全自动识别1,2,F,左右键,鼠标侧上键启动 #IfWinActiveahk_classLaunchUnrealUWindowsClient XButton1:: loop{ send{1} sleep10 send{f} sleep10 send{2} sleep10 send{LButton} sleep10 send{RButton} sleep10 send{f} sleep10 send{t} }UntilNotgetkeystate("XButton1","P") return F11::suspend 代码2:半自动识别F,左右键,鼠标侧下键启动 #IfWinActiveahk_classLaunchUnrealUWindowsClient XButton2:: loop{ send{f} sleep10 send{LButton} sleep10 send{RButton} sleep10 send{f} sleep0 send{t} }UntilNotgetkeystate("XButton2","P") return F11::suspend 这是改键
平均评分
0人
- 5星
- 4星
- 3星
- 2星
- 1星
- 暂无评论信息