I'm Not a Robot Level 47 Solution Walkthrough
Level 47 – Din Don Dan
Hit the notes at the same time they appear onscreen, scoring 85 percent accuracy or better to move on.
Guide Images (1 image)
1
Guide Image 2
20274
views
Level 47
1
guide
Easy
Updated recently
Share This Level Guide
Help other I'm Not a Robot players by sharing this walkthrough guide!
Important Notice
Due to frequent updates in I'm Not a Robot's challenge content, the solution may vary between different versions of the game. If you find that the guide doesn't match your current challenge, please check the challenge image above for reference.
Previous Level
Level 46
I'm Not a Robot Level 46 Solution Walkthrough
I'm Not a Robot Level Walkthroughs
Complete walkthroughs for every verification challenge in I'm Not a Robot
Available levels: 1-48 | Popular: 1, 15, 30, 50, 75, 100
No featured levels available
Please try again later
Comments (17)
Leave a Comment
BlehBlah
13 hours ago
Download a video playback speed controller extension and put it at max speed then just complete like 5 seconds of gameplay, and you win.
SEI2187
6 days ago
I FOUND A BUGG!!!! JUST HOLD DOWN ALL ARROW KEYS FOR THE WHOLE SONG AND IT 100%
HJ
2026-02-15
if you used picture in picture when you got 85 to 100 you can speed things up and you will get the score above 85%
Chud who can't get past level 47
2026-02-14
I'm actually about to lose my mind
[email protected]
2026-02-14
fnf ain't my game
[USERNAME], you irreprehensible imbecile, how about shutting YOUR pie hole for a second? All the yea
2026-02-13
This level is mid
yun
2026-02-13
it wont let me verify anybody got any solutions?
Peb
2026-02-11
I GOT 100%
Sonia
2026-02-11
i finished with 92% accuracy but it refuses to say stage complete
Juli
2026-02-10
How to beat this …
si
2026-02-06
howwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwdo you do this with arrow keys on a chrombook
bob
2026-02-03
this dosen't help at all
[email protected]
2026-01-31
Add bookmark then go to level 47, click the share button, select your bookmark, if it asks to allow, allow then wait for it to load and it should skip the level (I’m using shortcuts app on iOS)
JonMcSogn
2026-01-31
any idea how to use the code on a Chromebook? Im 2 seconds away from putting a hole in my screen
john
2026-01-24
I found a really easy way to do level 47, you do the first few clicks for 100 accuracy, then leave the tab. Then, wait for the god awful song to finish. When you click back in, it should work. make sure you did enough correct so that the 3 seconds after it takes to unrender the tab is enough to keep your accuracy above 85%
kiss
2026-01-24
//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; const arrow = note.innerText.trim(); const target = arrowMap[arrow]; if (!target) return; const noteRect = note.getBoundingClientRect(); const targetRect = target.getBoundingClientRect(); const noteY = noteRect.top + noteRect.height / 2; const targetY = targetRect.top + targetRect.height / 2; if (Math.abs(noteY - targetY) <= tolerance) { const key = keyMap[arrow]; if (key) { console.log(`Basıldı: ${arrow} (${key})`); document.dispatchEvent(new KeyboardEvent('keydown', { key })); document.dispatchEvent(new KeyboardEvent('keyup', { key })); hitNotesSet.add(note); } } }); } setInterval(hitNotes, 10);
nigger
2026-01-23
nigger