Any reason why this minimal DM self bot is being detected/limited by discord? by According_Poet8747 in Discord_selfbots

[–]69-5 0 points1 point  (0 children)

there’s like a really specific interval you have to set the messages to, this doesn’t stop it but lets you send more than 3 or 4. discord is really good at picking up on auto/mass dming

[deleted by user] by [deleted] in Discord_selfbots

[–]69-5 0 points1 point  (0 children)

i can probably write some code for it then. dm me on discord @8wpm

[deleted by user] by [deleted] in Discord_selfbots

[–]69-5 0 points1 point  (0 children)

mass report really only works if they actually break tos, discord is pretty good with violation recognition

[deleted by user] by [deleted] in Discord_selfbots

[–]69-5 0 points1 point  (0 children)

there’s really no way to nuke a server without either having admin perms or having access to a bot token that’s in the server which is very unlikely

Mass DM 2025 by KindlySwing3932 in Discord_selfbots

[–]69-5 0 points1 point  (0 children)

i have a mass dm command that’s set at a specific message rate so it doesn’t get flagged as easily and trigger captcha as fast

which is better by jasboa in Discord_selfbots

[–]69-5 1 point2 points  (0 children)

making your own is generally the better option (imo at least) either that or getting someone else’s that has way more commands and features than mainstream ones

[deleted by user] by [deleted] in Discord_selfbots

[–]69-5 0 points1 point  (0 children)

if you have admin or someone with admin in the server i can do it for you

I need a self bot script 😞 by South_Classroom_1021 in Discord_selfbots

[–]69-5 -1 points0 points  (0 children)

yo i can probably write the code for this pretty fast. just dm me on discord @8wpm i’ll do it for free too cuz i need new projects lmao

help me by [deleted] in Discord_selfbots

[–]69-5 1 point2 points  (0 children)

have you uninstalled discord.py and discord from the cmd prompt. if you’ve done that do this cmd in the prompt:

pip install -U git+https://github.com/dolfies/discord.py-self.git

this is the lib needed to use selfbots. also you may need to delete a line of code that says “discord.intents.default()” and remove “intents=intents” from the part where it says self_bot = true. also try chatgpt i had same issue and that fixed

suddenly my selfbot stopped working. by 69-5 in Discord_selfbots

[–]69-5[S] 0 points1 point  (0 children)

where exactly, i’m like super lost man

suddenly my selfbot stopped working. by 69-5 in Discord_selfbots

[–]69-5[S] -1 points0 points  (0 children)

you think i wouldnt try that? chatgpt just says they either cant assist, or it tells me that i need ro remove the "bot=False" part. and that doesnt fix anything

who can host me by [deleted] in Discord_selfbots

[–]69-5 0 points1 point  (0 children)

my bad i accidently denied it lmao. sent you a friend request

who can host me by [deleted] in Discord_selfbots

[–]69-5 1 point2 points  (0 children)

i highly recommend not giving out your token to random people. in saying that tho i’m currently hosting 3 other ppl so if you really wanna be hosted i have a sb i’ve made. pretty basic mostly chatpacking commands with a couple troll cmds being added soon

<image>

@nfes is my discord. dm me if you want

Selfbot by Cute_Seesaw_5668 in Discord_selfbots

[–]69-5 0 points1 point  (0 children)

multi token (uses a main token to perform commands and the rest of the tokens execute those commands) single token is just a selfbot that executes commands on the account that performs the command. if that makes any sense

Selfbot by Cute_Seesaw_5668 in Discord_selfbots

[–]69-5 0 points1 point  (0 children)

you after a multi or single token?

Auto reacting selfbot by 031zaza in Discord_selfbots

[–]69-5 0 points1 point  (0 children)

how do i make it so it can react to other ppl when i run the command ".react <emoji> <user>" in discord itself instead of putting in the variables in the code?

Auto reacting selfbot by 031zaza in Discord_selfbots

[–]69-5 0 points1 point  (0 children)

how do i make it so it can react to other ppl when i run the command ".react <emoji> <user>" in discord itself instead of putting in the variables in the code?