NameChecker is a NodeJS program that checks Username availability on Roblox.
- Node.js: This is supposed to run on Node 10, but further versions of Node should work too. (Confirmed working on Node.JS 13.9.0)
git clone
(or just download) the repo to your machine, then open a terminal in the directory where it is.npm install
- Put the names (one per line) in Names.txt
- Open a terminal in the directory where you have this downloaded
- Run
npm start
Log files:
app.log
: Information messages and Valid namesinappropiate.log
: Inappropiate namestaken.log
: Taken names