discord/twitch/kick/snapchat age verifier
age verifies your account automatically as an adult on any website using k-id
made by xyzeva and Dziurwa, greetz to amplitudes (for previous work)
how to verify on discord
it doesn't matter if you are in the UK or similar region that currently has access to this, this will verify your account for the future global rollout in march aswell as current. to use, simply paste this script into your discord console by going to discord.com/app, pressing F12, going to Console and copying and pasting and hitting enter on the following script and solving the captcha that pops up (typing "allow pasting" before if necessary):
// add a chunk to get all of the webpack chunks _mods = webpackChunkdiscord_app.push([[Symbol()],{},r=>r.c]); webpackChunkdiscord_app.pop(); // cleanup the chunk we added // utility to find a webpack chunk by property findByProps = (...props) => { for (let m of Object.values(_mods)) { try { if (!m.exports || m.exports === window) continue; if (props.every((x) => m.exports?.[x])) return m.exports; for (let ex in m.exports) { if (props.every((x) => m.exports?.[ex]?.[x]) && m.exports[ex][Symbol.toStringTag] !== 'IntlMessagesProxy') return m.exports[ex]; } } catch {} } } // find the discord api client api = findByProps('Bo','oh').Bo // send a api request to discord /age-verification/verify and then redirect the page to our website window.location.href = `https://age-verifier.kibty.town/webview?url=${encodeURIComponent((await api.post({ url: '/age-verification/verify', body: { method: 3 }})).body.verification_webview_url)}`
(feel free to read the code, we made it readable and we have nothing to hide)
it should navigate to a link (or give you a link to navigate to), from there, you can just wait until the page says success
congrats! your discord account is now age verified.
how to verify on other platforms (twitch, kick, snapchat, ...others)
... continue reading