/Apex-NoRecoil-Alpha

An official branch version that I can modify and update myself

Primary LanguageAutoHotkeyGNU General Public License v3.0GPL-3.0

Apex-NoRecoil-Alpha

WARNING

This script has been detected in the latest game patch!

在最新的游戏补丁中 此脚本已被检测!

image


An AutoHotKey script (works on multiple resolutions) to minimize recoil with auto weapon detection for Apex Legends.

Apex Legends 压枪宏,带武器自动检测。

Due to technical issues, this project will not update the weapon pattern. but anyone can submit an updated weapon model by creating a pull request 由于技术问题,此项目不会更新武器模型(压枪数据),但是任何人都可以通过创建拉取请求来提交更新后的武器模型

Since I currently do not have any weapons reaching level 100, the script cannot recognize all weapons at level 100 properly 由于我目前没有任何武器等级到达100级 所以目前所有武器到达100级后脚本均无法正常识别

If the main project is updated, this project will also be updated synchronously 若主项目更新,此项目也会同步

Original project: https://github.com/mgsweet/Apex-NoRecoil-2021 原始项目: https://github.com/mgsweet/Apex-NoRecoil-2021

AHK Script - Description 介绍

This repository contains an Autohotkey script to help you minimize weapon recoil. Your weapon is auto-detected by the script (no need to press the F key anymore! XD). The detection is based on a straightforward and naive strategy (I call it three-pixel-detection). It is pretty safe because all it does is just capture some pixels and then use mouse DllCall to move your mouse. Run the compiled version if you want more protection.

该库包含了一个带自动武器检测的 Apex Legends 压枪宏,不读内存,不注入游戏文件,纯粹就是识别像素颜色并帮助你移动鼠标。

  • Pros
    • comes with GUI 有圖形界面
    • support multiple resolution settings 支持多種分辨率
    • simple 简单
    • out of the box 开箱即用
    • support different language setting in game 支持不同的游戏语言设置
  • Cons
    • too many magic pixel position 太多神奇的像素位置设定
    • need lots of modification to support other resolution 很难去支持别的分辨率