

I also have to mention that AMD GPU's aren't compatible with CUDA and therefore OpenCV. In case you need any help I included some useful sources below. NVIDIA CUDA and NVIDIA cuDNN also have to be installed additionally. Before starting out you are required to build OpenCV from source with CUDA support according to the supported CUDA version of your GPU first ( find out here). With a few tweaks here and there and newly trained weights it's easy to port it to other projects for your desired game.
#KRUNKER AIMBOT SCRIPT UNKNOWN CODE#
Build it yourselfįeel free to use my code for your projects. But you can use SendInput if you dont have to deal with an anti cheat just change the Arduino communication to your mouse input function. That way only one active mouse input is present and I don't have to risk using potentially detected built-in windows functions.

My goal was to create a legitimate-looking aimbot that works with the Face IT anti-cheat running hence I use an Arduino for mouse movement. I got the idea for this project from the following thread in the Unknown Cheats forum. The mouse movement is done by using an Arduino Leonardo with USB HostShield in order to avoid potential anti-cheat blocks/detection. An aimbot/aim-assist for Krunker.io written in C++ using the YOLOv4 neuronal network object detection to detect players which utilizes NVIDIA CUDA for accelerated GPU processing.
