# Keys

## **Key 1**

Players were started off with an image with some text advising them to watch [this video](https://www.youtube.com/watch?v=U2gCtB20bag). This turned out to be a red herring, as there is nothing hidden within the given video.&#x20;

![](/files/-LhYoQixuOwWa9wqqqiq)

The actual solution is to adjust brightness settings. When that is done, text appears that says "Ok that was mean. You didn't really have to watch the video but while you're at it, give it a like and a subscribe. Oh by the way if you want to advance to key 2, the password is **NO CRASH FTW**."

![](/files/-LhYr6_Tx8HVC9ysJXge)

## **Key 2**

The second key is pretty self-explanatory. Players are given a familiar video and a key of letters related to the Game Theory logo flashes at the beginning. Following the blinking lights that start around 0:05, the password turns out to be **MARIORIOMAOOOO**.

![](/files/-LhYriKFLaf4CUFJAAk0)

## **Key 3**

Players were given a [YouTube video](https://www.youtube.com/watch?v=khob-OhfhhI) (hexadecimal title translates to "willbreakyourbones"). Two things are of important note here:

* Near the end of the video where "leave. no. stone. unturned." is on screen, a green line flashes underneath several letters in rapid succession. Slowing down the video shows that the letters that are underlined spells out "unturnnostone".
* The spectrogram at the end of the video reveals several lines, followed by a ".com".

![](/files/-LhYtS3LBDR2TB4WUbdW)

Putting these findings together give us [unturnnostone.com](https://www.unturnnostone.com/).\
\
Going to this website gives us a .gif of a website layout, hinting that we need to find what replaces the question marks.

![](/files/-LhYv_zHtulPVYF8oEyM)

Clicking on the image on the website brings the player to multiple sets of stones with glyphs on them. In order to pass this section, players had to find the next character of the pattern that is given, then combine them to form the link above.&#x20;

{% hint style="info" %}
Simple explanations of these patterns are actually hidden at the bottom of the page as a seemingly blank image under the seventh set of stones. Saving "patternrecognition.png" and adjusting brightness settings results in text reading "Open me in your favorite text editor". Proceeding to do so in a program such as Notepad or Notepad+ reveals [the simple version of the explanations](https://cdn.discordapp.com/attachments/561962608882745346/590052606974361600/explanations.png) at the end of the text. More in-depth explanations follow, feel free to skip this part if it is not needed.
{% endhint %}

**Pattern 1 - Red**

![Translation: A  C  E  G  I  K  ?](/files/-LhYv23kPddkaOHu4T34)

The pattern is that each stone skips a letter. Following this pattern, the last stone skips L and is therefore *M*.

**Pattern 2 - Green**

![Translation: Z  W  T  Q  N  K  ?](/files/-LhYwt5G8FcFKDW9dgDE)

The pattern is that each stone (starting from Z) goes back 3 letters. Following this pattern, the last stone skips J and I, and is therefore *H.*

**Pattern 3 - Blue**

![Translation: A  B  D  G  K  P  ?](/files/-LhYxTEc28WH3t2IQm2v)

The pattern is that each stone skips one more letter than the previous stone. The first stone skips 0 letters to the second, the second skips 1 letter to the third, etc. Following this pattern, the last stone skips 5 letters (Q, R, S, T, U), and is therefore *V*.

**Pattern 4 - Orange**

![Translation: AB  EF  IJ  MN  QR  UV  ??](/files/-LhYxt2rhYIScNf8v5ou)

The pattern is the stones give two letters, skips two, gives two, skips two, and so on. Following this pattern, the last stone skips two letters (WX), and is therefore *YZ*.

**Pattern 5 - Yellow**

![Translation: ZA  YB  XC  WD  VE  UF  ??](/files/-LhYyPQpvyqyc37pQbO2)

The pattern is that the first character of the stones go back one, and the second character of the stones go forward one. Following this pattern, the last stone goes from U to T, and F to G. Therefore, it is *TG*.

**Pattern 6 - Purple**

![Translation: 77  143  198  242  275  297  ???](/files/-LhYylm7l7hrPWfQY1Dj)

The pattern is that each stone follows a simple numerical sequence: 77+66+55+44+33+22+11. Following this pattern, the last stone is 297+11, which is *308*.

**Pattern 7 - Black**

![Translation: 34  41  46  56  67  80  ??](/files/-LhYzG4hWQej_5bOEbzd)

The pattern is to add the digits of the stone, then add that total to the two-digit number. For example:\
3 + 4 = 7. Add this to 34, so 41.\
4 + 1 = 5. Add this to 41, so 46.\
Doing this for the last number, 80, gives:\
8 + 0 = 8. Add this to 80, so *88*.

After solving all the patterns, the player must combine these characters and put them in the beginning link given, which leads to [www.unturnnostone.com/mhvyztg30888.gif](https://www.unturnnostone.com/mhvyztg30888.gif) (case-sensitive, make sure it is all lowercase).

The final gif of this key consists of more stones, hex, and morse.

![](/files/-LhZ15iOsk4Y2cmw-waA)

The nonflashing stones that take up the majority of the gif translates to hex (79 6f 75 72 70 61 73 73 77 6f 72 64 69 73), which translates to "yourpasswordis".\
\
The flashing stones on the bottom translate to "unbreakable", but the flashing of the stones is actually morse that spells out "inhex". Encoding "unbreakable" into hexadecimal gives us the final key: **756e627265616b61626c65**.

{% hint style="warning" %}
Make sure to encode "unbreakable" and not "UNBREAKABLE". This will give an incorrect hex string.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gtarg.gitbook.io/master-tracker/the-beta-gates/beta-gate-2/keys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
