Ghosted is a user-friendly GUI self-bot discord application to join calls without actually being in the call.
Screen.Recording.2024-12-27.213207.mp4
- Custom GUI: Clean, modern interface built with Tkinter.
- Discord Integration: Join voice channels, manage servers, and more.
- Customizable: Easily configure bot tokens and server details.
- Responsive Design: Dynamic styling for buttons and input fields.
- Python 3.8+
- Pip package manager
Install the dependencies by running:
pip install -r requirements.txtThis project uses the following Python libraries:
tkinterdiscordPillowrequests
- Clone the repository:
git clone https://github.com/BarcodeBimbo/Ghosted.git cd ghosted - Install the required libraries:
pip install -r requirements.txt
- Run the application:
python Ghosted.py
- Enter your Discord bot token in the "Authorize" tab.
- Navigate to the "Home" tab and provide the Server ID and Channel ID.
- Click the "Join" button to join the specified voice channel.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add new feature" - Push to the branch:
git push origin feature-name
- Open a pull request.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
- Inspired by modern design principles.
- Uses discord.py for Discord API integration.
- Icon image sourced from TLO.
This project is for educational purposes. Using self-bots on Discord is against their Terms of Service. Use responsibly.
- Author: Joshua
- Email: admin@tlo.sh
