“Soloing” Number Nimbleness

What is the world record for this? 5.7-something?

The original manual can be found here. This manual assumes the defuser knows how to activate Number Nimbleness and how the module behaves. This manual is only for the set of buttons required to press for each mini-game. Not all mini games will use the display on the top left. The lookup table can be found on the next page.

Mini-Game Summary of Numbers to Press
Nagging Numbers The number in the display
Nebulous Numbers The number 1 higher than the current display, then 2 higher than the new display, then 3 higher than the newer display, etc. If a number exceeds 9, take the number modulo 10.
Nifty Numbers The numbers in this order: 8, 3, 4, 7, 2, 0, 9, 1, 5, 6
Nonary Numbers The number that, when added to the number in the display, will add to 9.
Nuisance Numbers The number in the display; then 2 times that number on the display, modulo 11; then 3 times that number on the display, modulo 11, etc.

If the number calculated for the given mini-game does not exist on the module, go to the next button that would need to be pressed.

Mini-Game Tables of the Numbers to Press
Nagging Numbers
Displayed Number0123456789
Button To Press0123456789
Nebulous Numbers
Displayed Number0123456789
1st Button To Press1234567890
2nd Button To Press2345678901
3rd Button To Press3456789012
4th Button To Press4567890123
5th Button To Press5678901234
Nifty Numbers
Numbers to Press (first to last, from left to right)
8347209156
Nonary Numbers
Displayed Number0123456789
Button To Press9876543210
Nuisance Numbers
Displayed NumberNumbers to Press
(first to last, from left to right)
1123456789-
22468-13579
3369147-258
44815926-37
55-49382716
661728394-5
773-6295184
8852-741963
997531-8642

If the number from the required table does not exist on the module, go to the next button that would need to be pressed.

For Nagging Numbers, Nebulous Numbers and Nonary Numbers, the defuser can check if they are going to strike by checking if at least one number on the display does not match the remaining pressable numbers.