Breaking Password Generator
Those useless and unnecessary password restrictions really does blow stuff up.
To disarm this module, the defuser needs to input a 6 - 7 character password and submit the password at the correct time.
If any of the following modules are present, UltraStores, Ultimate Cycle, Bamboozled Again; type in “*DEAD*” and just submit that. (You’re going to blow up anyway from those modules.)
Otherwise, this password is split into four parts. Concatenate the four parts in the order calculated from top to bottom to obtain your password.
Part I:
- Take the first letter in the bomb’s serial number.
-
Find that letter from the serial number in the table to obtain the letter for this part.
A, G, M, S, Y B, H, N, T, Z C, I, O, U D, J, P, V E, K, Q, W F, L, R, X B C D E F A - This is part 1 of your password.
Part II:
- Take the number of indicators and modulo this by 6.
- Take the number of batteries and modulo this by 6.
- Take the number of ports and modulo this by 6.
- Find the respective letter for each of these values below. These 3 values after being converted to letters will be treated as a list for the next step.
0 1 2 3 4 5 A B C D E F - If the number of indicators, the number of batteries, and the number of ports are all different (e.g. 4, 2, 1), the second part is created by concatenating the second letter, the first letter, and the third letter from that list, in that order. Otherwise, the second part is created by concatenating the third letter, the first letter, and the second letter from that list, in that order.