高级玩家

- 贡献度
- 15
- 金元
- 3543
- 积分
- 414
- 精华
- 0
- 注册时间
- 2009-11-5
|
M::
;(M=热鍵)
Send {Tab Down}
Sleep 40
Send {LButton Down}
Sleep 40
Send {LButton Up}
Sleep 40
Send {Tab Up}
Sleep 1253
Send {LButton Down}
Sleep 40
Send {LButton Up}
Sleep 890
if not getkeystate("M","P")
return
Send {LButton Down}
Sleep 40
Send {LButton Up}
Sleep 790
if not getkeystate("M","P")
return
Send {LButton Down}
Sleep 40
Send {LButton Up}
Sleep 890
if not getkeystate("M","P")
return
Send {LButton Down}
Sleep 40
Send {LButton Up}
Return
;(RButton=防)
;(LButton=輕)
这个是通过M触发的,怎么通过手柄触发? |
|