6Recoil is a Python-based recoil control program.
-
🎮 Easy Controls
- Start/Stop button for quick activation
- Caps Lock toggle functionality
- Always-on-top window option
- Automatic chat message shortcuts (F1-F5)
- Random operator selection
-
⚙️ Customization
- Adjustable vertical and horizontal recoil control
- Customizable RPM settings per weapon
- Toggle options for:
- Secondary weapon auto-disable
- Caps Lock chat writing
- Window always-on-top
-
💬 Chat Integration
- Quick chat messages (F1-F5):
- "good luck have fun"
- "good game well played"
- "nice try"
- "nice shot"
- "good job"
- Customizable chat messages
- Quick chat messages (F1-F5):
- Download the latest release from the releases page
- Extract the files to your preferred location
- Run
6Recoil v1.4.exe
- Launch the program
- Enter the shooting range
- Select an operator
- Enable custom speed settings
- Configure the weapon's RPM
- Fine-tune recoil values:
- Vertical: Increase if recoil is present
- Horizontal: Positive values move right, negative values move left
- Configure weapon presets:
- Navigate to the
_internal
folder - Open
speed_options_new.txt
- Clear existing content
- Add weapons using format:
{name} = {vertical}, {horizontal}, {rpm}
- Save the file
- Navigate to the
- Launch 6Recoil
- Click the Start button
- Select your current weapon (auto-applies settings)
- Toggle Caps Lock to activate
- ADS and shoot
- Python 3.x
- Required dependencies (see requirements.txt)
- Clone the repository:
git clone https://github.com/TheX24/6Recoil.git
- Install dependencies:
pip install -r requirements.txt
- Build using PyInstaller:
pyinstaller --name "6Recoil" --windowed --icon=icon.ico --add-data "attack_operators.txt;." --add-data "defense_operators.txt;." --add-data "speed_options_new.txt;." --add-data "icon.ico;." --add-data "config.ini;." 6Recoil_v1.4.pyw
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the AGPL-3.0 License - see the LICENSE file for details.
This software is for educational purposes only. Use at your own risk and ensure compliance with the terms of service of the games you play.