Skip to content

This script allows you to change the status (rotator) of your Discord account. Please Star ⭐

License

Notifications You must be signed in to change notification settings

RELIHR/Discord-Status-Rotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


🔄️ Discord Status Rotator

This script allows you to change the status of your Discord account automatically from the statuses defined in a text file and extras.

📄 Table of Contents


📂 Requirements & Execution

  • Python 3.x
  • Required packages: requests colorama

Clone this repository:

git clone https://github.com/RELIHR/Discord-Status-Changer.git

You can install the necessary packages by running the following command:

pip install requests colorama

Execute the script:

python main.py

🔍 Usage

Use the code with caution. ⚠️

  • text.txt file containing the states you want to set in Discord, one per line.
  • emojis.txt file if you want to add rotating emojis, including nitro emojis.
  • aboutme.txt In this file you can rotate your “About me” in each line a new text is rotated (Test).

Nitro format: name:id

Format without nitro (only the emoji): 😀


⚙️ Configuration

  • token: Your Discord token account.
  • status_sequence: Rotate the status (online, dnd, idle, offline). You can have one fixed by removing the others and leaving only the one you want.
  • clear_enabled: Enables or disables console clearing after a certain number of status changes.
  • clear_interval: Number of state changes after which the console will be cleared.
  • speed_rotator: Time interval between each state change (in seconds).
  • rotate_hypesquad: Enables or disables HypeSquad rotation.
  • hypesquad_rotation_interval: Time interval between each HypeSquad change (in seconds).
  • rotate_aboutme: Enables or disables About Me rotation.
  • aboutme_rotation_interval: Time interval between each About Me change (in seconds).

🤔 How to get your token (PC & Mobile Devices)

- PC

  1. Open your preferred browser (with developer tools) and login to Discord.
  2. Press CTRL + Shift + I to open the Developer Tools and navigate to the Console tab.
  3. Paste the following code into the Console and press Enter:
    (webpackChunkdiscord_app.push([
        [""],
        {},
        (e) => {
            for (let t in ((m = []), e.c)) m.push(e.c[t]);
        },
    ]),
    m)
        .find((e) => e?.exports?.default?.getToken !== void 0)
        .exports.default.getToken();
  4. The text that will be returned is enclosed in quotation marks and that will be YOUR token.

- Mobile Devices

  1. Open your browser

  2. Add a new bookmark (click the star icon ⭐ in the menu under the three dots).

  3. Edit the bookmark name to Token Finder and set its URL with the following code:

    javascript:(function () { location.reload(); var i = document.createElement("iframe"); document.body.appendChild(i); prompt("Token", i.contentWindow.localStorage.token.replace(/"/g, ""));})();
  4. Visit Discord. and log in.

  5. Click on the search bar, type Token Finder (do not press Enter or search).

  6. Click on the bookmark you have named Token Finder.

  7. A window will pop up with your Discord token, just copy it.


📃 Change History

(26/12/24)
  ↗️ - Added "HypeSquad" rotation feature. | [Feature]
  ↗️ - Added "About Me" rotation feature. (Test) | [Feature]
  ✅ - Fixed problem with rotation of animated and normal emojis in a 
  row. | [Error]
  ✅ - Reduced API requests when verifying the token. | [Improvement]
(06/04/24)
  ↗️ - You can now rotate the status (🟢online, ⛔dnd, 🟠idle,      
  🌑offline). | [Feature]
(01/04/24)
  ✅ - Fixed encoding (UTF-8). | [Error]
(12/03/24)
  ↗️ - Now you can rotate emojis (including animated emojis   
  (nitro)). | [Feature]

🤝 Contribution

If you find any bugs or have any suggestions for improvement, feel free to open an issue or submit a pull request!

📖 License

This project is licensed under the MIT license.👀

📞 Contact

You can contact me on Discord:

Discord

Releases

No releases published

Packages

No packages published

Languages