Code Monkey home page Code Monkey logo

activity's Introduction

Activity discord

Custom activity discord according to what you want, please note this method is illegal, we are not responsible if a problem occurs, use it as wisely as possible !!

Example

Get Discord Tokens

Paste the code below in your discord console log

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("%cDone!", "font-size: 50px");
console.log(`%cYou now have your token in the clipboard!`, "font-size: 16px");

Don't share your discord token because people can login only from discord token!! (https://github.com/Discord-Oxygen/Discord-Console-hacks/)

Installation

Make sure you have installed nodejs!

Download this repo using git

git clone https://github.com/Paiiss/activity.git

go into the activities folder

cd activity

Install the library by the way

npm install

Create an .env file or rename the example.env file to .env, fill it with:

TOKEN=YOUR_TOKEN

Also configure the config.json file, change it as you wish.

You are ready to activate the activity, the final step is activating the script

node index.js

That's all from me, use it as wisely as possible!

First and last hint, I don't intend to continue this repo, hope it's useful :')

activity's People

Contributors

paiiss avatar

Watchers

 avatar

Forkers

nakataardnta

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.