Tool that generates random ROBLOX usernames by checking if they are already taken using ROBLOX's WebAPI. Found usernames will be sent to your Discord Server using a webhook if you have the setting enabled.
• It's really easy, all you need is a discord webhook. Well you dont even need that
• It will not send claimed usernames so don't worry .
Node.js v18.13.0 or newer
I recommend using something like notepad++ to edit the config.js
(will make a step by step yt video soon, i'll put the link here.)
-
Download Node.js v18.13.0 or newer
-
once installed, we will now need to install some npm thingies. Open cmd and run these:
npm install discord.js
npm install --save requests
npm install express
-
now that that is all installed, Download this repostitory as a zip, extract it and open the folder. here you should see the following;
index.js
,config.js
,package.json
,package-lock.json
,title.txt.
-
Right click anywhere and click
Open in Terminal
, it will then open cmd. Now runnode index.js
- Configure
config.js
- Add a webhook if you'd like
Copyrights © 3therial
If you like my projects then consider making a small donation by clicking above button ^_^
Star the Repo in case you liked it :)