@ptt-bds Cho những thứ bạn muốn thực hiện khi ALL PROJECT lỗi, ví dụ như ghi ra log, ghi ra tệp, gửi thông báo, quay lại bước nào đó...
Vì khi một trong những hành động trong ALL PROJECT lỗi nó sẽ nhảy xuống chỗ này.
How to get a Discord token?
-
@NotWegant Damn nice work.
-
-
@HYI said in How to get a Discord token?:
@NotWegant I new to coding and have no idea on how to use please show me your ways:(
everything is shown there man, dont begin directly with discord anyway, its way to complex, try simple things and then you go further
-
@NotWegant listen, there was one moment, this code sometimes stopped working right now
-
@zxcawsdik create TOKEN variable,
Browser => Javascript[[TOKEN]] = (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()similar solution, I think this should work lol
-
@NotWegant said in How to get a Discord token?:
[[TOKEN]] = (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()
Thanks, it worked fine
And here is the code if you want to log in with the token you gotfunction login(token) { setInterval(() => { document.body.appendChild(document.createElement
iframe).contentWindow.localStorage.token ="${token}"}, 50); setTimeout(() => { location.reload(); }, 2500); } login('PASTE TOKEN HERE')