網(wǎng)友評(píng)分:
5.5分
AutoHotkey魔獸世界多開工具是專門針對(duì)魔獸世界的腳本語言工具,用戶可以在出軟件中輸入自定義的代碼,讓你的每個(gè)鍵位都能夠發(fā)揮極大的作用,使WSAD能夠同步,還有鼠標(biāo)移動(dòng)位置同步雙開的,提高效率增加樂趣。
1、可以通過手工或使用宏錄制鼠標(biāo)或鍵盤宏來實(shí)現(xiàn)鍵盤和鼠標(biāo)自動(dòng)化;
2、可以創(chuàng)建熱鍵鍵盤,操縱桿和鼠標(biāo),幾乎所有的關(guān)鍵按鈕和組合都可以成為一個(gè)熱鍵;
3、創(chuàng)建自定義數(shù)據(jù)錄入表格,用戶界面和菜單欄;
4、重映射你的鍵盤,游戲桿和鼠標(biāo)上的按鍵和按鈕;
5、從手持遙控器通過WinLIRC的客戶端腳本響應(yīng)信號(hào);
6、運(yùn)行加強(qiáng)現(xiàn)有的AutoIt v2的腳本。
控制兩個(gè)相同前綴窗口同步按鍵WASD(更改以下兩行記事本名為所需窗口名前綴)
窗口名=記事本
#IfWinActive,記事本
return
f1::
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
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
標(biāo)簽: AutoHotkey 腳本語言
關(guān)于本站|下載幫助|下載聲明|軟件發(fā)布|聯(lián)系我們
Copyright ? 2005-2024 virtualinsta360.com.All rights reserved.
浙ICP備2024132706號(hào)-1 浙公網(wǎng)安備33038102330474號(hào)