Skip to content

JackCrispy/VanityChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Vanity Checker ⚡

Discord Vanity URL Checker. Uses Node workers and proxies to check vanity urls at a high speed.


Example 👀

Example of code running

Installation 🛠️

git clone https://github.com/JackCrispy/VanityChecker.git
npm install
npm run start

Results 🤖

The taken vanitys will go to a taken.txt file. Same with avabilable vanitys. Once running the script, those .txt files will not erase, you need to erase them manually.

Settings & Config 📘

The settings are automcatically applied based off of your vanity length and Array Chunk Size value in the config.json file.

Default Config:

 "proxyCheckDelay": 25,
 "vanityCheckDelay": 1,
 "arrChunkSize": 150,
 "finalTimeoutAxios": 3500

proxyCheckDelay

  • The delay between the checks of each proxy. Lower = faster but you will not get as many proxys.

vanityCheckDelay

  • Delay between the workers checking each vanity. Leave it on 1

arrChunkSize

  • The amount of arrays that should be split up and given to workers. The lower you go the faster but more inaccurate it is. It uses more memory and CPU as well..
  • I recommend you use 150 as it is fast but still accurate.

finalTimeoutAxios

  • The max time for a request to wait before cancelling it.

vanityTotal / arrayChunk = workerAmount

About

Check for avabilable Discord Vanity URLs from a list. Proxys & Workers ⚡ Fast

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published