On the Subject of Slowest but Possible Cursed Vaults
Guys, the thermal drill. Go get it.
- The vault has a distinctly-coloured dial in each of its four corners that can point in any of the four cardinal directions.
- Selecting a dial may or may not rotate all other dials. There are 4 gearing ratio states which return to initial configuration and the order does not matter.
- For each arrow/cardinals used, starting from north, add 1 for each 90° in the clockwise direction, i.e. 0 = North, 1 = East, 2 = South, 3 = West.
- There are 44-1 possible combinations to unlock the vault, from 0001 to 3333 (number of clicks of TL,TR,BL,BR) and there will only be 1 correct combination for each stage.
- In all operations, modulo 4 at any point when needed.
- In order to obtain the result states:
- Split the serial number into three pairs, and interpret them as a base 36 number and convert them into hexadecimal, taking the last two digits of each.
- If two consecutive pairs of digits are equal, add the other pair to the second of the consecutive pairs and take the last two digits of the sum.
- Find the table below whose corners match the colours of the dials on the module.
- For each pair of digits, find the intersection point of the row corresponding to the first digit and the column corresponding to the second digit.
This point lies in the centre of a 2×2 subgrid containing directional arrows. - Refer to the main manual for ruleseeded manual.
This method (all combinations) is currently the only possible method that I am aware of (without using tools), please contact me for new methods.