├── .github
├── CODE_OF_CONDUCT.md
├── FUNDING.yml
├── ISSUE_TEMPLATE
│ └── config.yml
├── SECURITY.md
└── stale.yml
├── .gitignore
├── Art
├── ToolkitLogo.jpg
├── ToolkitSS.jpg
├── Toolkit_Demo.mp4
└── toolkit.png
├── CITATION.cff
├── Custom CSS
├── proper-dark-mode.js
└── userbgs-db.css
├── Documentation
├── Injection.js
├── README.md
├── customPlugin.js
└── customTheme.js
├── LICENSE
├── Plugins
├── Example.js
└── README.md
├── README.md
├── Themes
├── DarkerThanDark.theme.js
├── ImageBase.theme.js
├── PrimaryX.theme.js
├── README.md
└── Wyvern.theme.js
└── dist
└── Main
└── src.js
/.github/CODE_OF_CONDUCT.md:
--------------------------------------------------------------------------------
1 | # Contributor Code of Conduct
2 |
3 | ## Our Pledge
4 |
5 | We would like to make Discord an easy program to use as well as adding fun features here and there.
6 |
7 | ## Our Standards
8 |
9 | Examples of behavior that contributes to creating a positive environment
10 | include:
11 |
12 | * Using welcoming and inclusive language
13 | * Being respectful of differing viewpoints and experiences
14 | * Gracefully accepting constructive criticism
15 | * Focusing on what is best for the community
16 | * Showing empathy towards other community members
17 |
18 | Examples of unacceptable behavior by participants include:
19 |
20 | * The use of sexualized language or imagery and unwelcome sexual attention or
21 | advances
22 | * Trolling, insulting/derogatory comments, and personal or political attacks
23 | * Public or private harassment
24 | * Publishing others' private information, such as a physical or electronic
25 | address, without explicit permission
26 | * Other conduct which could reasonably be considered inappropriate in a
27 | professional setting
28 |
29 | ## Our Responsibilities
30 |
31 | Project maintainers are responsible for clarifying the standards of acceptable
32 | behavior and are expected to take appropriate and fair corrective action in
33 | response to any instances of unacceptable behavior.
34 |
35 | Project maintainers have the right and responsibility to remove, edit, or
36 | reject comments, commits, code, wiki edits, issues, and other contributions
37 | that are not aligned to this Code of Conduct, or to ban temporarily or
38 | permanently any contributor for other behaviors that they deem inappropriate,
39 | threatening, offensive, or harmful.
40 |
41 | ## Scope
42 |
43 | This Code of Conduct applies both within project spaces and in public spaces
44 | when an individual is representing the project or its community. Examples of
45 | representing a project or community include using an official project e-mail
46 | address, posting via an official social media account, or acting as an appointed
47 | representative at an online or offline event. Representation of a project may be
48 | further defined and clarified by project maintainers.
49 |
50 | ## Enforcement
51 |
52 | Instances of abusive, harassing, or otherwise unacceptable behavior may be
53 | reported by contacting the project team at toolkit@the-red-hand.com. All
54 | complaints will be reviewed and investigated and will result in a response that
55 | is deemed necessary and appropriate to the circumstances. The project team is
56 | obligated to maintain confidentiality with regard to the reporter of an incident.
57 | Further details of specific enforcement policies may be posted separately.
58 |
59 | Project maintainers who do not follow or enforce the Code of Conduct in good
60 | faith may face temporary or permanent repercussions as determined by other
61 | members of the project's leadership.
62 |
63 | [homepage]: https://toolkit.the-red-hand.com
64 |
--------------------------------------------------------------------------------
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | # These are supported funding model platforms
2 |
3 | github: [Raz-js, USERNAME, USERNAME, USERNAME]
4 | patreon: # Replace with a single Patreon username
5 | open_collective: # Replace with a single Open Collective username
6 | ko_fi: # Replace with a single Ko-fi username
7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9 | liberapay: # Replace with a single Liberapay username
10 | issuehunt: # Replace with a single IssueHunt username
11 | otechie: # Replace with a single Otechie username
12 | lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13 | custom: ['https://paypal.me/razebr']
14 |
15 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/config.yml:
--------------------------------------------------------------------------------
1 | blank_issues_enabled: false
2 | contact_links:
3 | - name: 🙏 Request help with setup or report a possible issue
4 | url: https://github.com/Discord-Toolkit-Official/Discord-Toolkit-Public/discussions/new?category=q-a
5 | about: Post here when having trouble with setup or configuration
6 | - name: 💡 Suggest new features
7 | url: https://github.com/Discord-Toolkit-Official/Discord-Toolkit-Public/discussions/new?category=ideas
8 | about: Submit ideas to help us improve
9 | - name: 💬 Start a discussion
10 | url: https://github.com/Discord-Toolkit-Official/Discord-Toolkit-Public/discussions/new?category=general
11 | about: Ask other questions related to this project here
12 |
--------------------------------------------------------------------------------
/.github/SECURITY.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | - [Security Policy](#security-policy)
6 | - [Supported Versions](#supported-versions)
7 | - [Reporting a Vulnerability](#reporting-a-vulnerability)
8 |
9 |
10 |
11 | # Security Policy
12 |
13 | ## Supported Versions
14 |
15 | Supported Versions for security patches:
16 |
17 | | Vers Num | Description |
18 | | --------- | ----------------------------------------- |
19 | | v5.1 | Latest Public Release |
20 | | V1.0 | First Release |
21 |
22 | ## Reporting a Vulnerability
23 |
24 | Please report (suspected) security vulnerabilities to
25 | **[toolkit@the-red-hand.com](mailto:toolkit@the-red-hand.com)**. You will receive a response from
26 | us within 48 hours (hopefully). If the issue is confirmed, we will release a patch as soon
27 | as possible depending on complexity but historically within a few days.
28 |
--------------------------------------------------------------------------------
/.github/stale.yml:
--------------------------------------------------------------------------------
1 | # Number of days of inactivity before an issue becomes stale
2 | daysUntilStale: 60
3 | # Number of days of inactivity before a stale issue is closed
4 | daysUntilClose: 7
5 | # Issues with these labels will never be considered stale
6 | exemptLabels:
7 | - pinned
8 | - security
9 | # Label to use when marking an issue as stale
10 | staleLabel: wontfix
11 | # Comment to post when marking an issue as stale. Set to `false` to disable
12 | markComment: >
13 | This issue has been automatically marked as stale because it has not had
14 | recent activity. It will be closed if no further activity occurs. Thank you
15 | for your contributions.
16 | # Comment to post when closing a stale issue. Set to `false` to disable
17 | closeComment: false
18 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | .github
2 |
--------------------------------------------------------------------------------
/Art/ToolkitLogo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Discord-Toolkit-Official/Discord-Toolkit-Public/d57e1b92ad98b0a240dc772d427fe9e5cbf1ab8d/Art/ToolkitLogo.jpg
--------------------------------------------------------------------------------
/Art/ToolkitSS.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Discord-Toolkit-Official/Discord-Toolkit-Public/d57e1b92ad98b0a240dc772d427fe9e5cbf1ab8d/Art/ToolkitSS.jpg
--------------------------------------------------------------------------------
/Art/Toolkit_Demo.mp4:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Discord-Toolkit-Official/Discord-Toolkit-Public/d57e1b92ad98b0a240dc772d427fe9e5cbf1ab8d/Art/Toolkit_Demo.mp4
--------------------------------------------------------------------------------
/Art/toolkit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Discord-Toolkit-Official/Discord-Toolkit-Public/d57e1b92ad98b0a240dc772d427fe9e5cbf1ab8d/Art/toolkit.png
--------------------------------------------------------------------------------
/CITATION.cff:
--------------------------------------------------------------------------------
1 | cff-version: 1.2.0
2 | message: "If you use this software, please cite it as below."
3 | authors:
4 | - family-names: "Raz"
5 | given-names: "Ebr"
6 | orcid: "https://orcid.org/0000-0000-0000-0000"
7 | - family-names: "Tung"
8 | given-names: " "
9 | orcid: "https://orcid.org/0000-0000-0000-0000"
10 | - family-names: "Wang"
11 | given-names: " "
12 | orcid: "https://orcid.org/0000-0000-0000-0000"
13 | - family-names: "Fiber"
14 | given-names: "Modem"
15 | orcid: "https://orcid.org/0000-0000-0000-0000"
16 | - family-names: "Doggy"
17 | given-names: "Bootsy"
18 | orcid: "https://orcid.org/0000-0000-0000-0000"
19 | - family-names: "Immoral"
20 | given-names: " "
21 | orcid: "https://orcid.org/0000-0000-0000-0000"
22 | - family-names: "FTR"
23 | given-names: " "
24 | orcid: "https://orcid.org/0000-0000-0000-0000"
25 | title: "Discord Toolkit"
26 | version: 1.0.0
27 | doi: 10.5281/zenodo.1234
28 | date-released: 2022-03-18
29 | url: "https://github.com/Discord-Toolkit-Official/Discord-Toolkit-Public"
30 |
--------------------------------------------------------------------------------
/Custom CSS/proper-dark-mode.js:
--------------------------------------------------------------------------------
1 | injecttheme("White2Dark", ".container-1Lk8p7 { background: #1c1c1c } .theme-light .footer-31IekZ { background-color: #f6f6f700; box-shadow: inset 0 1px 0 rgb(246 246 247 / 0%) } .container-x8Y1ix { background-color: #160e0e }")
2 |
3 | /*
4 | Turns Some Base Modals Into DarkMode Instead Of Default WhiteMode
5 | */
6 |
--------------------------------------------------------------------------------
/Custom CSS/userbgs-db.css:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/Documentation/Injection.js:
--------------------------------------------------------------------------------
1 | /* Copy everything from: https://github.com/Discord-Toolkit-Official/Discord-Toolkit-Public/blob/main/Toolkit.js
2 | and paste it in console,
3 |
4 | if console wont open on stable or ptb use this fix:
5 |
6 | You have two options:
7 | 1. You can still open Devtools in the browser.
8 | 2. You can turn it back *on* using by setting: "DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true
9 | in "%appdata%/discord/settings.json".
10 | */
11 |
12 | /*
13 | Video Explanation Here: https://github.com/Discord-Toolkit-Official/Discord-Toolkit-Public/blob/main/Art/Toolkit_Demo.mp4
14 | */
15 |
16 | //Injection wont work on Canary
17 |
--------------------------------------------------------------------------------
/Documentation/README.md:
--------------------------------------------------------------------------------
1 | # Discord Toolkit Documentation
2 | ---------------------------------------------------
3 | [Injection](https://github.com/Discord-Toolkit-Official/Discord-Toolkit-Public/blob/main/Documentation/Injection.js)
4 | [Custom Plugins](https://github.com/Discord-Toolkit-Official/Discord-Toolkit-Public/blob/main/Documentation/customPlugin.js)
5 | [Custom Themes](https://github.com/Discord-Toolkit-Official/Discord-Toolkit-Public/blob/main/Documentation/customTheme.js)
6 |
--------------------------------------------------------------------------------
/Documentation/customPlugin.js:
--------------------------------------------------------------------------------
1 | // Plugin Info
2 | var pluginOneName = "Your Plugin"
3 | var pluginOneDesc = "Your Description"
4 | /* Author: Your Discord Username */
5 |
6 | //Add Your Plugin Code At "//Your Code"
7 | function customplugin () {
8 | //Your Code
9 | }
10 |
11 | /* Add Your Plugin Removal Code At "//Your Code"
12 | - ejectCustomPlugin */
13 | function ejectcusplugin () {
14 | //Your Code
15 | }
16 |
17 | //Self-Explanatory
18 |
--------------------------------------------------------------------------------
/Documentation/customTheme.js:
--------------------------------------------------------------------------------
1 | /*
2 | //--------------------------------E.g Inject
3 | injecttheme("TestId", ".dark-theme { display: none }")
4 | --- or ---
5 | injecttheme("TestId", `.dark-theme {
6 | display: none
7 | }`)
8 |
9 | //--------------------------------uninject
10 | uninjecttheme("TestId")
11 | uninjecttheme("Testid")
12 | */
13 | /*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
14 | //--------------------------------Theme Info (Give your theme a name and description)
15 | var themeName = "Your Theme"
16 | var themeDesc = "Your Description"
17 | /* Author: Your Discord Username */
18 |
19 | //---------------------------------E.g Inject (Don't Edit "CTH")
20 | //---------------------------------If you decide to share your theme, make your mark on the theme by adding your username in the "Author" line/
21 | function customtheme () {
22 | injecttheme("CTH", ".tag { css: css } .tag2 { css: css }")
23 | }
24 |
25 | /* or */
26 |
27 | function customtheme () {
28 | injecttheme("CTH", `
29 | .tag {
30 | css: css
31 | }
32 | .tag2 {
33 | css: css
34 | }`)
35 | }
36 |
37 | //--------------------------------E.g Eject (We've done this for you don't worry)
38 | function ejectcustheme () {
39 | uninjecttheme("CTH")
40 | }
41 |
42 | /*--------------------------------We have added this code into the toolkit you just need to edit it--------------------------------*/
43 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2022 Discord Toolkit
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software with restrictions, those include limitation to the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/Plugins/Example.js:
--------------------------------------------------------------------------------
1 | // Plugin Info
2 | var pluginOneName = "Your Plugin"
3 | var pluginOneDesc = "Your Description"
4 | /* Author: Your Discord Username */
5 |
6 | //Add Your Plugin Code At "//Your Code"
7 | function customplugin () {
8 | //Your Code
9 | }
10 |
11 | /* Add Your Plugin Removal Code At "//Your Code"
12 | - ejectCustomPlugin */
13 | function ejectcusplugin () {
14 | //Your Code
15 | }
16 |
--------------------------------------------------------------------------------
/Plugins/README.md:
--------------------------------------------------------------------------------
1 | # Coming Soon!
2 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
Hello Fellow < Discord Users/ >!
6 |
7 |
8 |
9 |
Welcome to Discord Toolkit
10 |
11 |
12 |
Languages
13 |
14 |
15 |
16 |
17 |
18 | ## [Documentation](https://github.com/Discord-Toolkit-Official/Discord-Toolkit-Public/blob/main/Documentation/)
19 |
20 |
21 |
22 |
23 |
24 | ---------------------------------------------------
25 |
26 |
27 | How To Inject
28 |
29 |
30 | ---------------------------------------------------
31 | Copy all the code in "Toolkit" javascript file (.js)
32 |
33 | Go into Discord on your browser
34 |
35 | Press Ctrl + Shift + I
36 |
37 | Press Crtl + V then enter
38 |
39 | ---------------------------------------------------
40 |
41 |
42 |
43 | Not working?
44 |
45 |
46 | ---------------------------------------------------
47 | Refresh
48 |
49 | Disable any exstensions
50 |
51 | Ask in our discord https://toolkit.the-red-hand.com/discord
52 |
53 | or
54 |
55 | Report bugs in issues
56 |
57 | ---------------------------------------------------
58 |
59 | ---------------------------------------------------
60 |
61 |
62 |
63 | Features
64 |
65 |
66 |
67 |
68 |
Toolkit Nitro
69 |
70 |
Animated and Normal Emojis anywhere
71 |
Stickers
72 |
send longer Messages (higher character limit)
73 |
High Resolution Screenshare
74 |
Changeable Discriminator (e.g. #0001, #9999, everything you like)
75 |
Animated Profile Picture
76 |
Animated Profile Banner
77 |
Server Boosts (see Oxygen Boosts)
78 |
More Upload Filesize: normal 10MB, Discord Nitro 100MB
79 |
More Servers: normal 100 Servers, Discord Nitro 200 Servers
80 |
81 |
82 |
Toolkit Boosts
83 |
84 |
Fake Boost and Level count
85 |
Unlock all emoji slots
86 |
Vanity URL
87 |
Custom Stickers
88 |
(animated) Server Banner
89 |
Animated Server Icon
90 |
91 |
92 |
Utility Features
93 |
94 |
Login with Token
95 |
Login as Bot
96 |
Split Chat
97 |
Custom RPC (Now Playing ...)
98 |
Animated Status
99 |
slash-commands
100 |
101 |
Client-Side & undetectable
102 |
Easy to use
103 |
104 |
105 |
Selfbot
106 |
More Integrations
107 |
Send custom emojis without having to join the Emoji's Server