1下载 并安装 AutoHotkey。
2右击鼠标,选择 新建 -> 文本文档 。
3输入文件名并确保以 .ahk 结尾。例如:波动拳.ahk。
4右击文件,选择 编辑脚本 。
5输入以下内容
#IfWinActive ahk_class SSFIVAE
;波动拳
1::
Send {s down}
sleep 16
Send {d down}
sleep 16
Send {s up}
sleep 16
Send {j down}
sleep 30
Send {d up}
Send {j up}
return
;升龙拳或真空波动拳
2::
Send {s down}
sleep 16
Send {d down}
sleep 16
Send {s up}
sleep 16
Send {d up}
sleep 16
Send {s down}
sleep 16
Send {d down}
sleep 16
Send {s up}
sleep 16
Send {j down}
sleep 30
Send {d up}
Send {j up}
return
;EX升龙拳或灭·波动拳
3::
Send {s down}
sleep 16
Send {d down}
sleep 16
Send {s up}
sleep 16
Send {d up}
sleep 16
Send {s down}
sleep 16
Send {d down}
sleep 16
Send {s up}
sleep 16
Send {e down}
sleep 30
Send {d up}
Send {e up}
return
;龙卷旋风腿
4::
Send {s down}
sleep 16
Send {a down}
sleep 16
Send {s up}
sleep 16
Send {a up}
sleep 16
Send {s down}
sleep 16
Send {a down}
sleep 16
Send {s up}
sleep 16
Send {i down}
sleep 30
Send {a up}
Send {i up}
return
#IfWinActive
2右击鼠标,选择 新建 -> 文本文档 。
3输入文件名并确保以 .ahk 结尾。例如:波动拳.ahk。
4右击文件,选择 编辑脚本 。
5输入以下内容
#IfWinActive ahk_class SSFIVAE
;波动拳
1::
Send {s down}
sleep 16
Send {d down}
sleep 16
Send {s up}
sleep 16
Send {j down}
sleep 30
Send {d up}
Send {j up}
return
;升龙拳或真空波动拳
2::
Send {s down}
sleep 16
Send {d down}
sleep 16
Send {s up}
sleep 16
Send {d up}
sleep 16
Send {s down}
sleep 16
Send {d down}
sleep 16
Send {s up}
sleep 16
Send {j down}
sleep 30
Send {d up}
Send {j up}
return
;EX升龙拳或灭·波动拳
3::
Send {s down}
sleep 16
Send {d down}
sleep 16
Send {s up}
sleep 16
Send {d up}
sleep 16
Send {s down}
sleep 16
Send {d down}
sleep 16
Send {s up}
sleep 16
Send {e down}
sleep 30
Send {d up}
Send {e up}
return
;龙卷旋风腿
4::
Send {s down}
sleep 16
Send {a down}
sleep 16
Send {s up}
sleep 16
Send {a up}
sleep 16
Send {s down}
sleep 16
Send {a down}
sleep 16
Send {s up}
sleep 16
Send {i down}
sleep 30
Send {a up}
Send {i up}
return
#IfWinActive