Added verbage for configuring settings

This commit is contained in:
Qfc9 2022-04-16 14:59:20 -04:00
parent 3e014eb1be
commit 1fd0cc1037
2 changed files with 48 additions and 2 deletions

View File

@ -7,6 +7,14 @@
<img src="imgs/csgo.PNG" width="200" />
</p>
AI Aimbot works in any game with humaniod characters and utilzes YOLOv5. (Mouse movements don't work in Valorant currently) It is currently 100% undetectable to anti-cheat systems due to it being visual-only in nature. You could be found cheating if you are manually reported by another player and your game is review due to the botty looking nature of an Aimbot.
This is meant for educational purposed and to expose how poorly prepared game developers are with these new waves on AI based cheats. Please share with this with your friendly neighborhood game dev so they can start patching.
Code is all in 1 file for easy of viewing and learning from.
***Use at your own risk, if you get banned get rekted idiot***
**Adhere to our GNU licence, come on we are a nonprofit.**<br />
- 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**
@ -16,6 +24,40 @@ Watch the shorts video! - https://youtu.be/EEgspHlU_H0
Join teh Discord - https://discord.gg/rootkit
- [AI Aimbot](#ai-aimbot)
- [Configurable Settings](#configurable-settings)
- [Current Stats](#current-stats)
- [REQUIREMENTS](#requirements)
- [Pre-setup](#pre-setup)
- [Run](#run)
- [Community Based](#community-based)
## Configurable Settings
*Default settings are good for most use cases. Read comments in code for more details.<br>
**CAPS_LOCK is the default for toggling on and off the autoaim functionality**
`videoGameWindowTitle` - (CHANGES PER GAME) Window title of the game you want to play. Does not need to be the complete window title.
`aaRightShift` - May need to be changed in 3rd person games like Fortnite and New World. Typically `100` or `150` will be sufficient.
`aaQuitKey` - Default is `q`, this may need to be changed to another key depending on the game.
`headshot_mode` - Make `False` if you want to aim more toward center mass.
`cpsDisplay` - Make `False` if you don't want the CPS to be displayed in the terminal.
`visuals` - Make `True` if you want to see what the AI sees. Can help with debugging issues.
`aaMovementAmp` - Default should be fine for 99% of use cases. Lower the value, the more smooth the autoaim will be. Recommended range is `0.5` - `2`.
`confidence` - Default should be kept unless you know what you are doing.
`screenShotHeight` - Default should be kept unless you know what you are doing.
`screenShotWidth` - Default should be kept unless you know what you are doing.
`aaDetectionBox` - Default should be kept unless you know what you are doing.
## Current Stats
@ -59,7 +101,11 @@ If you have python and the packages you are good to go. Load up any game on your
4. Press the enter key
5. Type `python main.py`, press enter and that is it!
5. Type `python main.py`, press enter.
6. Use CAPS_LOCK to toggle on and off the autoaim functionality. **It is off by defualt**
7. Pressing `q` at anytime will completely quit the program
## Community Based
We are a community based nonprofit. We are always open to pull requests on any of our repos. You will always be given credit for all of you work. Depending on what you contribute, we will give you any revenue earned on your contributions 💰💰💰!

View File

@ -19,7 +19,7 @@ def main():
aaDetectionBox = 320
# For use in games that are 3rd person and character model interferes with the autoaim
# EXAMPLE: Fornite and New World
# EXAMPLE: Fortnite and New World
aaRightShift = 0
# Autoaim mouse movement amplifier