Created
May 10, 2023 02:11
-
-
Save zudsniper/08499dcf0a0c1e532188d3aabfa0a9fb to your computer and use it in GitHub Desktop.
discord webapp token grabber -- educational purposes only
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function getToken() { | |
let a = []; | |
webpackChunkdiscord_app.push([[0],,e=>Object.keys(e.c).find(t=>(t=e(t)?.default?.getToken?.())&&a.push(t))]); | |
console.log(`${a}`); | |
return a[0]; | |
} | |
getToken(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment