https://github.com/randomgamingdev/auto-react-discord
A simple Discord selfbot made for education purposes that simply reacts to messages if they already have a reaction via HTTP packets.
https://github.com/randomgamingdev/auto-react-discord
easy-to-use educational fast http https networking selfbot selfbot-discord selfbot-for-discord small use-at-your-own-risk
Last synced: 4 days ago
JSON representation
A simple Discord selfbot made for education purposes that simply reacts to messages if they already have a reaction via HTTP packets.
- Host: GitHub
- URL: https://github.com/randomgamingdev/auto-react-discord
- Owner: RandomGamingDev
- License: mit
- Created: 2022-10-19T00:47:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T11:16:32.000Z (over 3 years ago)
- Last Synced: 2025-12-31T12:03:19.501Z (4 months ago)
- Topics: easy-to-use, educational, fast, http, https, networking, selfbot, selfbot-discord, selfbot-for-discord, small, use-at-your-own-risk
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# auto-react-discord
A simple Discord selfbot made for education purposes that simply reacts to messages if they already have a reaction via HTTP packets.
This is done via the User API, which is, well, meant for users lol.
To use this script
add your authorization key for your account in the variable which you can copy from the header of discord packets under "Authorization",
then add the channel you want to do this in by putting your channel ID, which you get by going into developer mode and copying and pasting the channel ID.
After getting this data just put the authorization key in the authorization variable, and put the channel ID in the channel variable
Run the script with NodeJS
Please note that this is made for educational purposes, and that Discord is strictly against self bots, and is known to ban accounts using them without warning. Basically, if you use this, there's a chance that you'll get banned by Discord.