Roblox Cookie Checker is a simple script that checks if your Roblox cookie is valid or not.
As I don't have much time I can't put more features to this project as well as some other ones. I'll try to keep it working as long as it is physically possible though.
Pull requests and Bug reports are welcome!
- Node.js (tested on v18.15.0)
- npm (can be any other package manager like yarn but then you need to install it manually)
To install all dependencies run this command in terminal:
npm i
Configure script in config.js
file and then run:
node checker
Key | Description | Default |
---|---|---|
multithreading.enabled | Enable multithreading | true |
multithreading.threads | Number of threads | 50 |
removeDuplicates | Remove duplicate cookies from checking | true |
If you have any issues with the script, please create an issue on GitHub.