Skip to content

blurskye/discord-always-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stay online forever

A python script that keeps your account online

Requirements

Installation 🐍

git clone this repo and change directory to this repo by running

git clone https://github.com/blurskye/discord-always-online.git
cd discord-always-online.git

install all dependencies by running this

python -m venv .venv
./.venv/bin/pip install -r requirement.txt

keep in mind this install dependencies in a virtual python environment

Edit config.py to add your config


to get discord token, login into your discord account from browser, press f12, goto console and run this

window.webpackChunkdiscord_app.push([
  [Math.random()],
  {},
  req => {
    for (const m of Object.keys(req.c)
      .map(x => req.c[x].exports)
      .filter(x => x)) {
      if (m.default && m.default.getToken !== undefined) {
        return copy(m.default.getToken());
      }
      if (m.getToken !== undefined) {
        return copy(m.getToken());
      }
    }
  },
]);
console.log('%cWorked!', 'font-size: 50px');
console.log(`%cYou now have your token in the clipboard!`, 'font-size: 16px');

it will copy discord token to your clipboard, you need to paste that in token variable in config.py


⚠️⚠️⚠️

⚠️⚠️⚠️ DO NOT GIVE YOUR TOKEN TO OTHERS !!! ⚠️⚠️⚠️

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

Warning : Self-bots are discouraged by Discord and is against Discord's ToS. You might get banned for this if not used properly.

📝 Note : Discord's Terms of Service: discord.com/terms

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


Usage 🍕

./.venv/bin/python main.py

If you did all the steps correctly, you should see the following message on the console.

staying alive for {username}{discriminator} , user_id = {userid}Logged in as <you user name>

About

always stay online, can run locally or in a server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published