McDaived / AIMi

AIMi its an AI aimbot, it work by real-time object detection with neural networks, and recognizes the patterns similar to human movements and human formation it will identify the head as a target . It's an improved version of a very old version of YOLOv3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AIMi - AI Aimbot

Logo

AIMi its an AI aimbot, it work by real-time object detection with neural networks, and recognizes the patterns similar to human movements and human formation and matching them with game models, it will identify the head as a target to make the mouse crosshair heading to the target, the AIMi is now being train to be better

This isn't considered cheating in the games because it doesn't modify the game files or interfere with the games, it only takes control on behalf of the user.

Your Image Description Your Image Description

Information :

  • It's an improved version of a very old version of YOLO, YOLOv7 will be used in the next release
  • It's the CPU 80%-GPU 20% version only by using OpenCV , in the next release it will be developed to work on the GPU by CUDA to make it fast and work more accurately, because building OpenCV with CUDA is a complicated process , and i will make it in easy way.
  • You don't need RTX to make it work.
  • This release is currently optimized for cs2, valorant, fps games, etc..
  • Objects detector gui to make you see how it recognizes the model.

Issues - Q&A :

⚠ About Warning ⚠

PS: if you get this messege [WARN:0@x.xxx], it's a warning issued by the opencv library because it's unable to recognize the CPU because it interferes with CUDA because GPU and CUDA is disabled in this version, it's automatically will switch to CPU, It's okay, it's just a warning, ignore this message because it doesnt stop the program from working.

⚠ If you run the program and it closes immediately or got error about subprocess, please take the following ⚠

Download latest version of python then install it like this pictures..

⚠ Slight Vibration Why ?⚠

when use AIMi you will see slight vibration in aimbot because its a beta version, everything will be improved in the next releases, it will be better more accurate in the next releases because it works very well for some people and it works well for me, it varies according to the processors that can analyze the neural network , but still work fine .

⚠ Aiming TO The Ground Why?⚠ important: to make it work
  1. disable raw input in any game you want play.

  2. disable enhance pointer : Mouse Properties->Pointer Options->Enhance Pointer Precision

⚠ Mouse Input Doesn't Work In Valorant why? ⚠ if you use it on valorant it dosent work because you need a driver kernal to bypass it, someone was make it work in valorant by using this.

Click Here

IDK, If this work or not but you need driver kernal to bypass it.

Preview :

Counter-strike.2.2023.11.05.-.16.36.19.02.mp4

How to use :

  1. Download Python.
  2. Download AIMi.
  3. Extract it.
  4. Disable mouse enhance pointer precision, Mouse Properties->Pointer Options->Enhance Pointer Precision
  5. Disable ${\color{red}RAW}$ ${\color{red}INPUT}$ in any game you want to play, if available.

PS: You do not need to do anything else, just open the program from CMD or double-click, and it will download all the required libraries by it self.

  1. Python start.py or double-click.

Settings :

Optimazing For cs2 Best Setting for CS2 and make sure use this crosshair or make your own dot crosshair, to make natural network more faster by give some space to analyse model.
  1. import this crosshair is game setting CSGO-YE93T-V6tTU-Cxa9r-jCf7s-2XJaA

  2. for best result use this setting

image

For Stretch Screen (Optional) change line 70 in detect file from lib folder.
origbox = (int(Wd/3.1 - ACTIVATION_RANGE/4),#gui box capture
               int(Hd/2.5 - ACTIVATION_RANGE/4),
               int(Wd/4 + ACTIVATION_RANGE/1),
               int(Hd/2 + ACTIVATION_RANGE/2))
Change Hotkey hold mode (Optional) line 118 in detect file from lib folder.
if button == button.x2: #Change this button.x2 for example : button.left for left click mouse

Features :

  • (F1) Aimbot: Always On/Hold Mode
  • (Mouse4) Hold Mode: Press/Release
  • (0) Exit
  • With gui objects detector.

Change Log :

Update (Nov 15 2023)
+ improve the neural network a little faster.
+ made aimbot a little smooth.
+ Add sound when active aimbot.
+ Add setting for Stretch Screen in Readme.
+ made Aim a little accurate.
+ Fix aim on head.

About :

Neural network :

Neural network aimbots are great for a lot of reasons... Probably most importantly, it never access the memory of the game, so it's practically invisible to "Anti-Cheat" sofware, additionally, they can abstract it capabilities to many different games without code modifications.

YOLOvX :

The detection network is trained on a combination of video game images and the COCO dataset, it is optimized to recognize human-like objects as quickly as possible, the detection engine can be abstracted to many FPS games.

To know more about yolov3

OpenCV :

it provide an abstraction layer for working with the screen capture data, but it it also allows us to harness the power of GPU hardware by interfacing CUDA and OpenCL, it uses OpenCV to process that image into a form that is recognizable to the object-detection engine.

About

AIMi its an AI aimbot, it work by real-time object detection with neural networks, and recognizes the patterns similar to human movements and human formation it will identify the head as a target . It's an improved version of a very old version of YOLOv3

License:MIT License


Languages

Language:Python 54.2%Language:Makefile 41.2%Language:Shell 4.6%