r/Discord_selfbots

Need some knowledge

What do you guys use for your headers to make it look realistic I’ve gone through some docs in discord I see you guys use X-Fingerprint and super properties. I’ve ran into issues on INVALID-CAPTCHA am also using proxies help would be nice 😃

reddit.com
u/Both_Ad1422 — 9 hours ago

Any other selfbots?

Hey guys, i think im now using selfbots for 6 years now but i see that most of all selfbots has been stopped. Like Nix and Ethone last year. Now the only selfbots are Nighty and Gasai. But now im wondering if people know other selfbots. It doenst matter if its paid ofcourse. Please dont give raid selfbots, just general selfbots like nighty. And it would be nice if it has slash commands but its not a must

reddit.com
u/Toepasje — 3 days ago

How to avoid getting banned with selfbot.

Hello, I built a selfbott today, but while I was using it, my discord account was suddenly disabled, and they said "they detected suspicious activity on my account" and forced me to change my password. How can I avoid this in the future?

reddit.com
u/TheRealZyzzle — 7 days ago
▲ 1 r/Discord_selfbots+1 crossposts

Kick Discord Rich Presence - A lightweight Discord RPC for Kick.com bypassing Cloudflare

Hello everyone,

I am sharing an open-source project I built. Since Kick.com lacks official Discord integration, streamers cannot display the purple "Streaming" status on their Discord profiles. I developed a Python solution to resolve this.

What My Project Does

Kick Discord Rich Presence automatically fetches a specific Kick channel's live status and syncs it with a user's Discord profile via the Discord Gateway websocket.

The main technical challenge was Kick's strict Cloudflare bot protection. Standard requests or aiohttp calls return a 403 Forbidden. To solve this, the project utilizes the curl-cffi library to impersonate modern browser TLS fingerprints. This seamlessly bypasses the anti-bot measures to fetch live viewer counts, stream titles, and categories dynamically. It then constructs the proper payload and sends it to Discord's Gateway (OP 3) to update the Rich Presence.

Target Audience

This is a production-ready tool aimed at two groups:

  1. Developers who are building scrapers for Cloudflare-protected sites and want to see a working implementation of curl-cffi and Discord Gateway Websockets in pure Python.
  2. Streamers who want a reliable tool to show their live status on Discord without installing heavy third-party software.

Comparison

Differences from existing alternatives:

  • Cloudflare Bypass: Many existing Kick RPC scripts on GitHub are currently broken because they rely on basic HTTP requests which Kick has blocked. This script works flawlessly thanks to TLS impersonation.
  • Extremely Lightweight: Existing solutions often use heavy Node.js/Electron wrappers or bloated browser automation (like Selenium/Playwright) just to bypass Cloudflare. This project is pure Python, uses minimal RAM, and runs silently in the background.
  • Standalone: It is compiled using PyInstaller into a single executable, meaning end-users do not need to install Python or set up virtual environments to run it.

The code is fully open-source under the MIT License. I wrote it adhering to SOLID and KISS principles to keep it as readable and maintainable as possible.

You can review the source code and download the release here: 🔗 GitHub: https://github.com/berkyildiz/kick-discord-rich-presence

u/XATHENA_ — 6 days ago

"captcha_key": ["invalid-response"] help

So currently I I’m trying to solve discords annoying captcha but I keep getting invalid respond I’m using nonecap

I’ve tried using a proxy
Generated a x-fingerprint from the /experiments endpoint

captcha rejected:
("captcha_key": ["invalid-response"], "captcha_sitekey": "…"
","captcha_service": "hcaptcha" ‚"captcha_session_id": ".."
' "captcha_rqdata":"…
", "captcha_rqtoken": "…"}

I’ve ran into this before what I was doing was hosting my own web page and solving the captcha by hand and ran into that problem also :(

reddit.com
u/Both_Ad1422 — 7 days ago

i need someone or a something so i can raid a server

I need an app or someone to raid this server: gg/mx5BA4ZCzA.

I got banned for saying that a girl was bad at Valorant. She got mad and had her boyfriend (who's a moderator on the server) ban me for no reason. The two owners won't do anything because the guy owns the bot they use on the server. On top of that, they said some racist things to me.

Can someone help a brother out?

reddit.com
u/P1NGU- — 8 days ago

Anyone have a spare dc account I can have?

I need a dc account for free to use it for gaming! If anyone would give me 1 I would really appreciate it

reddit.com
u/123stb123 — 8 days ago

2019 Discord Account from Eldorado - Legit ?

I just purchased a 2019 discord account that had the one year discord nitro badge from a seller on eldorado. I’ve used this site for quite a while and have bought other gaming accounts so I didn’t think anything of it, but after i made the purchase I chose to read through the bad reviews from the seller and they were all talking about how the accounts were getting pulled back. I remember reading one review saying she tried to pull it back but failed. The account was not OGE, it was linked to a ro.ru email which is a rambler.ru email, I was able to gain full access and even went the extra mile to delete the temporary email that was linked so seller could not login and start recovery. I have added 2fa & a passkey to the account. I am just curious how likely it is she can still pull it back?

reddit.com
u/Password-Is-Eulen — 11 days ago

Skidded a selfbot together with a gui

Took a selfbot I found off github and transformed it into a gui. Completely coded in python. Has a couple commands mostly just dumb ones from the original dev. Anything suggestions on stuff to add? This is completely made as a dumb little project nothing major lol, will most likely be slapped onto github and left there to rot. Any ideas for a name would be nice too, I choose Revenge Bot out of random.

u/YourBitchCalledMe — 13 days ago

invalid-response with acc gen (NONECAP)

im trying to create a account generator but every time im sending my request i have

Response: {'captcha_key': ['invalid-response'], 'captcha_sitekey': '<redacted>', 'captcha_service': 'hcaptcha', 'captcha_session_id': <redacted>', 'should_serve_invisible': True, 'captcha_rqdata': '<redacted>', 'captcha_rqtoken': '<redacted>'}

in response

there is my code

https://pastebin.com/yDTN8Pe9

iv try everything my guess is that nonecap doesnt support discord register or that my proxies list is flagged

reddit.com
u/Rare-Act-5725 — 12 days ago

invalid-response when doing remote-auth with hcaptcha

Im working on a small C# discord client library to automate some things and was wondering if it is at all possible to get a user token via the regular discord remote auth (QR code) flow.
Im not interested in solving the captcha automatically.

Currently, i get a ticket via wss://remote-auth-gateway.discord.gg/?v=2, then exchange the ticket for a user token via https://discord.com/api/v9/users/@me/remote-auth/login. If that fails, because Discord requires a captcha challenge and captcha-required is set on the response, i spin up a Webview2 to show the captcha and get the captcha key.
I navigate the webview to discord.com/login and intercept load requests to serve just the captcha. When i get the captcha key and try to exchange for a user token again, it always fails with invalid-request. I made sure that the auth http requests have the same headers set as the official client, including X-Fingerprint, X-Captcha-Key, etc.

 &lt;script&gt;
    function onLoad() {
        hcaptcha.render('captcha-container', {
            sitekey: '{{{_req.SiteKey}}}',
            rqdata: '{{{_req.Rqdata}}}',
            theme: 'dark',
            callback: function(token) {
                window.chrome.webview.postMessage(JSON.stringify({
                    type: 'captcha_key',
                    captcha_key: token
                }));
            }
        });
    }
&lt;/script&gt;
&lt;script src="https://js.hcaptcha.com/1/api.js?onload=onLoad&amp;render=explicit" async defer&gt;&lt;/script&gt;
reddit.com
u/Ill_Associate_4881 — 12 days ago

looking for an inv selfbot

yo uhh idk if this is like frowned upon in the subreddit but im looking for a selfbot that lets me like invite people into my anime servers and no im not gonna be spamming this i just have like 600+ adds rn and inviting them manually is gonna be such a pain so im hoping there a selfbot i can use for that to automate that function and if theres a preferably free option

reddit.com
u/Appropriate_Dog3085 — 14 days ago