▲ | selamcan 4 days ago | |
//Level 47: Din Don Dan //F12 > Console > Paste Code const hitNotesSet = new WeakSet(); const tolerance = 10; // hassasiyet const arrowMap = { '←': document.querySelector('.arrows-container .arrow-key:nth-child(1)'), '↓': document.querySelector('.arrows-container .arrow-key:nth-child(2)'), '↑': document.querySelector('.arrows-container .arrow-key:nth-child(3)'), '→': document.querySelector('.arrows-container .arrow-key:nth-child(4)') }; const keyMap = { '↑': 'ArrowUp', '↓': 'ArrowDown', '←': 'ArrowLeft', '→': 'ArrowRight' }; function hitNotes() { document.querySelectorAll('.note').forEach(note => { if (hitNotesSet.has(note)) return;
}setInterval(hitNotes, 10); | ||
▲ | axiolite 4 days ago | parent [-] | |
I have a better solution: F12 -> Storage -> Local Storage -> https://neal.fun Select "not-a-robot-level" and change this value from "46" to "47" Refresh your browser tab. |