Python v3.9.5
NodeJS v8.17.0
Tesseract from here
Add Tesseract to your Environment Variables
In the root folder run this command
npm install --g --production windows-build-tools
(this will install all the needed dependencies for the project also it can take a while, just be patient xD)
Go to the file findmynameplease.js and replace the content of line 35 for your desired name
Examples:
Original
if(text.indexOf('Fall Gal') >= 0 || text.indexOf('Fall Guy') >= 0)
Custom
if(text.indexOf('Fall Guy') >= 0 || text.indexOf('Crazy Little Friend') >= 0)
if(text.indexOf('Fall Guy') >= 0)
- Execute Fall Guys client
- Go to profile to the screen where the names are rolled
- Open a terminal
- Place directory into project root folder
- Run command
node findmynameplease
- Focus game screen
- Wait for your name to appear on screen
If you want to exit the process focus terminal and press Ctrl + C