Godmode — Jailbreak LLMs: Parseltongue, GODMODE, ULTRAPLINIAN
Godmode — Jailbreak LLMs: Parseltongue, GODMODE, ULTRAPLINIAN
Start with meaning, then move to detail.
This lesson explains Godmode — Jailbreak LLMs: Parseltongue, GODMODE, ULTRAPLINIAN as part of extending Hermes and connecting external tools. You will learn what it does, when it matters, and the smallest safe test that proves it works.
If you are new, do not memorize names. Focus on three questions: what problem does this solve, what access does it need, and how can you verify the result?
For practice, inspect the first example, identify its effects, run it on test data, and compare the result with the source claim.
For advanced readers, inspect Skill metadata, Reference: full SKILL.md, When to Use This Skill, then verify failure modes and version compatibility.
Complete installation and one successful task before adding new capabilities.
A clear outcome before you read.
- Understand Godmode — Jailbreak LLMs: Parseltongue, GODMODE, ULTRAPLINIAN without assumed prior knowledge.
- Separate the source description from what still needs testing in your environment.
- Read the first command and identify its inputs and outputs before copying it.
Short definitions before the details.
- Provider
- The service that runs or provides access and authentication to a model.
- Skill
- An instruction bundle that teaches Hermes a repeatable workflow without necessarily adding an external service.
Jailbreak LLMs: Parseltongue, GODMODE, ULTRAPLINIAN
What does the source say, and in what order?
- 01Skill metadata
Start here to understand the core idea or structure.
- 02Reference: full SKILL.md
Read this after the foundation, then connect it to the previous step.
- 03When to Use This Skill
Read this after the foundation, then connect it to the previous step.
- 04Overview of Attack Modes
Read this after the foundation, then connect it to the previous step.
- 051. GODMODE CLASSIC — System Prompt Templates
Read this after the foundation, then connect it to the previous step.
- 062. PARSELTONGUE — Input Obfuscation (33 Techniques)
Read this after the foundation, then connect it to the previous step.
- 073. ULTRAPLINIAN — Multi-Model Racing
Read this after the foundation, then connect it to the previous step.
- 08Step 0: Auto-Jailbreak (Recommended)
Read this after the foundation, then connect it to the previous step.
- 09What it does:
Read this after the foundation, then connect it to the previous step.
- 10Strategy order per model family:
Finish here to verify the result and special cases.
Copy only after you understand the effect.
**Important:** Always use `load_godmode.py` instead of loading individual scripts directly. The individual scripts have `argparse` CLI entry points and `__name__` guards that break when loaded via `exec()` in execute_code. The loader handles this.
### What it does:
1. **Reads `~/.hermes/config.yaml`** to detect the current model
2. **Identifies the model family** (Claude, GPT, Gemini, Grok, Hermes, DeepSeek, etc.)
3. **Selects strategies** in order of effectiveness for that family
4. **Tests baseline** — confirms the model actually refuses without jailbreaking
5. **Tries each strategy** withOr set via environment variable:### Option B: Prefill messages (prefill.json)
Create `~/.hermes/prefill.json`:Read the first command and identify its inputs and outputs before copying it.
Match every command to your installed Hermes version, review the files and accounts it can reach, and use non-sensitive data for the first test. If this explanation differs from the source, the official source wins.