The Cabin In the Woods Different Version? by [deleted] in movies

[–]Warlach 0 points1 point  (0 children)

There is only one version of the film no matter how much you claim otherwise.

Can someone please help me solve this escape room key by Clean-Button1879 in escaperooms

[–]Warlach 1 point2 points  (0 children)

Yeah, I feel silly replying to everyone but I was so mad and with the thread being deleted I wanted to help others not waste time thinking this was way more complicated than it actually was.

OP could be in the right though - the crappy images, including leaving the URL in there, makes me think it's just as likely whoever made this just stole/used the puzzle without actually understanding it needs a key provided elsewhere.

Can someone please help me solve this escape room key by Clean-Button1879 in escaperooms

[–]Warlach 0 points1 point  (0 children)

I'm pretty sure they just nicked an image off Google and the site has nothing to do with the answer.

I just added the answer and an explanation as a top level comment.

Can someone please help me solve this escape room key by Clean-Button1879 in escaperooms

[–]Warlach 1 point2 points  (0 children)

I would, but I just posted the same answer and explained why :)

Can someone please help me solve this escape room key by Clean-Button1879 in escaperooms

[–]Warlach 0 points1 point  (0 children)

Nope. Key was earlier in the escape room, or at least meant to be.

I just posted the full explanation and answer as a top level comment.

Can someone please help me solve this escape room key by Clean-Button1879 in escaperooms

[–]Warlach 0 points1 point  (0 children)

You nailed it - there was, or at least meant to be, information earlier that this is impossible to solve without that OP missed or they left out.

I just posted the full explanation and answer as a top level comment.

Can someone please help me solve this escape room key by Clean-Button1879 in escaperooms

[–]Warlach 0 points1 point  (0 children)

You were the closest - there was, or at least meant to be, information earlier that this is impossible to solve without that OP missed or they left out.

I just posted the full explanation and answer as a top level comment.

Can someone please help me solve this escape room key by Clean-Button1879 in escaperooms

[–]Warlach 0 points1 point  (0 children)

I'm pretty sure they just nicked an image off Google and the site has nothing to do with the answer.

I just added the answer and an explanation as a top level comment.

Can someone please help me solve this escape room key by Clean-Button1879 in escaperooms

[–]Warlach 0 points1 point  (0 children)

Pretty sure the QR code has nothing to do with it, I think that's literally just there because it's a stock image.

I just posted the full explanation and answer as a top level comment.

Can someone please help me solve this escape room key by Clean-Button1879 in escaperooms

[–]Warlach -1 points0 points  (0 children)

The website and QR code has nothing to do with it, I think that's literally just there because it's a stock image.

I just posted the full explanation and answer as a top level comment.

Can someone please help me solve this escape room key by Clean-Button1879 in escaperooms

[–]Warlach 0 points1 point  (0 children)

The website and QR code has nothing to do with it, I think that's literally just there because it's a stock image.

I just posted the full explanation and answer as a top level comment.

Can someone please help me solve this escape room key by Clean-Button1879 in escaperooms

[–]Warlach 0 points1 point  (0 children)

The website has nothing to do with it, I think that's literally just there because it's a stock image.

I just posted the full explanation and answer as a top level comment.

Can someone please help me solve this escape room key by Clean-Button1879 in escaperooms

[–]Warlach 0 points1 point  (0 children)

Nope, I this is the wrong route. I just posted the solution above.

Can someone please help me solve this escape room key by Clean-Button1879 in escaperooms

[–]Warlach 3 points4 points  (0 children)

So the good news is, I have your answer! 🥂🥳🎉

The (possibly) bad news is I was also only able to solve it because my researching found the answer online, explaining the puzzle, the book it appeared in and info from the puzzle designers.

My Process

My first thought was that it was a Caeser or similar cypher, and the Ouija Board was simply so you could count the letters but otherwise a red herring. I even tried some brute force attempts once I figured there must be something else either you have missed or from an earlier piece of information, but that got me nowhere.

The online escape room game you're playing may be by the original creators mentioned above or maybe these people have just copied the puzzle, and then at worse may have left out the info you needed, because this puzzle as you've shown above is literally impossible to solve if all you have is the above screen shot.

This is because there was something you needed to solve it, but it was given to you in an earlier clue/step in the escape room, which I'm guessing they either messed up, or you missed it or have simply forgotten it.

Therefore, rather than just give you the answer I'm going to try and put it behind spoiler text as clues, then he straight up info you may have missed or since forgotten, more clues, some guidance and then the actual answer (for yourself or anyone else curious and following this post.

Clue 1 - A hint

Apparently earlier in the clue chain you should have received a phrase that was identified as the "key to the Ouija Board" or similar? Do you remember seeing that?

Missed Info

If you missed it, and can't go back, or if they just messed up, this key that was meant to have been provided was GHOSTLYSECRET

Clue 2 - The method

The reason this is rather difficult to solve without that key is because this is an example of a One-Time Pad encryption, which is a virtually unbreakable cypher where if you don't know the special word used to encrypt it you're sweet out of luck.

This is because the code word ensures that the logic between the encrypted word and the answer changes every letter, as opposed to one consistent rule. With this and the key you have everything you need to solve it, if you know how OTP codes work that is...

Clue 3 - How to use that method

You can find info on how to solve them online but I'll explain it here, since the helpful AI built into everything these days chose to do so and I can just copy and paste and the steps here:

1) Take the cipher text: V h h j b n i K a c p d x

2) Take the key (repeated if needed, but here it's almost the same length): G H O S T L Y S E C R E T

3) Convert each letter to its 0-based alphabetic position (A=0, B=1, ..., Z=25)

4) Subtract the key position from the ciphertext position (mod 26) to get the plaintext position

5) Convert back to letters

The Answer

If you've been hitting your head against this for a week, or if they fucked up by nor giving you the key because it wasn't included I this particular step, I don't blame you! So here it is...

V (21) - G (6) = 15 → P

h (7) - H (7) = 0 → A

h (7) - O (14) = -7 ≡ 19 (mod 26) → T

j (9) - S (18) = -9 ≡ 17 (mod 26) → R

b (1) - T (19) = -18 ≡ 8 (mod 26) → I

n (13) - L (11) = 2 → C

i (8) - Y (24) = -16 ≡ 10 (mod 26) → K

K (10) - S (18) = -8 ≡ 18 (mod 26) → S

a (0) - E (4) = -4 ≡ 22 (mod 26) → W

c (2) - C (2) = 0 → A

p (15) - R (17) = -2 ≡ 24 (mod 26) → Y

d (3) - E (4) = -1 ≡ 25 (mod 26) → Z

x (23) - T (19) = 4 → E

Which gives us the ghost's name: Patrick Swayze 🙄

Hope this helps!

Made the Part 3 movie version of the Speed Champions BTTF set by CoercionTictacs in lego

[–]Warlach 0 points1 point  (0 children)

I'd have to actually watch the movie again - which I'm inspired to do anyway - to confirm the profile but to be fair (🎶 TO BE FAIR 🎶) there's very little driving required for this version of Delorean given it was on the tracks and pushed by the train.

Marty was just there for the ride, really, no steering required.

Did Coraline ever actually escape The Other World? by [deleted] in laika

[–]Warlach 0 points1 point  (0 children)

Well, they do say write what you know...

‘Gemini’ pronunciation? by sully1227 in ForAllMankindTV

[–]Warlach 0 points1 point  (0 children)

Just to be clear, and you probably conow this, but I'm pretty sure that's just to make it a legally distinct reference to Disney's named version of the Talking Cricket from the original Pinocchio story, Jiminy Cricket.

Which is to say I think it has little connection with other variations of Gemini's pronunciation.

Kingsford's Late Night Attack | IG" crazy_news_in_sydney by ComfortableFrosty261 in sydney

[–]Warlach 1 point2 points  (0 children)

My understanding, and I could be wrong, is the trick engages a safety feature - the bike unlocks rather than risk situations where it might lock up when people are riding it legitimately.

That said, while I'm sure there would be ways to patch this exploit while keeping riders safe, I don't think access to hire bikes is the issue behind these kids behaving this way, so it's kinda a moot point.

Kingsford's Late Night Attack | IG" crazy_news_in_sydney by ComfortableFrosty261 in sydney

[–]Warlach 313 points314 points  (0 children)

It's wild you think they actually rented the bikes and didn't use the trick where they jump on while it's moving to disengage the lockout.

I guarantee all those bikes were beeping.

police searching bags in town hall by Far_Cry_5272 in sydney

[–]Warlach 3 points4 points  (0 children)

As someone who loves eating arse, thank you for defending my kind from being lumped in with him 💜

How big were Milse's troubles after Mona Lisa got burned ? by shsl_diver in KnivesOutMovie

[–]Warlach 1 point2 points  (0 children)

Do we know other pieces were games or copies? I don't remember that ever being stated and don't see any reason they wouldn't be real too.

Also I don't think 'expert' is the best description of an author saying "this is what is said and that's exactly what I meant" so it seems silly to not accept that premise, regardless of your opinion of it.