diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c78c353
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+test*
+*.onnx
+*.pt
+*.torchscript
\ No newline at end of file
diff --git a/README.md b/README.md
index 3328bc7..e1c2a75 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,13 @@
[](http://makeapullrequest.com)
# Ultimate Aimbot
-**Adhere to our GNU licence or else we WILL come after you legally.**
+
+
+
+
+
+
+
+**Adhere to our GNU licence, come on we are a nonprofit.**
- free to use, sell, profit from, litterally anything you want to do with it
- **credit MUST be given to RootKit for the underlying base code**
@@ -17,7 +24,7 @@ Bot was tested on a:
- 64 GB DDR4
- Nvidia RTX 2080
-We got anywhere from 15-35 corrections per second. All games were ran at 1280x720 or close to it when testing.
+We got anywhere from 20-45 corrections per second. All games were ran at 1920x1080 or close to it when testing.
ANYTHING dealing with Machine Learning can be funky with your computer. So if you keep getting CUDA errors, you may want to restart your PC in order to make sure everything resets properly.
@@ -34,7 +41,7 @@ ANYTHING dealing with Machine Learning can be funky with your computer. So if yo
4. To install `PyTorch` go to this website, https://pytorch.org/get-started/locally/, and Select the stable build, your OS, Pip, Python and CUDA 11.3. Then select the text that is generated and run that command.
-6. Copy and past the command below into your terminal. This will install the Open Source packages needed to run the program.
+6. Copy and past the command below into your terminal. This will install the Open Source packages needed to run the program. You will need to `cd` into the downloaded directory first. Follow step 2 in the Run section below if you need help.
```
pip install -r requirements.txt
```
diff --git a/imgs/csgo.PNG b/imgs/csgo.PNG
new file mode 100644
index 0000000..edb5dd1
Binary files /dev/null and b/imgs/csgo.PNG differ
diff --git a/imgs/halo.PNG b/imgs/halo.PNG
new file mode 100644
index 0000000..2cbeb14
Binary files /dev/null and b/imgs/halo.PNG differ
diff --git a/imgs/valorant.PNG b/imgs/valorant.PNG
new file mode 100644
index 0000000..58ff9af
Binary files /dev/null and b/imgs/valorant.PNG differ