Skip to content

ferozomer/Discord-Onliner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Onliner

Make Your Discord Account 24/7 Online!


Disclaimer

Discord's community guidelines and terms of service are violated by this code, which is intended to automate tasks on your account. If you apply this code incorrectly, Discord may suspend or terminate your account(s). I, the developer, take no liability for any results you may get from utilizing this code. You should be aware of the hazards when using this software and use caution when using it. Please go to Discord's Terms of Service and Community Guidelines for a more comprehensive understanding of the guidelines.

Warning

DO NOT GIVE YOUR DISCORD TOKENS TO ANYONE.

Giving your token to someone else allows them to log into your account without a password or 2FA.

Features

  • 🛡️ Secure - The program is designed with security measures in place.
  • ✍️ Supports Custom Status - Allows for the setting of a personalized status message.
  • 🟢 Account will stay 24/7 online
  • 🌙 Supports all three status modes (Online, Idle, Do Not Disturb) - Compatible with various status settings including Online, Idle, and Do Not Disturb.
  • Can be used almost on any platform that supports Python - The program is versatile and can be run on nearly any platform that is capable of executing Python scripts.

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 This Repository
  3. Modify both the status mode and custom status, if you want to make any adjustments
  4. Save the file
  5. Create a requirements.txt file and copy and paste the file contents inside requirements.txt
  6. Save the file
  7. Open command prompt where both the files are present and run pip install -r requirements.txt
  8. Once the packages are downloaded, either double-click the python file in order to run it or open command prompt where the python file is present and run python main.py

Deploy Discord-Onliner to Render

Deploy to Render

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages