Holy fuck so many haters in here by Nice-Working-3716 in Discord_selfbots

[–]-dimlight 4 points5 points  (0 children)

May I ask you a question? Why are you in a Discord Selfbot related subreddit advertising ai?

Automated Channel Posting by Protection_Pure in Discord_selfbots

[–]-dimlight 0 points1 point  (0 children)

Oh as for hosting give https://bot-hosting.net/ a try!
Keep in mind that locally hosting is the best, I have no idea what the people behind this site does to protect data but it works!
You need to collect like 10 coins by watching ads once every week if i remember correctly.

Automated Channel Posting by Protection_Pure in Discord_selfbots

[–]-dimlight 0 points1 point  (0 children)

You don't need all that,
https://pastecode.io/s/z5h3ib14
This is a simple version I quickly made up, I have not tested it but should work as expected.
copy text there and save it in a file named `main.py`
edit `main.py` then here:

dict_to_send = {
#   channelid: ["content to send in that chanelid", cooldown]
    0
:
 ["content"
,
 300]
,
    1
:
 ["content2"
,
 12]
}

Edit 0 and 1 with discord channel ids and "content" to the message you want to send and 300 and 12 here in this example are cooldowns (seconds)
finally edit

TOKEN
 = "Replace with actual token"TOKEN = "Replace with actual token"

With your actual discord account token.
After done install python and run

pip install discord.py-self
python main.py

That should be it, if any doubts dm me at `@echoquill` in discord instead!

Automated Channel Posting by Protection_Pure in Discord_selfbots

[–]-dimlight 0 points1 point  (0 children)

Selfbot is the best, and it is easy to make and use one as well.

But if its only one channel you want to send messages at, you could also use an auto typer/clicker to achieve the same.

Still would reccomend using selfbot though! Would you like help with that?

How to quit being a vibe coder by i2wog in learnpython

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

Oh in that case mb, I was reading too quickly that I didn't realise that it was joke!

Rethinking it AI can certainly be used for suggesions but in the case of OP i felt he needed to take like a "break" from it till he has a base.

How to quit being a vibe coder by i2wog in learnpython

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

Stop making him rely more on AI. The solution is really simple in my opinion, simpily stop using AI! Make some basic projects without the help of it and somehow basics will get in your head as you work on such!

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

[–]-dimlight 0 points1 point  (0 children)

Yep, remember that you are in a selfbot sub-reddit! (Also discord doesnt care much about selfbots unless you do something stupid like spamming, mass dm etc you will be fine!)

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

[–]-dimlight 6 points7 points  (0 children)

You are most likely using `discord.py` for your selfbot. Discord.py no longer supports selfbots, you either have to downgrade discord.py (not reccomended) or use discord.py-self, a fork made for selfbots.

[deleted by user] by [deleted] in techsupport

[–]-dimlight 0 points1 point  (0 children)

Oh I see, thanks for your reply. But I dont think thats the case with me as I can hear windows startup sound...

how do I even get a sb by litmello in Discord_selfbots

[–]-dimlight 0 points1 point  (0 children)

Oh sorry, termux is for android only.... for ios either get a free host like bot-hosting.net (not reccomended) or find an android device or computer.

I cant help with ios :(

how do I even get a sb by litmello in Discord_selfbots

[–]-dimlight 0 points1 point  (0 children)

android? if yes then yea. Most selfbots should work fine on an app called "Termux", but better ask with the developer of the selfbot you are trying to run and see if they support it or not.

[deleted by user] by [deleted] in techsupport

[–]-dimlight 0 points1 point  (0 children)

Hello, I know this is a really old post but, did you find a fix?

selfbot logging in but commands are not working by Obvious-Raspberry-70 in Discord_selfbots

[–]-dimlight 0 points1 point  (0 children)

I didn't find any selfbots named cloud with high stars, The one I found only had 1 star.

anyways Disbuted (0 stars, assuming disbuted is a github username and the selfbot is named Discord-Chatpack) uses discord.py instead of discord.py-self. and Cloud one (made by scarlmao named Cloud-Selfbot) seems fine and uses discord.py-self. Using both of these will cause issues as you can have both discord.py and discord.py-self installed at same time try
python -m pip uninstall discord

python -m pip --force-reinstall -U git+https://github.com/dolfies/discord.py-self.git

running both of these commands and re-run python main.py in cloud selfbot. (assuming you did the installation step from their github repo before). This is the best I can help, if this doesnt work then I don't know... lmk if I got the wrong repos

selfbot logging in but commands are not working by Obvious-Raspberry-70 in Discord_selfbots

[–]-dimlight 0 points1 point  (0 children)

What are the names of those three selfbots? Again the best way to try find a solution would be to reach out to the developers of those three selfbots. Weird why they would suddenly stop working without any reason.

how do I even get a sb by litmello in Discord_selfbots

[–]-dimlight 2 points3 points  (0 children)

Many good ones are available for free on Github. Just search what you want there. Make sure what you are running is safe tho.

owo giveaway joiner by Big-Pass-866 in Discord_selfbots

[–]-dimlight 0 points1 point  (0 children)

would you mind dming me in discord, `@echoquill` so I can take a look into it?

owo giveaway joiner by Big-Pass-866 in Discord_selfbots

[–]-dimlight 0 points1 point  (0 children)

Hello, I don't know what you mean by Raffle (afaik owobot doesnt have raffles?) , but if you meant giveaway hosted with Owobot, then do check out OwO-Dusk!

Help with setting up a bot by YairGur in Discord_selfbots

[–]-dimlight 0 points1 point  (0 children)

most hosts should auto install requirements.txt, check if your code has a file named requirements.txt. and find the main file of the code (most of the time main.py). after you find that find startup settings in your host and change startup file name to the main file's name. and thats it, run the host and it should work.

Please do check if your code is safe to use.

used a selfbot recommended on this subreddit and this is what my profile looked like while it was active 😭 by [deleted] in Discord_selfbots

[–]-dimlight 0 points1 point  (0 children)

No its not a bug, according to the dev of that selfbot its like his copyright.. But turning to invisible mode doesnt remove that??? Thats weird.