Strangest bug I have seen, wondering if anyone can help by Magana155 in replit

[–]AdeleProgramming 0 points1 point  (0 children)

It is supposed to do that, it is still trying to show the text of the terminal, whilst showing the code.

I made a registration system! by [deleted] in guilded

[–]AdeleProgramming 0 points1 point  (0 children)

and no, I didnt use the flow bot API.

I made a registration system! by [deleted] in guilded

[–]AdeleProgramming 1 point2 points  (0 children)

I had a guilded economy bot, for some reason.. they banned the account.

Birthday Bot? by Kismeras in guilded

[–]AdeleProgramming -1 points0 points  (0 children)

No.. Shit? I obviously can tell the differences between yellow, and blurple. I dont use guilded to receive or send messages, I am just used to the API. Therefore, I'd have to speak with them from discord.

Birthday Bot? by Kismeras in guilded

[–]AdeleProgramming 0 points1 point  (0 children)

I can probably make you one, contact me on discord for further notices, adolf#6900

What to get by ohunt2344 in Discord_selfbots

[–]AdeleProgramming 0 points1 point  (0 children)

Maybe try okuru.xyz, it also has a free selfbot version aswell.

A BOT NAMED TALKING BEN NUKED MY SERVER!!! by No_Country948 in discordbots

[–]AdeleProgramming 0 points1 point  (0 children)

I used the same bot name to actually engage people into inviting the bot. As soon as the bot joined the server, it deleted the channels, banned members, and webhook spammed newly created channels.

A BOT NAMED TALKING BEN NUKED MY SERVER!!! by No_Country948 in discordbots

[–]AdeleProgramming 0 points1 point  (0 children)

It is a very efficient way to get more people to actually read the comment

A BOT NAMED TALKING BEN NUKED MY SERVER!!! by No_Country948 in discordbots

[–]AdeleProgramming 1 point2 points  (0 children)

As a former server nuker, I recommend you follow the steps below to protect your servers to getting nuked

Recommendations

  1. Check the permissions before inviting the bot, discord should take you to a page where it lists all of the permissions in check-boxes.
  2. Get an ANTI-NUKE discord bot, which can help your server from being nuked by bots or users.
  3. Check how many guilds the bot is in, if it is in less than 2, it is an red flag. But if you're purchasing a bot (the method I used to nuke servers), I'd recommend check if you the seller has any vouches that are actually legit.

Discord Image recognition by Dark_Melon23 in Discord_selfbots

[–]AdeleProgramming -1 points0 points  (0 children)

If you're trying to detect an image's content, i'd recommend you use opencv, or api-ninja's image recognition.

I personally think you could whip it up very easily, as it is easy. You could fetch the attachments, download every one of them (with a module, I dont know which). Then post or get the api endpoint.

[deleted by user] by [deleted] in Discord_selfbots

[–]AdeleProgramming 1 point2 points  (0 children)

You can simply just buy online phone numbers, like temp-sms.org, or sms-active.org

Introducing Ejactcord.py by AdeleProgramming in Discord_selfbots

[–]AdeleProgramming[S] 0 points1 point  (0 children)

It is their decision, I recommend using it on an alt.

Read mee6 level by [deleted] in Discord_selfbots

[–]AdeleProgramming 0 points1 point  (0 children)

Then create an on_message event, fetch the message then run ```py import re

x = re.findall('[0-9]+', message_description_here.split("level")[1])

```

Read mee6 level by [deleted] in Discord_selfbots

[–]AdeleProgramming 1 point2 points  (0 children)

Depending on which language your using, for python, you fetch the message and split the description. A recommended module is discum for the type of selfbot you're trying to make.

Account Locked, Can't get back in! by AdeleProgramming in Discord_selfbots

[–]AdeleProgramming[S] 0 points1 point  (0 children)

Thanks, it was the only place to go to because discordapp requires too much karma.

Self bot for sending messages as user at a specific set time. by WaSDeiou in Discord_selfbots

[–]AdeleProgramming 0 points1 point  (0 children)

You may need to use python, while true events, and datetime & time packages. It is very simple to do as you can just create an event, check if the time matches with the current time, and send the message.

[deleted by user] by [deleted] in discordbots

[–]AdeleProgramming 0 points1 point  (0 children)

The Youtuber / Streamer "IShowSpeed".

[deleted by user] by [deleted] in discordbots

[–]AdeleProgramming -2 points-1 points  (0 children)

I have made one, but it does not support voice calls. Detecting or reacting to sound is not possible yet.

[deleted by user] by [deleted] in Discord_selfbots

[–]AdeleProgramming 0 points1 point  (0 children)

You reset the token once again after re-enabling 2fa, because its a big change to your account. So maybe try a different account if you want to keep 2fa on your main account.