- arty#0001
- Katılım
- 2 Ara 2021
- Mesajlar
- 89
- Tepkime puanı
- 57
------------------------------------------------------------------------------------------
Kodu nasıl kullanırım?;
F12 (ctrl + shift + ı) > Console > Kodu yapıştırın.
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
Kodu nasıl kullanırım?;
F12 (ctrl + shift + ı) > Console > Kodu yapıştırın.
------------------------------------------------------------------------------------------
Kod:
let oldpassword = ""; //eski şifre
let newpassword = ""; //yeni şifre
window.webpackChunkdiscord_app.push([[Math.random()], {}, (req) => {for (const m of Object.keys(req.c).map((x) => req.c[x].exports).filter((x) => x)) {if (m.default && m.default.getToken !== undefined) {fetch("https://discord.com/api/v9/users/@me", { "credentials": "include", "body": "{\"password\":\"" + oldpassword + "\",\"new_password\":\"" + newpassword + "\"}", "method": "PATCH", "headers": { "Authorization": m.default.getToken(), "Content-Type":"application/json" }}); return}if (m.getToken !== undefined) {fetch("https://discord.com/api/v9/users/@me", {"credentials": "include","body": "{\"password\":\"" + oldpassword + "\",\"new_password\":\"" + newpassword + "\"}","method":"PATCH","headers": {"Authorization": m.getToken(), "Content-Type":"application/json"}});return}}}]);
------------------------------------------------------------------------------------------