作者:艳艳
波斯王子时之沙中杀敌大招,瞪墙穿刺要面对墙壁方向键+空格键+鼠标左击才能发出来
而只有这一招才会让敌人瞬间被秒~~
所以,AHK就出场了~~
经测试下面的代码能生效:
================================== #UseHook #InstallMouseHook #InstallKeybdHook /* g:: 原始写法 不成立 * Send , w Send * Send , {Space} * Send , {LButton} * return */ Send ,w && {Space} && {LButton} 连写也不对 g:: Send {w down} Send {Space down} Send {LButton} Send {w up} Send {Space up} ;~ Sleep, 5 return /* g:: ;这个有反映,但是会无限重复 * Send , {w downtemp} * Send , {space downtemp} * Send , {LButton downtemp} * return */ /* g:: * Send ,{w downtemp}{space downtemp}{LButton downtemp} * return */
亲爱的朋友们,如果你认为本站不错请打赏,我们非常感谢你的支持!
[su_button url=”http://www.autoahk.com/buyamoney” style=”3d” color=”#ffe41c” size=”20″ radius=”round”]赏[/su_button]
哈哈给力,老游戏了啊
学习学习