|
玩得开心!
不是最山西论坛的,这是代码
- _auto := true
- ~LButton::autofire()
- Numlock::_auto := ! _auto
- F1::ExitApp
- autofire()
- {
- global _auto
- if _auto
- {
- Loop
- {
- if GetKeyState("LButton", "
")
- {
- SendInput {LButton DownTemp}
- Sleep 30
- mouseXY(0, 1)
- SendInput {LButton Up}
- Sleep 25
- }
- else
- break
- } ;; loop
- } ;; if
- } ;; autofire()
- mouseXY(x,y)
- {
- DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0)}
Valorant自动压枪AHK脚本.zip
来源于:网络
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作! |
更多精品资源清关注公众号:艾狐网
上一篇:[彩虹六号]外部透视V9下一篇:宁静精英压枪宏工具源码
|