Skip to content

hamaqaz/qazo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qazo

Qazo is a neural network aim assist that uses real-time object detection accelerated with CUDA on Nvidia GPUs.

About

Qazo 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 Qazos's player detection is the YOLOv5 architecture written in PyTorch.

A demo video (outdated) can be found here.

thumbnail

Installation

  1. Install a version of Python 3.8 or later.

  2. Navigate to the root directory. Use the package manager pip to install the necessary dependencies.

pip install -r requirements.txt

Usage

python qazo.py

To update sensitivity settings:

python qazo.py setup

To collect image data for annotating and training:

python qazo.py collect_data

About

Fortnite Aimbot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages