8000 GitHub - CelsusDB/MistCord: A Discord client modifaction that abuses the chromium debug state
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CelsusDB/MistCord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MistCord

A modern Discord client modification and self-bot

Features

  • Live injection via websockets
  • Live theme updating
  • Selfbot via a fork of Discum

Injection Method

We inject Discord via the Chrome DevTools Protocol

The Chrome DevTools Protocol allows for tools to instrument, inspect, debug and profile Chromium, Chrome and other Blink-based browsers. Many existing projects currently use the protocol. The Chrome DevTools uses this protocol and the team maintains its API.

Instrumentation is divided into a number of domains (DOM, Debugger, Network etc.). Each domain defines a number of commands it supports and events it generates. Both commands and events are serialized JSON objects of a fixed structure.

Steps:

  • Scan for all versions of Discord. Discord, Canary, Developer
  • Kill Discord
  • Start Discord with the remote-debugging-port argument to allow connections
  • Inject via the Runtime eval method.

About

A Discord client modifaction that abuses the chromium debug state

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0