app-list.txt thanks to xPaw (http://xpaw.me)
- Get Node.js
- Pull this script (or just download it as a zip file from here and unpack it somewhere).
- Open a console in the directory you downloaded the code to.
- Run:
node cli help
to print the help message.node cli password <password>
where<password>
is the phrase you want to test to check it for all games.node cli bot
to run in bot mode, which automatically gets passwords from a database and tests them without you having to do anything.
Tor support thanks to Fillerix99 and nepeat.
If you don't know how to setup tor:
- Open a console in the directory you downloaded the code to.
- Run
npm install
. - Download and install Tor Browser here.
- Run Tor Browser in background.
- Edit config.json and change
"tor": false
to"tor": true
. - Start the script as usual in bot or password mode and all traffic will be sent through tor.
If you know how to setup tor:
- Open a console in the directory you downloaded the code to.
- Run
npm install
. - Start tor.
- Edit config.json and set
tor
to{"port": 9050}
(or whichever port you are using). - Run the script like you normally would.