96辅助游戏论坛 - 辅助工具|www.96fuzhu.com

 找回密码
 立即注册
查看: 6993|回复: 1

Valorant自动压枪AHK脚本

[复制链接]
发表于 2020-4-18 03:46 | 显示全部楼层 |阅读模式
玩得开心!

不是最好的,这是代码
  1. _auto := true

  2. ~LButton::autofire()
  3. Numlock::_auto := ! _auto
  4. F1::ExitApp

  5. autofire()
  6. {
  7. global _auto
  8. if _auto
  9. {
  10. Loop
  11. {
  12. if GetKeyState("LButton", "P")
  13. {
  14. SendInput {LButton DownTemp}
  15. Sleep 30
  16. mouseXY(0, 1)
  17. SendInput {LButton Up}
  18. Sleep 25
  19. }
  20. else
  21. break
  22. } ;; loop
  23. } ;; if
  24. } ;; autofire()

  25. mouseXY(x,y)
  26. {
  27.     DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0)
  28. }
复制代码


Valorant自动压枪AHK脚本.zip

332 Bytes, 下载次数: 32

如果不回复说明在睡觉
回复

使用道具 举报

发表于 2020-4-18 06:47 | 显示全部楼层
我觉得应该直接搞个exe出来,毕竟论坛懂的人应该不多
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|96辅助游戏论坛

GMT+8, 2025-1-31 18:08 , Processed in 0.113119 second(s), 22 queries .

Powered by Discuz! X3.4

© 2016-2023 Comsenz Inc.

快速回复 返回顶部 返回列表