This repository contains a simple C++ program that acts as a macro for PlayerUnknown's Battlegrounds (PUBG), specifically designed for all weapons. It is intended to reduce vertical recoil by adjusting mouse movement.
- DPI Setting: Ensure your mouse DPI is set to 500.
- Trigger Key: Press the
Numpad1
button to activate the macro. - Activation: Click the mouse button while the macro is activated to apply recoil reduction.
- Scope Recommendation: The macro is more effective when using holo/red dot/2x scope/3x scope.
The program continuously monitors the state of the Numpad1
key. When activated, it checks for mouse clicks. Upon detecting a click, it adjusts the mouse movement to reduce vertical recoil.
This project is licensed under the MIT License.