Skip to content

SealedSaucer/Voicecord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Voicecord

Make Your Discord Account 24/7 On Voice Channels!


⭐ Feel free to star the repository if this helped you!

Disclaimer

By using this code, you are automating your Discord Account. This is against Discord's Terms of Service and Community Guidelines. If not used properly, your account(s) might get suspended or terminated by Discord. I, the developer, is not responsible for any consequences that may arise from the use of this code. Use this software at your own risk and responsibility. Learn more about Discord's Terms of Service and Community Guidelines here.

This repository is in no way affiliated with, authorized, maintained, sponsored or endorsed by Discord Inc. (discord.com) or any of its affiliates or subsidiaries.

Warning

DO NOT GIVE YOUR DISCORD TOKENS TO ANYONE.

Giving your token to someone else will give them the ability to log into your account without the password or 2FA.


✨ Features:

  • Secure [🔒]
  • Supports Stage Channels
  • Account will stay 24/7 online
  • Supports all three status modes (Online, Idle, Do Not Disturb)
  • Can be used on any platform that supports Python

🔎 Obtaining Your Token

You will need an user token inorder to use this code. You can obtain it by doing the following:

  1. Logging in to your discord account
  2. Pressing Ctrl+Shift+I to open Chrome Developer Tools
  3. Go to the Network Tab
  4. Keep it open and refresh the page
  5. Type /api in the filter search box
  6. Click the entry that has science as the Name
  7. On the sub-menu, go to Headers
  8. Scroll down till you see an entry named Authorization. Copy the line next to it.
  9. This is your token. DO NOT GIVE IT TO ANYONE.

🛠️ Installation

  1. Install Python on your machine (Make sure you add it to PATH)
  2. Download the repository and extract it
  3. Open the main.py file and add your User Token, Guild (Server) ID and Channel ID
  4. Modify the status mode or mute/deaf option (True or False), if you want to make any adjustments
  5. Save the file
  6. Open command prompt inside the folder and run pip install -r requirements.txt
  7. Once the packages are downloaded, either double-click the main.py file in order to run it or open command prompt and run python main.py

Voicecord is licensed under GNU General Public License ❤️