-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
330 lines (317 loc) · 24.5 KB
/
Copy pathindex.html
File metadata and controls
330 lines (317 loc) · 24.5 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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
<!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="description" content="Ghost is a free, open-source Discord selfbot with customizable commands, account tools, message search, and more for Discord users who want greater control.">
<link rel="canonical" href="https://www.ghostt.cc/">
<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">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.ghostt.cc/">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Ghost",
"applicationCategory": "UtilitiesApplication",
"operatingSystem": "Windows, macOS, Linux",
"description": "A free, open-source Discord selfbot with customizable commands, account tools, and message search.",
"url": "https://www.ghostt.cc/",
"downloadUrl": "https://github.com/ghostselfbot/ghost/releases/latest",
"sameAs": "https://github.com/ghostselfbot/ghost",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<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">
<div style="display: flex; flex-direction: row; align-items: center;">
<img src="assets/ghost-2.jpg" class="navbar-logo ms-4" alt="Ghost Logo">
<a href="#" class="navbar-brand fw-bold ms-3">Ghost</a>
</div>
<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="#setup" 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 hero-copy">
<!-- <p class="hero-eyebrow">Ghost</p> -->
<h1 class="header-text">Your Discord,</h1>
<h1 class="header-text">Your Rules.</h1>
<p class="hero-description">A powerful open-source selfbot with the tools, control, and flexibility to make Discord yours again.</p>
<div class="hero-actions">
<a href="#features" class="btn download-btn hero-primary-action fw-bold">GET STARTED <i class="fa-solid fa-arrow-down" aria-hidden="true"></i></a>
<a href="https://github.com/ghostselfbot" class="btn btn-dark hero-secondary-action fw-bold"><i class="fa-brands fa-github" aria-hidden="true"></i> 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" alt="Ghost application interface">
</div>
</div>
</div>
</div>
</div>
<div class="container custom-container features" id="features" style="overflow: hidden;">
<div class="features-heading mb-5 pb-3 text-center">
<h1 class="header-text">Features</h1>
<p class="features-intro mb-4">Ghost is a powerful selfbot that offers a wide range of features to enhance your Discord experience.</p>
</div>
<div class="row feature-grid">
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">
<div class="card h-100 feature-card">
<div class="card-body">
<span class="feature-icon"><i class="fa-solid fa-paintbrush" aria-hidden="true"></i></span>
<h5 class="card-title">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">
<span class="feature-icon"><i class="fa-solid fa-code-branch" aria-hidden="true"></i></span>
<h5 class="card-title">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-body">
<span class="feature-icon"><i class="fa-solid fa-list" aria-hidden="true"></i></span>
<h5 class="card-title">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">
<span class="feature-icon"><i class="fa-solid fa-screwdriver-wrench" aria-hidden="true"></i></span>
<h5 class="card-title">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">
<span class="feature-icon"><i class="fa-solid fa-rocket" aria-hidden="true"></i></span>
<h5 class="card-title">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">
<span class="feature-icon"><i class="fa-solid fa-arrows-rotate" aria-hidden="true"></i></span>
<h5 class="card-title">Ongoing Development</h5>
<p class="card-text">Ghost continues to evolve through considered releases that bring meaningful features and improvements.</p>
</div>
</div>
</div>
</div>
</div>
<section class=" gui-showcase" aria-labelledby="gui-heading">
<div class="custom-container container gui-showcase-content">
<div class="gui-showcase-heading text-center mb-4">
<h2 id="gui-heading" class="header-text">Explore Ghost</h2>
<p>See how Ghost brings your account tools, customisation, and automation together in one easy-to-use desktop interface.</p>
</div>
<div class="gui-showcase-layout">
<div class="gui-feature-list" role="tablist" aria-label="Ghost GUI views">
<button class="gui-feature-button is-active" type="button" role="tab" id="gui-dashboard-tab" aria-selected="true" aria-controls="gui-dashboard-panel" data-gui-target="gui-dashboard-panel">
<i class="fa-solid fa-house" aria-hidden="true"></i>
<span><strong>Dashboard</strong><small>Account status and activity</small></span>
</button>
<button class="gui-feature-button" type="button" role="tab" id="gui-presence-tab" aria-selected="false" aria-controls="gui-presence-panel" data-gui-target="gui-presence-panel">
<i class="fa-solid fa-gamepad" aria-hidden="true"></i>
<span><strong>Rich Presence</strong><small>Build and preview your presence</small></span>
</button>
<button class="gui-feature-button" type="button" role="tab" id="gui-scripts-tab" aria-selected="false" aria-controls="gui-scripts-panel" data-gui-target="gui-scripts-panel">
<i class="fa-solid fa-file-code" aria-hidden="true"></i>
<span><strong>Local Scripts</strong><small>Manage your custom scripts</small></span>
</button>
<button class="gui-feature-button" type="button" role="tab" id="gui-embeds-tab" aria-selected="false" aria-controls="gui-embeds-panel" data-gui-target="gui-embeds-panel">
<i class="fa-solid fa-paintbrush" aria-hidden="true"></i>
<span><strong>Custom Embeds</strong><small>Fine-tune every detail</small></span>
</button>
</div>
<div class="gui-preview-frame">
<div class="gui-preview-panel is-active" id="gui-dashboard-panel" role="tabpanel" aria-labelledby="gui-dashboard-tab">
<img src="assets/gui/home-new.png" alt="Ghost dashboard showing account status and activity console">
</div>
<div class="gui-preview-panel" id="gui-presence-panel" role="tabpanel" aria-labelledby="gui-presence-tab" hidden>
<img src="assets/gui/rpc-new.png" alt="Ghost Rich Presence settings with a live profile preview">
</div>
<div class="gui-preview-panel" id="gui-scripts-panel" role="tabpanel" aria-labelledby="gui-scripts-tab" hidden>
<img src="assets/gui/scripts-new.png" alt="Ghost scripts page showing local script management">
</div>
<div class="gui-preview-panel" id="gui-embeds-panel" role="tabpanel" aria-labelledby="gui-embeds-tab" hidden>
<img src="assets/gui/theming-new.png" alt="Ghost theming interface with a custom embed preview">
</div>
</div>
</div>
</div>
</section>
<div class=" spypet">
<div class="custom-container container surveillance-section text-center">
<div class="surveillance-copy">
<!-- <p class="section-label">Advanced discovery</p> -->
<h1 class="header-text">Surveillance</h1>
<p class="surveillance-intro mb-5">Global message lookup tool that allows you to search through every message a user has ever sent in servers you share.</p>
</div>
<div id="spypet-img-container">
<img src="assets/surveillance.png" class="img-fluid shadow-lg" alt="Ghost Surveillance interface">
</div>
<div class="surveillance-note">
<i class="fa-solid fa-shield-halved" aria-hidden="true"></i>
<p style="font-size: 10pt;">Use it responsibly and only in servers where you have permission to access the information. We are not responsible for any misuse.</p>
</div>
</div>
</div>
<div class="container custom-container" style="margin-top: 8rem; margin-bottom: 8rem;" id="setup">
<div class="mb-4">
<h2>Download</h2>
<p id="download-intro">Finding the best download for your device...</p>
</div>
<div class="download-panel mb-2">
<div class="download-panel-copy">
<img src="assets/ghost-2.jpg" class="img-fluid download-panel-img" alt="Ghost Logo">
<div>
<!-- <p class="download-panel-label">Recommended download</p> -->
<h3>Ghost v<span id="release-version">latest</span></h3>
<!-- <h3 id="detected-os">Detecting your operating system</h3> -->
<p id="download-description" class="m-0">Choose your operating system to get started.</p>
<!-- <p id="release-version" class="release-version">Checking latest version...</p> -->
</div>
</div>
<a id="detected-download" href="https://github.com/ghostselfbot/ghost/releases/download/latest/Ghost-Windows.zip" class="btn download-btn download-action fw-bold" download><i class="fa-solid fa-download" aria-hidden="true"></i><span>Download Ghost</span></a>
</div>
<aside class="sponsor-card mb-4" aria-labelledby="sponsor-heading">
<div class="sponsor-content">
<div class="sponsor-copy">
<span class="sponsor-icon"><i class="fa-solid fa-heart" aria-hidden="true"></i></span>
<div>
<h2 id="sponsor-heading">Support Ghost</h2>
<p>Help keep Ghost free, open source, and actively developed.</p>
</div>
</div>
<a href="https://github.com/sponsors/ghostselfbot" class="btn download-btn sponsor-action fw-bold" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-github" aria-hidden="true"></i>
<span>Sponsor on GitHub</span>
</a>
</div>
</aside>
<div class="os-selector mb-5" aria-label="Choose your operating system">
<button class="os-option" type="button" data-os="windows" aria-pressed="false"><i class="fa-brands fa-windows"></i> Windows</button>
<button class="os-option" type="button" data-os="mac" aria-pressed="false"><i class="fa-brands fa-apple"></i> macOS</button>
<button class="os-option" type="button" data-os="linux" aria-pressed="false"><i class="fa-brands fa-linux"></i> Linux</button>
<button id="source-toggle" class="os-option source-option" type="button" aria-expanded="false"><i class="fa-solid fa-code-branch"></i> Source</button>
</div>
<div id="linux-install" class="linux-install mb-5" hidden>
<p class="mb-2">Linux is available through the installer below.</p>
<div class="terminal">
<p>curl -sSL https://www.ghostt.cc/assets/unix-install.sh | bash</p>
</div>
</div>
<div id="source-install" class="source-install mb-5" hidden>
<p>Use these commands to run the latest source version on any supported platform.</p>
<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>
<div class="mb-4">
<h2>Useful Resources</h2>
</div>
<aside class="trust-card" aria-labelledby="trust-heading">
<button class="trust-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#trust-details" aria-expanded="false" aria-controls="trust-details">
<span class="trust-toggle-copy">
<span class="trust-icon"><i class="fa-solid fa-triangle-exclamation" aria-hidden="true"></i></span>
<span>
<!-- <span class="trust-label">Built since 2021</span> -->
<span id="trust-heading" class="trust-title">Trust & Responsible Use</span>
</span>
</span>
<i class="fa-solid fa-chevron-down trust-chevron" aria-hidden="true"></i>
</button>
<div id="trust-details" class="collapse">
<div class="trust-details">
<p>Ghost is an independent open-source project and is not affiliated with, endorsed by, or supported by Discord. Using selfbots violates Discord's Terms of Service and can result in account restrictions or termination.</p>
<div class="trust-points">
<p><strong>Independent project:</strong> Ghost is maintained independently and has no official connection to Discord.</p>
<p><strong>Account risk:</strong> Understand and accept the potential account consequences before choosing to use Ghost.</p>
<p><strong>Release cadence:</strong> Ghost is actively worked on, but full releases typically arrive every few months and focus on substantial features, refinements, and fixes.</p>
<p><strong>Your responsibility:</strong> Respect privacy, follow community rules, and never use Ghost to harm, harass, spam, or access information without permission.</p>
</div>
<p class="trust-disclaimer">You are responsible for how you use Ghost. Project maintainers are not responsible for misuse or consequences resulting from its use.</p>
</div>
</div>
</aside>
<aside class="faq-card" aria-labelledby="faq-heading">
<button class="faq-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#faq-details" aria-expanded="false" aria-controls="faq-details">
<span class="faq-toggle-copy">
<span class="faq-icon"><i class="fa-solid fa-circle-question" aria-hidden="true"></i></span>
<span id="faq-heading" class="faq-title">Frequently Asked Questions</span>
</span>
<i class="fa-solid fa-chevron-down faq-chevron" aria-hidden="true"></i>
</button>
<div id="faq-details" class="collapse">
<div class="faq-details">
<dl class="faq-list">
<div><dt>What is Ghost?</dt><dd>Ghost is a powerful open-source Discord selfbot that gives you better control over your Discord experience, lets you troll friends, and moderate servers from your own account.</dd></div>
<div><dt>Is Ghost free and open source?</dt><dd>Ghost is free and open source, and will stay open source for the foreseeable future. You can access the source on <a href="https://github.com/ghostselfbot/ghost" target="_blank" rel="noopener noreferrer">GitHub</a>.</dd></div>
<div><dt>Which operating systems does Ghost support?</dt><dd>Ghost officially supports macOS and Windows. Some Linux distributions will work but require building from source. Ghost is built on macOS, so platform-specific issues may occur.</dd></div>
<div><dt>How do I install Ghost?</dt><dd>Use the download links above. To run Ghost from source, refer to the <a href="https://github.com/ghostselfbot/ghost/wiki" target="_blank" rel="noopener noreferrer">GitHub wiki</a>.</dd></div>
<div><dt>Does Ghost require Python?</dt><dd>Ghost requires Python 3.10 through 3.13 when running from source.</dd></div>
<div><dt>Where can I find the latest version and release notes?</dt><dd>The latest version and release notes are available on <a href="https://github.com/ghostselfbot/ghost/releases/latest" target="_blank" rel="noopener noreferrer">GitHub Releases</a>.</dd></div>
<div><dt>How often is Ghost updated?</dt><dd>There is no fixed update schedule for Ghost. Updates usually arrive a few months apart.</dd></div>
<div><dt>Why are updates not more frequent?</dt><dd>Ghost is a solo passion project maintained by Benny. Time is limited, but fresh updates and changes still come.</dd></div>
<div><dt>Is using Ghost against Discord's Terms of Service?</dt><dd>Using Ghost and other selfbots is against Discord's Terms of Service. Use it carefully; the project is not responsible for account termination caused by its use.</dd></div>
<div><dt>Can using Ghost restrict or terminate my account?</dt><dd>Because selfbots are against Discord's Terms of Service, there is a chance your account could be restricted or terminated. Understand and accept that risk before using Ghost.</dd></div>
<div><dt>Is Ghost affiliated with Discord?</dt><dd>No. Ghost is not affiliated with Discord.</dd></div>
<div><dt>Where can I get help or report a bug?</dt><dd>Get help or report bugs by creating a new <a href="https://github.com/ghostselfbot/ghost/issues/new/choose" target="_blank" rel="noopener noreferrer">GitHub issue</a>.</dd></div>
<div><dt>How can I suggest a feature?</dt><dd>Create a <a href="https://github.com/ghostselfbot/ghost/issues/new/choose" target="_blank" rel="noopener noreferrer">GitHub issue</a> or join the <a href="https://discord.gg/ayz7eYvFsm" target="_blank" rel="noopener noreferrer">Discord server</a>.</dd></div>
<div><dt>How can I contribute to Ghost?</dt><dd>Contribute by creating a pull request on <a href="https://github.com/ghostselfbot/ghost" target="_blank" rel="noopener noreferrer">GitHub</a>.</dd></div>
<div><dt>How can I support Ghost?</dt><dd>Support Ghost through the <a href="https://github.com/sponsors/ghostselfbot" target="_blank" rel="noopener noreferrer">GitHub Sponsors page</a>.</dd></div>
</dl>
</div>
</div>
</aside>
</div>
<div class="footer ">
<div class="container py-3 text-center">
<p class="pt-3">© <a href="https://benny.fun/">bennyscripts</a> — 2021-2026</p>
</div>
</div>
<script src="assets/script.js"></script>
</body>
</html>