discord-sniper-GO is a very-fast and efficient mulithreaded tool used to snipe discord vanities with ease.
**NOTE: It is recommended to first test it on a free/claimable vanity before attempting to swap anything high-tier to ensure that the account is able to claim.
- Automatically send notifications to webhook
- Supports sniping a lot of vanities simultaneously
- Advanced proxy switching mechanism
- Multiple modes used to claim the vanities (fasthttp and sockets)
- Build the program from source or download a pre-built version for your OS & Arch from releases
- Open the input folder
- Configure your "config.yml" file ( webhook, guildid, amplify and token)
- Add your proxies to the "proxies.txt" file
- Add your vanity list to the "vanities.txt" file
- Run the binary and wait for the program to snipe
- Download and install Golang and verify your installation
- Open a terminal window/ command prompt in the directory of the source code and type
go build
- A binary compatible with your OS/Arch should be made. If there are some problems on MacOS/Linux with executing the binary as a program. You can run this command
chmod +x ./discord-vanity-sniper-GO
or go to properties -> permissions -> Allow executing file as program.
Name | Description |
---|---|
amplify |
Amount of goroutines per vanity, if there are 5 vanities and amplify is 6 it means there will be 6 goroutines per vanity |
token |
Discord token which has access to changing the vanity of server |
webhook |
Webhook for sending notifications |
guildid |
Guildid of server which has access to the vanity feature |
usesockets |
It is recommended to leave this option disabled unless you know how the code works, as it is currently experimental |
socketchannels |
Amount of socket channels, ignore this if you are not using the usesockets option |
Vanshaj Helped me improve on the code and gave great suggestions, also got the 'how to build from source' section from his github.