Skip to content

developedbyalex/GameSniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

GameSniffer

Chat Game Sniffer For Minecraft

About

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.

Features

  • 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

Modes

GameSniffer operates in two modes:

  1. Passive Mode: Collects words from the chat.
  2. AFK Mode: Automatically types/unscrambles words that are sent in chat.

Installation

  1. Clone the repository:
    git clone https://github.com/developedbyalex/GameSniffer.git
  2. Navigate to the project directory:
    cd GameSniffer
  3. Install the required dependencies:
    pip install -r requirements.txt

Usage

Run the application:

python app.py

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/your-feature)
  3. Commit your changes (git commit -m 'Add your feature')
  4. Push to the branch (git push origin feature/your-feature)
  5. Open a pull request

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries, please contact developedbyalex.

About

Chat Game Sniffer For Minecraft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages