-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
162 lines (152 loc) · 10.1 KB
/
index.html
File metadata and controls
162 lines (152 loc) · 10.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<title>Ghost - Your Discord, Your Rules</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="og:title" content="Ghost - Your Discord, Your Rules">
<meta name="og:description" content="Ghost is a powerful and user-friendly free and open-source selfbot for Discord, designed to enhance your experience with a sleek interface and a wide range of features.">
<meta name="og:image" content="https://ghostt.cc/assets/ghost-2.jpg">
<link rel="stylesheet" href="assets/style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/e03bde962b.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="navbar sticky-top">
<div class="custom-container container">
<div class="row w-100">
<div class="col-lg-12 d-flex justify-content-between align-items-center">
<a href="#" class="navbar-brand fw-bold ms-4">Ghost</a>
<div style="margin-left: auto!important; display: flex; align-items: center; justify-content: center;">
<a href="https://github.com/ghostselfbot/ghost" class="nav-link d-inline-block"><i class="fa-brands fa-github"></i></a>
<a href="https://discord.gg/ayz7eYvFsm" class="nav-link d-inline-block ms-3"><i class="fa-brands fa-discord"></i></a>
<a href="https://github.com/ghostselfbot/ghost/releases/latest" class="nav-link d-inline-block btn download-btn px-2 fw-bold ms-4">DOWNLOAD</a>
</div>
</div>
</div>
</div>
</div>
<div class="header w-100">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center mb-4">
<h1 class="header-text">Your Discord</h1>
<h1 class="header-text">Your Rules</h1>
<div class="mt-5">
<a href="#features" class="btn download-btn px-4 py-2 me-1 fw-bold" style="letter-spacing: 0.05rem;">GET STARTED</a>
<a href="https://github.com/ghostselfbot" class="btn btn-dark px-3 py-2 fw-bold">GITHUB</a>
</div>
</div>
<div class="col-lg-12 text-center mt-5">
<div id="console-img-container" class="custom-container">
<img src="assets/new-gui.png" class="img-fluid shadow-lg" style="border-radius: 10px;">
</div>
</div>
</div>
</div>
</div>
<div class="container custom-container features" id="features">
<div class="mb-5 pb-3 text-center" style="display: flex; flex-direction: column; align-items: center;">
<h1 class="header-text">Features</h1>
<h3 style="max-width: 40ch; text-align: center;">Ghost is a powerful selfbot that offers a wide range of features to enhance your Discord experience</h3>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">
<div class="card h-100 feature-card">
<!-- <div class="card-header" style="background-image: url('/assets/embeds.png'); background-position: bottom; background-size: cover; height: 200px;"></div> -->
<div class="card-body">
<h5 class="card-title"><i class="fa-solid fa-paintbrush fa-xs pe-1"></i> Customisation</h5>
<p class="card-text">Ghost offers highly customisable image embeds. Your command will reply with a fully customised image embed. Custom title, colour, photo, footer, etc...</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">
<div class="card h-100 feature-card">
<div class="card-body">
<h5 class="card-title"><i class="fa-solid fa-code-branch fa-xs pe-1"></i> Open Source</h5>
<p class="card-text">Ghost is completely open source and free to use! Feel free to contribute or fork the project on GitHub.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">
<div class="card h-100 feature-card">
<!-- <div class="card-header" style="background-image: url('/assets/embeds.png'); background-position: bottom; background-size: cover; height: 200px;"></div> -->
<div class="card-body">
<h5 class="card-title"><i class="fa-solid fa-list fa-xs pe-1"></i> 150+ Commands</h5>
<p class="card-text">There are over 150 commands available in Ghost, covering everything from moderation to fun and utility commands.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">
<div class="card h-100 feature-card">
<div class="card-body">
<h5 class="card-title"><i class="fa-solid fa-tools fa-xs pe-1"></i> Advanced Tools</h5>
<p class="card-text">Ghost includes advanced tools to better control your Discord account and manage your server. Backups, logs, global message search, etc...</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">
<div class="card h-100 feature-card">
<div class="card-body">
<h5 class="card-title"><i class="fa-solid fa-rocket fa-xs pe-1"></i> Fast Performance</h5>
<p class="card-text">Ghost is built to ensure that your commands are executed quickly and seamlessly, providing a smooth user experience.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">
<div class="card h-100 feature-card">
<div class="card-body">
<h5 class="card-title"><i class="fa-solid fa-cogs fa-xs pe-1"></i> Ongoing Development</h5>
<p class="card-text">Ghost is constantly being improved with new features and enhancements, ensuring you always have the best experience.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid spypet">
<div class="custom-container container text-center py-5 my-5">
<h1 class="header-text">SURVEILLANCE</h1>
<h3 class="mb-5 pb-3">The most powerful tool we've ever built!</h3>
<div id="spypet-img-container">
<img src="assets/surveillance.png" class="img-fluid shadow-lg" style="border-radius: 10px;">
</div>
<div style="display: flex; justify-content: center; flex-direction: column; align-items: center;" class="mt-4">
<p class="mt-5" style="max-width: 60ch; display: flex;">Introducing Serveillance. The most powerful tool Ghost has ever had. Surveillance is a global message lookup tool that allows you to search through every message a user has ever sent in servers you share with them. We are not responsible for any misuse of this tool, please use it responsibly.</p>
<!-- <p style="color: rgb(47, 57, 79)!important; font-style: italic;">We are not responsible for any misuse of this tool.</p> -->
</div>
</div>
</div>
<div class="container custom-container" style="margin-top: 12rem; margin-bottom: 12rem;" id="setup">
<div class="mb-4">
<h2>Getting Started</h2>
<p>Use the commands below to run Ghost from source code. If you're using Windows, press the download button below.</p>
</div>
<div class="terminal">
<p>git clone https://github.com/ghostselfbot/ghost</p>
<p>cd ghost</p>
<p>python3 -m venv .venv <span class="terminal-comment"># create venv (requires Python 3.10+)</span></p>
<p>source .venv/bin/activate <span class="terminal-comment"># or on Windows: .\.venv\Scripts\activate</span></p>
<p>pip install -r requirements.txt</p>
<p>python3 ghost.py</p>
</div>
<div class="mt-4 mb-2">
<p>If you're using macOS or Linux, run the command below to get a compiled binary.</p>
</div>
<div class="terminal">
<p>curl -sSL https://www.ghostt.cc/assets/unix-install.sh | bash</p>
</div>
<div class="mt-4">
<a href="https://github.com/ghostselfbot/ghost/releases/latest" class="btn download-btn">Download</a>
<a href="https://github.com/ghostselfbot/ghost" class="btn btn-dark">Github</a>
<a href="https://github.com/ghostselfbot/ghost/wiki" class="btn btn-dark">Wiki</a>
</div>
</div>
<div class="footer container-fluid">
<div class="container py-3 text-center">
<p class="pt-3">© bennyscripts 2026</p>
</div>
</div>
<script src="assets/script.js"></script>
</body>
</html>