40
edits
(Created Glowbringer page) |
(Mostly completed page. Missing image upload permission at time of submission.) |
||
Line 1: | Line 1: | ||
{{Template:Stub}} | {{Template:Stub}} | ||
{{Template:ARG Spoiler}} | {{Template:ARG Spoiler}} | ||
This page contains the first two sets of [[Guardian Glyphs]]. The puzzle itself is in the source code of the web page. This starts a pattern seen for the rest of the ARG, where the <nowiki><div></nowiki>'s class tells us something about the rest of the puzzle, which is held in a comment inside it. | |||
In the page's source you will see: | |||
<syntaxhighlight lang="html5"> | |||
<div class="@Party | @...."> | |||
<!-- GsvWzipmvhhVmxilzxsvh --> | |||
</div> | |||
<!-- No matter how bright their hearts seem. --> | |||
<!-- Do not trust them. --> | |||
</syntaxhighlight> | |||
=@Party | @....= | |||
This is a hint as to what cipher to use. Another name for a "party" is a "bash" and the four dots suggest four letters. @Party means atbash. | |||
=GsvWzipmvhhVmxilzxsvh= | |||
This is a simple [https://rumkin.com/tools/cipher/atbash/ Atbash Cipher]. If you don't know what a cipher is, it's a secret or disguised way of writing or simply a code. | |||
Basically, when you encode something in this type of cipher, an "A" becomes a "Z", "B" turns into "Y" and so on... | |||
So if you decode the "''GsvWzipmvhhVmxilzxsvh''" you'll get: "''TheDarknessEncroaches''". Now add the results to the address bar in your web browser, and the result will be [[Darksider]] page. | |||
=Guardian Glyphs Translation= | |||
The symbols in the web page are [[Guardian Glyphs]]. | |||
<blockquote> | |||
''This body is an illusion<br> | |||
''This mind is a collective | |||
</blockquote> |
edits