Skip to content
This repository was archived by the owner on Jun 15, 2025. It is now read-only.

Commit 86fd40d

Browse files
authored
Update README.md
1 parent 3761d10 commit 86fd40d

File tree

1 file changed

+16
-20
lines changed

1 file changed

+16
-20
lines changed

README.md

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ This is a fork of [Aimmy](https://github.com/Babyhamsta/Aimmy/), if any problems
1414
## What is CUDA
1515
> **What's CUDA?**
1616
17-
```Cuda is pretty much just the better version of "DirectML" and uses Nividia's GPU power to make it more smoother and faster```
17+
```Cuda is pretty much just the better version of "DirectML" and uses Nvidia's GPU power to make it more smoother and faster```
18+
19+
> **What's TensorRT?**
20+
21+
```Pretty much an add-on for Cuda. While it does make your gameplay smoother and faster, it's a double edge sword by making your models loading time drastically slower for 1st time instances```
1822

1923
> **What's DirectML?**
2024
@@ -23,34 +27,26 @@ This is a fork of [Aimmy](https://github.com/Babyhamsta/Aimmy/), if any problems
2327
> **How does the AI work?**
2428
2529
```Using the imported models (pictures), it will then scan the game as you play and look for players that match the models (pictures)```
30+
## Setup
31+
- Download and Install the x64 version of [.NET Runtime 8.0.X.X](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-8.0.2-windows-x64-installer)
32+
- Download and Install the x64 version of [.NET Runtime 7.0.X.X](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-7.0.20-windows-x64-installer)
33+
- Download and Install the x64 version of [Visual C++ Redistributable](https://aka.ms/vs/17/release/vc_redist.x64.exe)
34+
- Download Aimmy from [Releases](https://github.com/TaylorIsBlue/Aimmy-CUDA/releases) (Make sure it's the Aimmy zip that says **Prepacked CUDA** and not Source zip)
35+
- Extract and run totallynotaimmyv2.exe
36+
- Go to the troubleshooting section if you have issues.
2637

27-
## Setup (automatically)
28-
- Download and run LazyAimmySetupCuda ... thats it.
29-
30-
### Install LazyAimmySetup
31-
32-
[Dropbox](https://www.dropbox.com/scl/fi/impeduswsqr04uq59g4kj/LazyCudaAimmySetup.exe?rlkey=ka4oh9r12a7jqqbesild1ehu0&st=cxp33hin&dl=0)
33-
34-
[4Shared](https://www.4shared.com/file/79lMDawZku/LazyCudaAimmySetup__2_.html)
35-
36-
[PixelDrain](https://pixeldrain.com/u/NAhaSbKL)
37-
38-
39-
https://github.com/user-attachments/assets/0df379d1-958e-4e69-b6e2-24c5d8a7b7fd
40-
41-
42-
43-
## Setup (manually)
38+
## Setup (troubleshooting)
4439
- Download and Install the x64 version of [.NET Runtime 8.0.X.X](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-8.0.2-windows-x64-installer)
4540
- Download and Install the x64 version of [.NET Runtime 7.0.X.X](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-7.0.20-windows-x64-installer)
4641
- Download and Install the x64 version of [Visual C++ Redistributable](https://aka.ms/vs/17/release/vc_redist.x64.exe)
4742
- Download Aimmy from [Releases](https://github.com/TaylorIsBlue/Aimmy-CUDA/releases) (Make sure it's the Aimmy zip and not Source zip)
48-
- **Get [cuDNN 8.9.x](https://developer.nvidia.com/rdp/cudnn-archive) and [CUDA 11.8](https://developer.nvidia.com/cuda-11-8-0-download-archive)**
43+
- **Get [cuDNN 9.x](https://developer.nvidia.com/cudnn-downloads) and [CUDA 12.x](https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64)**
4944
- Extract the Aimmy.zip file
5045
- Run Aimmy.exe
5146
- Choose your Model and Enjoy :)
47+
5248
### Troubleshooting CUDA
5349
Sometimes, when you load a model the application closes in an exception, this could mean:
5450
1. Your cuda installation is wrong. Check your PATH (env variables) for your Cuda installation and your cuDNN.
55-
2. Download and Install CUDA and cuDNN of [CUDA 12.x](https://developer.nvidia.com/cuda-downloads) and [cuDNN 9.x](https://developer.nvidia.com/cudnn-downloads), maybe you need to switch versions im not sure its kind of weird.
51+
2. Download and Install CUDA and cuDNN of [CUDA 12.x](https://developer.nvidia.com/cuda-downloads) and [cuDNN 9.x](https://developer.nvidia.com/cudnn-downloads)
5652
3. Otherwise, make a ticket in our [discord server](discord.gg/aimmy)

0 commit comments

Comments
 (0)