咒术 暗系 带真言效果的 右键是1秒一下,充能修罗,加了左键后没有V跟4的时候右键后会出左键,不怎么却内了,比以前的好用。还有我这个的右键改的是Y,以前的老帖子里面右键是b,以前的分清就行。

#IfWinActive ahk_class LaunchUnrealUWindowsClient
XButton1::
loop{
send {4}
sleep 1
send {v}
sleep 1
send {t}
sleep 1
send {4}
sleep 1
send {4}
sleep 1
send {4}
sleep 1
send {4}
sleep 1
send {4}
sleep 1
send {f}
sleep 1
send {f}
sleep 1
send {f}
sleep 1
send {f}
sleep 1
send {v}
sleep 1
send {4}
sleep 1
send {4}
sleep 1
send {4}
sleep 1
send {4}
sleep 1
send {y}
sleep 1
send {f}
sleep 1
send {f}
sleep 1
send {f}
sleep 1
send {f}
sleep 1
send {f}
sleep 1
send {f}
sleep 1
send {v}
sleep 1
send {v}
sleep 1
send {v}
sleep 1
send {4}
sleep 1
send {4}
sleep 1
send {f}
sleep 1
send {f}
sleep 1
send {f}
sleep 1
}Until Not getkeystate("XButton1","P")
return
F11::suspend
冰系的话得自己手动按4 4的读条时间太长,没办法自动出下面这个是次元弹加F跟V的
#IfWinActive ahk_class LaunchUnrealUWindowsClient
XButton1::
loop{
send {f down}
sleep 0
send {f up}
sleep 1
send {y down}
sleep 0
send {y up}
sleep 1
send {v down}
sleep 1
send {v up}
sleep 1
}Until Not getkeystate("XButton1","P")
return
F11::suspend