hoemotion / discord-mass-dm

A discord program that will send a message to nearly every user in a discord server. Only for educational purposes 🥱🚀
GNU General Public License v3.0
194 stars 76 forks source link

New project if you want #8

Closed xxerick closed 2 years ago

xxerick commented 2 years ago

can you do a discord vanity url spammer? with random user agent and proxies? which spam every 1 ms and dont get ratelimit

hoemotion commented 2 years ago

can you do a discord vanity url spammer? with random user agent and proxies? which spam every 1 ms and dont get ratelimit

wdym by spammer, spamming the link in a channel? also spamming messages that fast isnt possible

xxerick commented 2 years ago

no

xxerick commented 2 years ago

i send you a example wait

xxerick commented 2 years ago

async function req_url() { await req(https://discord.com/api/v8/guilds/${client.config.GuildID}/vanity-url, { "credentials": "include", "headers": { "accept": "/", "authorization": "Bot " + client.config.Bot_Token, "content-type": "application/json", }, "referrerPolicy": "no-referrer-when-downgrade", "body": "vanityurl", "method": "PATCH", "mode": "cors" }); } and a setinterval which spam every 1ms but this script is getting ratelimited after 4-5 request

hoemotion commented 2 years ago

async function requrl() { await req(https://discord.com/api/v8/guilds/${client.config.GuildID}/vanity-url, { "credentials": "include", "headers": { "accept": "/_", "authorization": "Bot " + client.config.Bot_Token, "content-type": "application/json", }, "referrerPolicy": "no-referrer-when-downgrade", "body": "vanityurl", "method": "PATCH", "mode": "cors" }); } and a setinterval which spam every 1ms but this script is getting ratelimited after 4-5 request

I still dont know what you mean by a vanity spammer does this change the server vanity or what

xxerick commented 2 years ago

yes

xxerick commented 2 years ago

like a server vanity protector and it spams with requests every 1 ms to change vanity and if someone change vanity he will put instant back, but the thing i send you is a request but after 3-4 request he get ratelimit

xxerick commented 2 years ago

im sure you can do this shit in 5 minutes

xxerick commented 2 years ago

i have a vanity sniper with python and i can send it in dm on discord if you want @hoemotion