You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16-20Lines changed: 16 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,11 @@ This is a fork of [Aimmy](https://github.com/Babyhamsta/Aimmy/), if any problems
14
14
## What is CUDA
15
15
> **What's CUDA?**
16
16
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```
18
22
19
23
> **What's DirectML?**
20
24
@@ -23,34 +27,26 @@ This is a fork of [Aimmy](https://github.com/Babyhamsta/Aimmy/), if any problems
23
27
> **How does the AI work?**
24
28
25
29
```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.
26
37
27
-
## Setup (automatically)
28
-
- Download and run LazyAimmySetupCuda ... thats it.
- 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)
45
40
- 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)
46
41
- Download and Install the x64 version of [Visual C++ Redistributable](https://aka.ms/vs/17/release/vc_redist.x64.exe)
47
42
- 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)**
49
44
- Extract the Aimmy.zip file
50
45
- Run Aimmy.exe
51
46
- Choose your Model and Enjoy :)
47
+
52
48
### Troubleshooting CUDA
53
49
Sometimes, when you load a model the application closes in an exception, this could mean:
54
50
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)
56
52
3. Otherwise, make a ticket in our [discord server](discord.gg/aimmy)
0 commit comments