← All Glitches

Vanish–Doom

Final Fantasy VI · SNES · 1994 · Exploit · Discovered by Community

Casting Vanish on almost any enemy and then following with an instant-death spell kills it immediately — even bosses that should be immune. A collision between two separate rules left one of the most powerful exploits in the Final Fantasy series.

Final Fantasy VI contains two rules that work fine on their own but break the game when combined. The first: the Vanish spell makes a target invisible, and invisible targets automatically dodge physical attacks while being guaranteed to be hit by magic. The second: spells that would normally have a low chance to land — including instant-death magic like Doom (X-Zone/Banish in some versions) — are treated as magic that "always hits" an invisible target. Because the game checks the guaranteed-hit condition before it checks whether the target is immune to instant death, the death effect lands on enemies that were never supposed to be vulnerable to it. The practical effect is that a player can render even major bosses helpless: cast Vanish, then cast an instant-death spell, and the encounter ends. The trick works on nearly every enemy in the game, including ones intended to be lengthy, dangerous fights. It became one of the best-known exploits in the series precisely because it is so easy to perform and so disproportionate in effect, and it stands as a textbook example of how two correctly implemented mechanics can interact to produce behaviour neither was designed to allow.

Key Facts:
  • Vanish makes a target dodge physical hits but always be hit by magic
  • The "always hits invisible target" check happens before the immunity check
  • Instant-death magic therefore lands on bosses meant to be immune
  • Trivialises nearly every fight in the game, making it a famous series exploit

Two Correct Rules, One Broken Outcome

Neither half of Vanish–Doom is a bug in isolation. Making an invisible target evade physical attacks but remain vulnerable to magic is a deliberate, internally consistent design. Likewise, granting magic a guaranteed hit against an invisible target is a reasonable rule. The defect is in the order of operations: the engine confirms the spell will hit before it consults the target's resistance to instant death.

Because immunity is checked too late, the death flag is applied to enemies the designers explicitly protected. The exploit is thus an emergent property of how the rules are sequenced rather than a single mistaken value — a reminder that the interactions between systems are as much a part of a game's behaviour as the systems themselves.

A Famous Shortcut and Its Legacy

Vanish–Doom spread through strategy guides, magazines, and word of mouth because it is trivially easy and absurdly effective: two spell casts can end a boss fight the game expected to last several minutes. For players it became a tempting "I win" button; for the community it became a defining piece of Final Fantasy VI lore.

Later re-releases of the game addressed the interaction in some versions, closing the loophole that let instant death bypass immunity. Its persistence in discussion long after the original release reflects how memorable a clean, reproducible exploit can be — and how a single ordering bug can become part of a beloved game's identity.

Sources & further reading