Your ultimate anti-flash tool for Counter-Strike 2
Features • Installation • Usage • Customization • Troubleshooting • ContributingCS2 NoFlash is an automated tool designed for Counter-Strike 2 that prevents the player from being fully flashed by automatically adjusting the flashbang alpha values in the game.
- Anti-Flash Protection: Automatically sets the flashbang alpha value to 0, preventing the player from being fully blinded.
- Process Attachment: Attaches to the
cs2.exe
process and reads memory values to apply real-time changes. - Logging: Detailed logs are saved in
%LOCALAPPDATA%\Requests\ItsJesewe\crashes\nf_logs.log
. - Update Checker: Automatically checks for updates from the GitHub repository.
-
Clone the Repository:
git clone https://github.com/Jesewe/cs2-noflash.git cd cs2-noflash
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Script:
python main.py
- Ensure that Counter-Strike 2 is running.
- Execute the script using the command above.
- The script will automatically check for updates and fetch the necessary offsets from the provided sources.
- The NoFlash protection will start automatically, reducing the flashbang effect to minimal.
- Failed to Fetch Offsets: Ensure you have an active internet connection and that the source URLs are accessible.
- Could Not Open
cs2.exe
: Make sure the game is running and that you have the necessary permissions. - Unexpected Errors: Check the log file located in the log directory for more details.
Contributions are welcome! Please open an issue or submit a pull request on the GitHub repository.
This script is for educational purposes only. Using cheats or hacks in online games is against the terms of service of most games and can result in bans or other penalties. Use this script at your own risk.
This project is licensed under the MIT License. See the LICENSE file for details.