当前位置:首页 > 魔兽Wow > 正文内容

AutoHotkey同步脚本3

115King4个月前 (01-20)魔兽Wow28
窗口名=魔兽世界
#IfWinActive,魔兽世界
return
[::
if (xh){
xh=0
}else{
xh++
}
if xh=0
ControlGet,AHK_ID,Hwnd ,,,%窗口名%

if xh=1
ControlGet,AHK_ID2,Hwnd ,,,%窗口名%
MsgBox,窗口1ID=%AHK_ID%窗口2ID=%AHK_ID2%
return
]::
Suspend,Toggle
Pause,Toggle
return
w::
ControlSend,ahk_parent,{w Down},ahk_id %AHK_ID2%
ControlSend,ahk_parent,{w Down},ahk_id %AHK_ID%
KeyWait,w
ControlSend,ahk_parent,{w up},ahk_id %AHK_ID2%
ControlSend,ahk_parent,{w up},ahk_id %AHK_ID%
return
a::
ControlSend,ahk_parent,{a Down},ahk_id %AHK_ID2%
ControlSend,ahk_parent,{a Down},ahk_id %AHK_ID%
KeyWait,a
ControlSend,ahk_parent,{a up},ahk_id %AHK_ID2%
ControlSend,ahk_parent,{a up},ahk_id %AHK_ID%
return
s::
ControlSend,ahk_parent,{s Down},ahk_id %AHK_ID2%
ControlSend,ahk_parent,{s Down},ahk_id %AHK_ID%
KeyWait,s
ControlSend,ahk_parent,{s up},ahk_id %AHK_ID2%
ControlSend,ahk_parent,{s up},ahk_id %AHK_ID%
return
d::
ControlSend,ahk_parent,{d Down},ahk_id %AHK_ID2%
ControlSend,ahk_parent,{d Down},ahk_id %AHK_ID%
KeyWait,d
ControlSend,ahk_parent,{d up},ahk_id %AHK_ID2%
ControlSend,ahk_parent,{d up},ahk_id %AHK_ID%
return


扫描二维码推送至手机访问。

版权声明:本文由伟大的社会主义接班人发布,如需转载请注明出处。

本文链接:http://lsde.cn:81/?id=17

分享给朋友:

“AutoHotkey同步脚本3” 的相关文章

魔兽世界1.12单机,常用GM命令。

魔兽世界1.12单机,常用GM命令。

[b]1.修改当前服务端版本节点(mangosd.conf文件)[/b]mangosd.conf文件内WowPatch设置相应数字WowPatch = 0 阶段1: 玛拉顿之谜———对应原始版本:1.1.0—1.2.0 [包含内容:熔火之心、奥妮克希亚、玛拉顿]WowPatch = 2 阶段2:战争...

AutoHotkey同步脚本1

AutoHotkey同步脚本1

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases. ;&nbs...

AutoHotkey魔兽同步器代码自用脚本

AutoHotkey魔兽同步器代码自用脚本

窗口名=魔兽世界 #IfWinActive,魔兽世界 #MaxThreadsPerHotkey 3 msck=6 ckx=%msck% ck=%msck% [:: xh++ ControlGet,Wowid%xh%,Hwnd,,,a if xh=%msck%...

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。