Chat Game Sniffer For Minecraft
GameSniffer is a Python-based tool designed to sniff chat messages in Minecraft. This application can be useful for monitoring chat activities, logging chat data, or implementing custom chat-based features for Minecraft servers.
- Sniffs and logs Minecraft chat messages
- Easy to set up and use
- Customizable for various use cases
- Specifically looks for messages from the Lite ChatGames plugin
GameSniffer operates in two modes:
- Passive Mode: Collects words from the chat.
- AFK Mode: Automatically types/unscrambles words that are sent in chat.
- Clone the repository:
git clone https://github.com/developedbyalex/GameSniffer.git
- Navigate to the project directory:
cd GameSniffer
- Install the required dependencies:
pip install -r requirements.txt
Run the application:
python app.py
- Fork the repository
- Create your feature branch (
git checkout -b feature/your-feature
) - Commit your changes (
git commit -m 'Add your feature'
) - Push to the branch (
git push origin feature/your-feature
) - Open a pull request
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries, please contact developedbyalex.