Skip to content

Commit 9e60082

Browse files
authored
Update readme.md
1 parent 767d03b commit 9e60082

1 file changed

Lines changed: 18 additions & 11 deletions

File tree

readme.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
1-
# Ghost
1+
# Ghost <img width="150" align="right" src="https://github.com/user-attachments/assets/3916f3e8-2bf4-4558-aa6d-a1526d27eeb9">
22
The most advanced open source Discord Selfbot.
33
Ghost has 150+ commands and a completely custom built GUI for endless customisation!
44

55
> [!WARNING]
66
> 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!
77
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`
8+
<!--
9+
> ### Features
10+
> - Fully fledged custom GUI for customising your selfbot!
11+
> - Integrated custom scripting and theming
12+
> - Custom image embed designed from the ground up using PIL
13+
> - Relatively fast Nitro and Privnote sniper
14+
> - Account backup and restore commands
15+
-->
16+
17+
> ```bash
18+
> git clone https://github.com/ghostselfbot/ghost
19+
> python3 -m venv .venv
20+
> source .venv/bin/activate
21+
> pip install -r requirements.txt
22+
> python3 ghost.py
23+
> ```
24+
> _Ghost requires Python 3.10+_

0 commit comments

Comments
 (0)