Skip to content

Instantly share code, notes, and snippets.

@EatZeBaby
EatZeBaby / lucca-faces-cheat.js
Created January 5, 2022 12:40 — forked from nicolas-goudry/lucca-faces-cheat.js
Want to be the best at Lucca Faces? Run the game, then execute this code into your console. Let it play until you are the best!
(() => {
const people = []
let startTimeout
let restartTimeout
let cheatTimeout
let discoverTimeout
function mainStartGame () {
document.querySelector('.main-container .buttons button').click()
startGame(1000)