Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
So I told that braindead idiot let me solve it. I got 51,36,11. Wrong!
So we paid Peck and the code on the screen was 51,36,11.
Firstly you have to ascertain what the values for X Y and Z are.
Each letter has a symbol associated with it and the symbols are placed on a grid that you can see with numbers to the left and bottom.
The number to the left of your symbol is the first digit and the number to the bottom is the second digit. At first I though it was the sum of the numbers but it turns out the left numbers are tens and the bottom number are just units.
So if the left number from the smybol for X is 2 and the bottom number is 1 then X equals 21.
So:
_0_|..___|.___|._💠__
_1_|_◾️_|_🔸️_|_💲__
_2_|_🔹️_|_◽️_|_⚕️__
-----|._2_|__1_|__0__
If X is 🔹️, then X is 22
If Y is 🔸️, then Y is 11
If Z is ◾️, then Z is 12
Once you know the values of X, Y and Z then you can move on to the code. Finding the values for the sums, 1,2 and 3.
1. 2X + 11
2. (2Z + Y) -5
3. |(Y + Z) -X|
So we must understand how to do the sums. Anything in (brackets) is always done first. Multiplications are also done before addition and subtraction. Any number next to a letter is a Multiplication. I have no idea what the vertical lines do. Ignore them.
So understanding that and replacing X Y and Z for their numbers we now know the new sums will look like this.
OLD.
1. 2X + 11
2. (2Z + Y) -5
3. |(Y + Z) -X|
NEW.
1. 2 x 22 + 11
2. (2 × 12 + 11) - 5
3. |(11 + 12) - 22|
To conclude,
1. 2x22+11= 55
2. (2x12+11)-5 = 30
3. |(11+12)-22| = 1
Code: 55|30|01
Again, important to note that anything in (brackets) must be done first. Multiplications are done before addition or subtraction.