Lunar Aim Assist Fortnite
Lunar is a neural network aim assist that uses real-time object detection accelerated with CUDA on Nvidia GPUs.
About
Lunar can be modified to work with a variety of FPS games
However, it is currently configured for Fortnite. Besides being general purpose, the main advantage of using Lunar is that it does not meddle with the memory of other processes.
The basis of Lunar’s player detection is the YOLOv5 architecture written in PyTorch.
Installation
Install a version of Python 3.8 or later.
Navigate to the root directory. Use the package manager pip to install the necessary dependencies.
pip install -r requirements.txt
Usage
python lunar.py
To update sensitivity settings:
python lunar.py setup
To collect image data for annotating and training:
python lunar.py collect_data
Issues
The method of mouse movement (SendInput) is slow. For this reason, the crosshair often lags behind a moving detection. This problem can be lessened by increasing the pixel_increment (e.g. to 4) so fewer calls to that function are made.
False positives can also happen under certain lighting conditions.