The most advanced open source Discord Selfbot.
Ghost has 150+ commands and a completely custom built GUI for endless customisation!
Warning
Using Ghost can result in account termination! To avoid termination, do not use any commands in bigger servers especially ones moderated by Discord staff and do not use any of the abuse commands. I do not take any responsibility for the actions that may be caused by using Ghost. Please use with caution!
git clone https://github.com/ghostselfbot/ghost cd ghost python3 -m venv .venv # create venv (requires Python 3.10+) source .venv/bin/activate # or on Windows: .\.venv\Scripts\activate pip install -r requirements.txt python3 ghost.pyGhost requires Python 3.10+
Note
Please note that Ghost is developed on Mac OS which means the Windows build's may have issues. However, Ghost will work on Windows, Linux and Mac OS without issues when run from the source code! Please follow the steps above or this setup guide to insure proper installation!