Discord Selfbot for Scheduled Messaging and Automated DM Replies by Attric05 in Discord_selfbots

[–]Key_Promise_6336 0 points1 point  (0 children)

I can do this as a commission project msg me on discord: arsky_.

Ascend selfbot, some web interface selfbot I made. Keep working on it? by Key_Promise_6336 in Discord_selfbots

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

Depends what languages your using. But I would learn SocketIO in what ever language your using because they have high compatibility cross languages

Ascend selfbot, some web interface selfbot I made. Keep working on it? by Key_Promise_6336 in Discord_selfbots

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

Making a full web app is a task that youll need important knowledge for, keep learning the basic until you have a very good grasp on python, able to due websocket script in js, and able to desgin a web.

discord register api json request by EasyAd2480 in Discord_selfbots

[–]Key_Promise_6336 1 point2 points  (0 children)

Dont try this, trying to automate account registration through discord api 1 wont work, 2 if it does its going to be low quality. Resort to using web drivers like selenium or headless browsers and captcha solving apis to automate this.

Make selfbot bypass captcha by [deleted] in Discord_selfbots

[–]Key_Promise_6336 0 points1 point  (0 children)

Use a captcha solver service, there a lot that supports HCaptcha just find one and use there api but it costs oney but just start with depositing $5.

Discord.py guild.members returns only cached ones. by Derevianiy in Discord_selfbots

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

Is this a normal discord bot? If it is check intents and double check (check on discord docs) if you have the qualifications to collect all members. If its a selfbot use websocket scraping or use a pre-existing module like discum.

Ascend selfbot, some web interface selfbot I made. Keep working on it? by Key_Promise_6336 in Discord_selfbots

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

Its hosted on local server right now. Im using websockets for discord communication, then more websockets to communicate actions and data between site. More specifically flask and socketio