Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesewe/cs2-noflash
CS2 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.
https://github.com/jesewe/cs2-noflash
cheat cs2 cs2-cheat cs2-noflash pymem python
Last synced: 4 days ago
JSON representation
CS2 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.
- Host: GitHub
- URL: https://github.com/jesewe/cs2-noflash
- Owner: Jesewe
- License: mit
- Created: 2024-04-21T05:40:40.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T07:34:29.000Z (13 days ago)
- Last Synced: 2024-12-10T08:25:24.237Z (13 days ago)
- Topics: cheat, cs2, cs2-cheat, cs2-noflash, pymem, python
- Language: Python
- Homepage: https://github.com/Jesewe/cs2-noflash
- Size: 1.14 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CS2 NoFlash
Your ultimate anti-flash tool for Counter-Strike 2
![Downloads](https://img.shields.io/github/downloads/jesewe/cs2-noflash/total?style=for-the-badge&logo=github&color=D5006D)
![Platforms](https://img.shields.io/badge/platform-Windows-blue?style=for-the-badge&color=D5006D)
![License](https://img.shields.io/github/license/jesewe/cs2-noflash?style=for-the-badge&color=D5006D)
Features •
Installation •
Usage •
Troubleshooting •
Contributing---
# Overview
CS2 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.## Features
- **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.## Installation
1. **Clone the Repository:**
```bash
git clone https://github.com/Jesewe/cs2-noflash.git
cd cs2-noflash
```2. **Install Dependencies:**
```bash
pip install -r requirements.txt
```3. **Run the Script:**
```bash
python main.py
```## Usage
1. Ensure that Counter-Strike 2 is running.
2. Execute the script using the command above.
3. The script will automatically check for updates and fetch the necessary offsets from the provided sources.
4. The NoFlash protection will start automatically, reducing the flashbang effect to minimal.## Troubleshooting
- **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.## Contributing
Contributions are welcome! Please open an issue or submit a pull request on the [GitHub repository](https://github.com/Jesewe/cs2-noflash).## Disclaimer
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.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.