Skip to content

Commit 1fd621a

Browse files
Update README.md
1 parent d33468a commit 1fd621a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ArduinoStrike is a program designed to control the recoil of weapons in **Counte
1919
| **Rapid Fire** | Enhances the firing rate of semi-automatic weapons for faster shooting. |
2020
| **Bunny Hop (Bhop)** | Automatically performing jumps while holding down the spacebar provides quick movement in the game. |
2121
| **ColorBot (Color TriggerBot)** | Detects the color change on the screen when aiming with a rifle and fires the fastest possible shot without delay. |
22-
| **FastReload** | Speeds up the reloading process of certain weapons in certain scenarios, allowing you to continue firing faster. |
22+
| **Fast Reload** | Speeds up the reloading process of certain weapons in certain scenarios, allowing you to continue firing faster. |
2323

2424
### Additional Details
2525
- **Note:** To enable the bhop feature, enter the command `bind mwheeldown +jump` in the game console.
@@ -94,7 +94,7 @@ If the `Settings.cfg` file is not found when launching the program, you will be
9494
| **Recoil confirmation Key** | Assigns a virtual key code to confirm recoil control or disables it. | Integer | VK_CODE (enable) / `0` (disable) |
9595
| **ColorBot Activation Key** | Sets a virtual key code to activate ColorBot or disables it. | Integer | VK_CODE (enable) / `0` (disable) |
9696
| **ColorBot Threshold** | Sets the allowed color deviation threshold for ColorBot. | Integer | `0` to `20` |
97-
| **FastReload** | Enables or disables fast reloading. | Integer | `1` (enable) / `0` (disable) |
97+
| **Fast Reload** | Enables or disables fast reloading. | Integer | `1` (enable) / `0` (disable) |
9898

9999
### Additional Details
100100
- **ColorBot Threshold**: Higher values increase tolerance for color variations.

0 commit comments

Comments
 (0)