Skip to content

Commit 767d03b

Browse files
authored
Add disclaimer/warning
1 parent 99bde63 commit 767d03b

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

readme.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1-
[![Ghost Logo - Visit ghost.benny.fun](https://github.com/user-attachments/assets/a36b0ac0-f25a-43e8-ab29-fabe9a3c6ced "Ghost Homepage")](https://ghost.benny.fun/)
2-
[![Download Latest Release](https://github.com/user-attachments/assets/e229335c-0fe5-40c0-8e38-6a7870be86ef "Get Latest Version")](https://github.com/bennyscripts/ghost/releases/latest)
1+
# Ghost
2+
The most advanced open source Discord Selfbot.
3+
Ghost has 150+ commands and a completely custom built GUI for endless customisation!
4+
5+
> [!WARNING]
6+
> Using Ghost can and will result in account termination if not used carefully! To avoid termination do not use any commands within big servers especially ones moderated by Discord staff and do not use any of the abuse commands. I would also recommend using Ghost on phone verified accounts!
7+
8+
## How to set-up Ghost
9+
You're going to need to have Python 3.10+ installed on your system before you proceed.
10+
1. Clone or download this repo
11+
`git clone https://github.com/ghostselfbot/ghost`
12+
2. Create a Python environment
13+
`python3 -m venv .venv && source .venv/bin/activate`
14+
3. Installed the requirements
15+
`pip install -r requirements.txt`
16+
4. Run Ghost!
17+
`python3 ghost.py`

0 commit comments

Comments
 (0)