A bot for playing LetzGuess
This version does not work anymore, it will probably get you banned.
- Tested in Firefox with Tampermonkey v5.1.0
- Install the
Tampermonkey
plug-in - Go to https://www.letzguess.lu/
- Create a new Tampermonkey script from the top bar (Tampermonkey>Create new script)
- Copy the content of main.js into the new script
- Save an go back to LetzGuess LetzGame > Game > Challenge
- Refresh the page to enable the script
- Press
F
to auto-fill the correct answer (if saved) - Press
Space
to continue to the next question.
**Note**: This scripts will make a lot of mistakes at the beginning but will gradually become better as it saves the correct answers.
There are a few settings in the tampermonkey script file:
random_failure
: The percentage rate to make a mistake even if the answer is known.max_streak
: Limit the maximum correct answer streak.no_error
: Overriderandom_failure
.