Skip to content

Commit c497522

Browse files
committed
2 parents d8fe2a0 + e1b50b3 commit c497522

2 files changed

Lines changed: 42 additions & 11 deletions

File tree

readme.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,31 @@
1-
[![1](https://github.com/user-attachments/assets/a36b0ac0-f25a-43e8-ab29-fabe9a3c6ced)](https://ghost.benny.fun/)
2-
[![2](https://github.com/user-attachments/assets/e229335c-0fe5-40c0-8e38-6a7870be86ef)](https://github.com/bennyscripts/ghost/releases/latest)
1+
# Ghost <img width="150" align="right" src="https://github.com/user-attachments/assets/00fc815f-4cb3-4078-94bf-e16cf3fc9fea">
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 <ins>can</ins> 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!
7+
8+
<!--
9+
> [!NOTE]
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+
> cd ghost
20+
> python3 -m venv .venv # create venv (requires Python 3.10+)
21+
> source .venv/bin/activate # or on Windows: .\.venv\Scripts\activate
22+
> ```
23+
> _Ghost requires Python 3.10+_
24+
25+
<!--
26+
<br>
27+
<img src="https://github.com/user-attachments/assets/3ed477b8-55a4-49c5-87b2-0e8f98e3832a" width="100%">
28+
-->
29+
30+
> [!NOTE]
31+
> Please note that Ghost is developed on Mac OS which means the Windows build's made by the pyinstaller action can't be tested and may have issues. However, Ghost will work on Windows, Linux and Mac OS when run from the source code! Please follow the steps above or this [setup guide](https://github.com/orgs/ghostselfbot/discussions/5) to insure proper installation!

requirements.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
art
2-
colorama
31
git+https://github.com/dolfies/discord.py-self.git
4-
Faker
52
git+https://github.com/ghostselfbot/pypresence.git
6-
requests
7-
pillow
8-
pystyle
9-
psutil
10-
pycryptodome
11-
ttkbootstrap
3+
4+
art==6.4
5+
certifi==2025.1.31
6+
colorama==0.4.6
7+
Faker==35.2.0
8+
pillow==11.1.0
9+
psutil==6.1.1
10+
pycryptodome==3.21.0
11+
pystyle==2.9
12+
requests===2.32.3
13+
ttkbootstrap===1.10.1

0 commit comments

Comments
 (0)