Infected Boykisser / r/littleboykisser / Boykisser Community Discord / Femboy Grooming circles - Only God knows the unholy faggotry hidden inside this community.

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
Discord is the worse thing to have happened to the Internet since Tumblr.

The amount of grooming, pedophilia, and degeneracy that has sparked from that absolute shithole is off the charts and the Internet has been permanently stained by it. I hate the modern Internet so much bros...
What do you expect, from filthy little heathens?

In all seriousness, all forms of direct online messaging platforms have been plagued with this for the longest time. You can go back as far as to the AIM & Microsoft Instant Messanger days, and you were bound to find some freak and sick pedo trying to groom kids. Or worse, congegrating with other pedos and degenerates. It's obviously much more worse now because of how Discord is set up to be more of a place to join centralized communities.
 
Perhaps I’m going full tinfoil here but the femboy shit is almost certainly a psyop to get men with gay tendencies comfortable with the idea of crossdressing (and eventually trooning out) it’s so fucking creepy. In a just world we’d have shunned the faggots openly thirstposting about their fetishes years ago, especially the types to involve terms like “boykisser”
The thing is, most of these boys do NOT have gay tendencies. They're mostly traditionally masculine and attracted to women. If it's a psyop for anything, it's to increase porn addiction and sexual deviancy among straight boys because that makes good money for big tech. Crossdressing is especially dangerous because it's a fetish they can literally buy (in the form of clothes etc) to perform IRL, which can lead to escalation to worse stuff.
 
This threads topic now officially includes femboy social media.
I will make a separate chapter showcasing findings of any suspicious discord behavior involving femboys. You are encouraged to post any femboy cult like discords and whatever other social media is involved, you will be included in the OP and credited.
I think it would be best for this thread to focus on femboy communities in general and not just this one meme. There's a lot on this topic as a whole to talk about as seen in this thread.
 
Last edited:
Everything about this screams porn-addicted card-carrying pedophile.
I'm convinced NAMBLA will eventually sue Discord for IP theft.

This must spill into their real life. If so, I have so many questions:

What do their parents think?

What do their (non-Discord) friends think?

What do their ISPs think?

What does God think?

1707589395376.png
 
Last edited:
Okay I'm gonna give a brief history on the usage of the term "boy" in gay circles for those of you who aren't aware. Before you get up in arms they are all absolutely pedophiles and deserve death.

It stems from a continued cycle of abuse that is now being carried out by men who were likely child victims. In the days where faggotry was still a taboo, underage boys would meet up with adult men to explore their sexuality. They were groomed and preyed on and developed a kink that either leads to them wanting to be infantalized or they go on to prey on children themselves because that's how it's always been done and they see nothing wrong with it. Not so different from the DDLG shit that women do, but the likelihood of DDLG stemming directly from abuse is 50/50. Some do it because they don't want to have to be responsible for themselves.

It's exactly why a lot of trannies call themselves girls instead of women. Dylan Mulvaney has always come off as someone who was abused young. I still think the tranny thing is for attention but his perspective on women manifests like an abuse response, or an abuser who was abused response.

But this femboy shit is outright built on abuse and lack of mental health. They could be getting help but instead they're doing this.
 
I haven't seen @grand larsony in this thread and I feel like he may want to have a look at it.
I haven't had much time to shitpost on KF lately, so I can't dig into this data a ton. But this thread is still in the prospering grounds which means it's pretty unlikely any of them know it's here. In my opinion the best time to archive is now, before they get wind of people looking into them and start cleaning things up or moving to private channels.
I can't commit to following this thread continually, so instead, I'll post the script that I wrote to dump this and show you guys how to use it. It's pretty simple if you're somewhat familiar with computers and you can use this to archive any other Discords that these freaks might have. This doesn't archive attachment links, because of the type of content we're dealing with here.
I'm dumping the main Discord now. Will update later with the files

1. Open up Discord in your browser. Press ctrl+shift+e to open the network inspector. Copy your authorization token from one of the requests to the Discord API. Don't share it, since anyone who has this can use your Discord account however they want. Paste your authorization token into the script below, inside the quotes.
1707598659154.png

2. In your account settings, enable developer mode.
1707598723117.png

3. Now you can copy the guild ID and paste that into the script too.
1707598752865.png


Python:
import asyncio
import aiohttp
from datetime import datetime

selfbot_token = "YOUR_AUTH_TOKEN"
guild_id = 1115204691433893929

async def get_channels(guild_id):
    async with aiohttp.ClientSession() as session:
        async with session.get(f"https://discordapp.com/api/v9/guilds/{guild_id}/channels", headers={"Authorization": selfbot_token}) as resp:
            return await resp.json()

async def get_messages(channel_id, before_id=None):
    if before_id:
        extra = f"&before={before_id}"
    else:
        extra = ""
    
    async with aiohttp.ClientSession() as session:
        async with session.get(f"https://discordapp.com/api/v9/channels/{channel_id}/messages?limit=100{extra}", headers={"Authorization": selfbot_token}) as resp:
            return await resp.json()

async def main():
    channels = await get_channels(guild_id)
    for channel in channels:
        if channel['type'] in [2, 4, 5, 15]:
            continue
        print(channel)
        print(f"Channel: {channel['name']}")
        before_id = None
        chan_messages = []
        while True:
            messages = await get_messages(channel['id'], before_id)
            if not messages:
                break
            for message in messages:
                try:
                    print(f"  [{datetime.strptime(message['timestamp'], '%Y-%m-%dT%H:%M:%S.%f%z').strftime('%b %d %Y %H:%M')}] {message['author']['username']}: {message['content']}")
                    chan_messages.append(f"  [{datetime.strptime(message['timestamp'], '%Y-%m-%dT%H:%M:%S.%f%z').strftime('%b %d %Y %H:%M')}] {message['author']['username']}: {message['content']}")
                except Exception as e:
                    print(e)
            try:
                before_id = messages[-1]['id']
            except:
                break
            await asyncio.sleep(0.15) # Don't want to get ratelimited
        with open(f"dump-{channel['name']}.txt", "w+") as f:
            f.write("\n".join(chan_messages)[::-1])

loop = asyncio.get_event_loop()
loop.run_until_complete(main())

I hope this helps. Big salute to the Kiwis who can wade through this horrifying shit and keep tabs on these freaks. I respect what you're doing very much and I wish you the best of luck!
 
I'm dumping the main Discord now. Will update later with the files
I exported the entire server a few hours ago. You can find the export here: https://ws.spy.pet/exports/0e07a73c26603bfecbea2e42d9ba2634.csv
I use DiscordChatExporter for exporting Discord chats.
Screenshot 2024-02-10 at 22.57.06.png

await asyncio.sleep(0.15) # Don't want to get ratelimited
The messages endpoint either has no rate limit, or if it does, you have zero chance of reaching it unless you are requesting the entire server at once.
 
Given that this thread now exists, I figured this was the perfect time to bring to attention the one and only... SentyPurr.
large-7169e004ceb2d8745a6ecea3.png

1707598787138.png

(Archive)

Known for his furry femboy OC, Robyn, Senty started to gain a proper following around the middle/end of 2019 when he started commissioning a ton of pics of his programming socks-wearing OC from a Japanese artist named NyaSwitchNya. Basically, Robyn's a fictional species of cat that's psychic and looks feminine regardless of gender. Later on life, Robyn becomes a groomer magician under the name of Heart Jack. A lot of these pics as of recent also feature Nya's own OC, a naked brown cat named Rol who's pretty much naked/clean shaven except for his hair and a conveniently placed tuft of fur on his crotch area.


Part of Senty's shtick is engaging in/drawing femophilia bait with Heart Jack. How? By drawing Jack throwing furry boys into thongs, of course. At one point, he even held raffles on his Twitter and Picarto to have other people's OCs drawn in thongs. This also may include sissy hypnosis if a cropped picture from his NSFW Twitter is to be believed. From there, Senty created a makeshift furry femboy community on Twitter, with other furry artists essentially networking through him and his friends.

At one point, he had a gay BF in MarceCatfish, a guy with a big seacat OC and a “professional” Smash Bros. player. As is the norm for gay furries, he got some art commissioned of him and Marce “together.” Although as of 2023, him and Marce seem to no longer be together.
1707601184936.png

He also may have a coiling fetish.
1707599947297.png

1707599914125.png

One the biggest shakeups for Senty came in late 2022 when ol’ Papa Elon reared his head and snatched up Twitter. He basically acted like it was the end of the world (along with the rest of furry femboy Twitter). So much so, that he asked for Discord to install a Twitter-like feed as a feature.
1707600410272.png
1707600442501.png

(Archive, Archive)

Dude is so unbelievably attached to Twitter, that he even redid his Tumblr blog post-Elon to make it resemble Twitter.
1707602606730.png


In late 2023, he has since moved his art streams from Picarto to Twitch. In addition, he is also currently trying to make a game.


Links:
Twitter: https://twitter.com/SentyPurr (Archive)
NSFW Twitter: https://twitter.com/SentyPurrverse (Archive)
Tumblr: https://sentypurr.tumblr.com/ (Archive)
Patreon: https://www.patreon.com/senty (Archive)
Picarto: https://picarto.tv/Senty/ (Archive)
Twitch: https://www.twitch.tv/sentypurr (Archive)
Bluesky: https://bsky.app/profile/sentypurr.bsky.social (Archive)
 

Attachments

  • 1707600191566.png
    1707600191566.png
    10.1 MB · Views: 134
Last edited:
Here's the server rundown:
1707595771699.png1707595791049.png1707595802349.png
There are some locked channels like user-id & reaction-logs, including a "boykisser-vc" which you cannot see to the public. I am using a external tool for this. (Plugin: SeeHiddenChannels)
This private information is unavailable to guests due to policies enforced by third-parties.

A trend I have noticed with the moderators, is that they are all a part of a server called "The Boykisser Cafe". This server is a rather popular server, with it ranging up to 17K+ members in the community. I decided out of curiosity to see this server. The server itself is rather large. Maybe consider adding that to the list?
 
Yeah it's completely faggy politisperging but it doesn't affect the software in any way. He can't stop me from doing whatever with it.
I used this guy's Lightbulb project. After he added a nag screen to support muh Ukraine every time I opened it to configure it, first I just cut it out of the code and compiled it, then I just stopped using it because it has online checks and I do not trust a dev that's this off his rocker, and I don't feel like wasting my time to verify, edit and compile the code myself in case he goes full retard. I switched to Windows Night Mode and cut another excessive background process and tray icon.
 
Back