8000 GitHub - amiliadreams/valoai: VALOAI AI-Powered Aim Assist for Valorant.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

amiliadreams/valoai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discordserv donat

🎯 VALOAI – AI-Powered Aim Assist for Valorant

VALOAI is a real-time AI-driven aim assist that leverages object detection with CUDA acceleration on Nvidia GPUs. Designed for smooth, precise targeting, VALOAI helps users achieve instant headshots without modifying game files.

Unlike other aim assists, which charge €5/month or €100 for lifetime access without offering any real advantages, VALOAI is completely FREE! <3

⚠️ For educational purposes only. The developers are not responsible for any misuse.

valssy

☕ $5 for a coffee and a few more lines of code—thanks for helping me build something awesome!
Donate 💗


🔥 Why Use VALOAI?

100% Free – No subscriptions, no hidden fees
Undetectable – No game memory modifications 🛡️
AI-Powered Accuracy – YOLOv5-based real-time detection 🎯
Hardware-Based Execution – Uses Arduino Leonardo + USB Host Shield 2.0 🔌
Optimized for Performance – CUDA-accelerated for fast, efficient processing 🚀

A0F0841B-F44E-4666-A631-B079B1B9FE4C.MOV

🖥️ System Requirements

  • Minimum: RTX 2060
  • Recommended: RTX 3050
  • GOD MODE: RTX 4060 (Ultra-fast performance! – reduce time.sleep to 0.01 in the .py file)

⚙️ Installation Guide

🔹 1. Setting Up Arduino

  1. Install Arduino Legacy IDE 1.8.19

  2. Install USB Host Shield 2.0 libraries

  3. Open mouse/mouse.ino

  4. Modify these values to match your mouse X,Y and Scroll ID (values from 0-9):

    buttons = buf[0];
    xm = buf[1], ym = buf[2], scr = buf[3];
  5. Upload the script to your Arduino Leonardo and test until everything matches your mouse input

🔹 2. Installing Dependencies

  1. Install Python 3.9.10 (recommended) or later

  2. Install CUDA 12.1

  3. Install PyTorch with CUDA 12.1 support:

    pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu121
  4. Navigate to v/scripts/yolov5-master, open Command Prompt, and run:

    pip install -r requirements.txt
  5. Install additional dependencies:

    pip install pyserial
    pip install pywin32
    pip install keyboard
    pip install termcolor
    pip install scipy==1.12.0

  6. 🎮 How To Use

    1. Open the script and update the serial COM port:

      ard = serial.Serial("COM3", 9600, writeTimeout=0)

      Replace "COM3" with your Arduino's current COM port (e.g., "COM4", "COM5").

    2. Optimize your settings for best accuracy:

      • Set Windows mouse sensitivity to default (6/11)
      • Set in-game sensitivity to 1.1 for 1:1 tracking
      • Use Windowed Fullscreen mode for optimal performance
      • Change enemy highlight color to purple
    3. Run the .py file

    4. Press ALT to trigger instant aim assist


    ⚠️ Detection & Ban Risks

    🛡️ VALOAI is currently undetected as it does not modify game files or memory. However, there are still potential risks:

    • Hardware-Based Detection – The anti-cheat system could flag Arduino Leonardo boards, but this is unlikely since it acts like a standard mouse.
    • Manual Reports – If you receive too many reports, Riot may manually investigate and issue a ban. Use responsibly!

    How it works

    Capture d'écran 2025-02-25 193636


    🌍 Open Source & Contributions

    This project is open-source, and contributions are welcome! Feel free to fork, improve, and submit pull requests.


    📜 License

    This project is released under the GNU General Public License v3.0. See the LICENSE file for details.


    🔥 VALOAI 🔥
    Constant refinement and testing are in progress to deliver the fastest response times. If you’d like to support further development, feel free to Donate 💗.

About

VALOAI AI-Powered Aim Assist for Valorant.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0