@Fox Ok nevermind thanks for the help. I didnt see that link when I searched that link you sent me. But all I had to do was remove the quotation marks in my own script and it worked.
How to Grab Discord Token in console with JavaScript ?
-
I need to get the discord token in the console using BAS,I find 2 javascript code for that but I think doesn't work . Can you guys help me pls ?
- javascript:document.getElementsByTagName("body")[0].innerHTML = localStorage.token;
- javascript:document.getElementsByTagName("body")[0].innerHTML =localStorage.getItem("token");