Bookcliff / gm-plugin

MIT License
0 stars 0 forks source link

Figure out how to send a message from one account to another using code #1

Open Bookcliff opened 2 years ago

Bookcliff commented 2 years ago

From self account to any other channel id in a server id / or user id via dm

explore other github projects that perhaps send messages

a good keyword to search is 'discord selfbot' and perhaps you can find one on github ( i had trouble )

Geczy commented 2 years ago

i recommend doing this through clicks rather than the discord api. the api will likely get you banned but if you click the elements to send the messages it will be better

so enable discord developer mode to be able to open chrome dev tools inside discord, then inspect the elements orders to click and type 'gm' into

https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/click

Geczy commented 2 years ago

couple ways to do this, for now focusing on just discord users would be easier, and can fill in servers -> channels later