- Fast
main.pyEasy to set up, Works on any computer - Faster
main_onnx.pyMay need to edit a file, Works on any computer
- Nvidia RTX 980, higher or equivalent
- And one of the following:
- Nvidia CUDA Toolkit 11.8 DOWNLOAD HERE
- Download and Unzip the AI Aimbot and stash the folder somewhere handy.
- Ensure you've got Python installed – grab version 3.11 HERE.
- 🛑 Facing a
python is not recognized...error? WATCH THIS! - 🛑 Is it a
pip is not recognized...error? WATCH THIS!
- 🛑 Facing a
- Fire up
PowerShellorCommand Prompton Windows. - To install
PyTorch, select the appropriate command based on your GPU.- Nvidia
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 - AMD or CPU
pip install torch torchvision torchaudio
- Nvidia
- Run the command below to install the required Open Source packages:
pip install -r requirements.txt
Follow these steps after Python and all packages have been installed:
- Open
PowerShellorCommand Prompt. - Input
cd, then drag & drop the folder containing the bot code into the terminal. - Hit Enter.
- Type
python main.pyand press Enter. - Use CAPS_LOCK to toggle the aimbot. It begins in the off state.
- Pressing
qat ANY TIME will shut down the program.
Follow these steps after Python and all packages have been installed:
- Open the
config.pyfile and tweak theonnxChoicevariable to correspond with your hardware specs:onnxChoice = 1# CPU ONLYonnxChoice = 2# AMD/NVIDIA ONLYonnxChoice = 3# NVIDIA ONLY
- IF you have an NVIDIA set up, run the following
pip install onnxruntime-gpu pip install cupy-cuda11x - Follow the same steps as for the Fast Version above except for step 4, you will run
python main_onnx.pyinstead.
*Default settings are generally great for most scenarios. Check out the comments in the code for more insights. The configuration settings are now located in the config.py file!
CAPS_LOCK is the default for flipping the switch on the autoaim superpower!
useMask - Set to True or False to turn on and off
maskWidth - The width of the mask to use. Only used when useMask is True
maskHeight - The height of the mask to use. Only used when useMask is True
aaQuitKey - The go-to key is q, but if it clashes with your game style, swap it out!
headshot_mode - Set to False if you're aiming to keep things less head-on and more centered.
cpsDisplay - Toggle off with False if you prefer not to display the CPS in your command station.
visuals - Flip to True to witness the AI's vision! Great for sleuthing out any hiccups.
aaMovementAmp - The preset should be on point for 99% of players. Lower the digits for smoother targeting. Recommended doses: 0.5 - 2.
confidence - Stick with the script here unless you're the expert.
screenShotHeight - Same as above, no need for changes unless you've got a specific vision.
screenShotWidth - Keep it constant as is, unless you've got reasons to adjust.
aaDetectionBox - Default's your best bet, change only if you've got the know-how.
onnxChoice - Gear up for the right graphics card—Nvidia, AMD, or CPU power!
centerOfScreen - Keep this switched on to stay in the game's heart.
- Mask Player to avoid false positives
Happy Coding and Aiming! 🎉👾