GithubHelp home page GithubHelp logo

murnifine / discord-botpush Goto Github PK

View Code? Open in Web Editor NEW

This project forked from risqikhoirul/discord-botpush

1.0 0.0 0.0 889 KB

bot push role discord, auto send & delete message

Shell 26.70% JavaScript 73.30%

discord-botpush's Introduction

Discord-Botpush

Bot discord untuk menaikan level secara otomatis, bot ini mendukung multi akun atau multi token. Pastikan semua configurasi benar sesuai dokumentasi yang telah disediakan.

Indonesia

Install?

git clone https://github.com/risqikhoirul/Discord-Botpush.git
cd Discord-Botpush
npm i

Get Token?

  1. Buka https://discord.com (WEB).
  2. Klik open discord in your browser.
  3. Inspect element (F12).
  4. Masuk ke menu console, dan paste code dibawah ini, dan enter.
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');
  1. Token anda telah tersimpan di clipboard, silahkan paste di .env pada TOKEN="your_token"

anda bisa mengedit .env menggunakan nano

nano .env

Tools Get Token

anda juga bisa menggunakan tools token.js

node token <email> <password>

example

node token [email protected] risqi123

menemukan token di file outoken.txt

Get Channel ID?

https://discord.com/serverid/channelid

Usage?

npm start

Output:

Donation?

EVM:

0x714Cb1145218871fAebD55de36dBE7053cc9C74d

Solana:

DWfcTjC1MB7oFPwQvF3VRHqwdoGg77A4XbqJKCPvJcd6

discord-botpush's People

Contributors

pasya1912 avatar risqikhoirul avatar

Stargazers

 avatar

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.