Game Is Hard Level 94 Walkthrough: Secret Name

Level 94 gives you a password box and a single string: "UQR -125". The dash between the letters and the numbers is the whole trick. It's not a math problem, and it's not a subtraction in the usual sense — the numbers are offsets that shift each letter backwards through the alphabet. Decode all three and you get a three-letter name the game is quietly asking you to enter.

Level94
DifficultyTricky
Focusletter-cipher
Source reviewVerified

🎬 Game Is Hard Level 94 Walkthrough Video

Level 94 hides a three-letter name behind a subtraction cipher. Prefer YouTube? Watch it there →

⚡ Quick Answer

Convert each letter to its alphabet position, then subtract the digit under it. U (21) − 1 = 20 = T; Q (17) − 2 = 15 = O; R (18) − 5 = 13 = M. Enter TOM.

Game Is Hard Level 94 Breakdown

What You See

A plain input box with a cursor blinking, and above it the odd label "UQR -125". There's no keyboard hint, no "what is my name?" prompt — just three capital letters, a dash, and three digits. It looks like either a subtraction that makes no sense (UQR isn't a number) or a corrupted string.

Why You're Stuck

I tried typing "UQR", tried "UQR-125", tried treating it as a phone keypad or a calculator. Every literal reading failed because I was treating the dash as subtraction between two values when it's actually a separator between two halves of one code.

The real problem is that the letters and the numbers are partners, not opponents. Each digit is the amount you shift one letter back, and I kept looking for a single operation instead of three parallel ones.

The Answer

It's a letter cipher. Take each letter's position in the alphabet and subtract the digit below it: U (21) minus 1 gives T, Q (17) minus 2 gives O, and R (18) minus 5 gives M. The secret name is TOM.

How to Beat It

  1. Map the letters: A=1, B=2 … U=21, Q=17, R=18.
  2. Apply the offsets: 21−1=20, 17−2=15, 18−5=13.
  3. Convert back: 20=T, 15=O, 13=M.
  4. Type TOM and submit.

Troubleshooting

  • "TOM" isn't accepted: check for a stray space or lowercase. Enter three capital letters, nothing else.
  • Counting letters wrong: remember A=1, not 0. U is 21, Q is 17, R is 18.
  • Tried adding instead of subtracting: the minus signs are explicit — always subtract.

Why It Works

The dash reads like an operator but behaves like a separator. "UQR -125" is really "U−1, Q−2, R−5" laid out compactly. Each letter is nudged backwards in the alphabet by its paired digit, and the three results concatenate into a name. Once you see the string as three columns rather than one equation, the cipher collapses into simple counting.

The Rule to Carry Forward

A dash between a word and numbers is often a separator, not subtraction. Treat the two halves as paired columns and decode letter-by-letter.

  • Know your alphabet positions: A=1 through Z=26; write them out if you need to.
  • Shift, don't solve: ciphers like this are offsets, so subtract (or add) the digit to each letter.
  • Expect a short word: three letters plus three digits almost always means three decoded characters.
Pro tip:

Write the alphabet 1-26 on scratch paper. A cipher this short is solved instantly once you can see the position of every letter at a glance.

Common mistake:

Reading "−125" as one number and trying to subtract 125 from something. It's three separate digits: 1, 2, and 5.

Get the Official Game

⬇ Download Game Is Hard

Game Is Hard Level 94 FAQ

How do I decode the letters in Game Is Hard Level 94?

Treat each letter as its alphabet position and subtract the digit beneath it: U is 21, minus 1 gives 20 (T); Q is 17, minus 2 gives 15 (O); R is 18, minus 5 gives 13 (M). The result spells TOM.

What is the secret name in Game Is Hard Level 94?

TOM. Decode UQR using the "−125" clue by subtracting each digit from the corresponding letter's alphabet position.

Why doesn't UQR read directly as a name in Game Is Hard Level 94?

Because it's a shift cipher. Each letter is offset by a number, so UQR is the encoded form and TOM is the decoded result you must enter.

More Game Is Hard Help

This is one guide in a complete Game Is Hard index — every stage we've solved is listed on the home page.