diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5fc1e2..a493a87 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
 * Added "Custom Wave Trail"
 * Added "Fullscreen"/"Borderless" toggles
 * Added "Hide Pause Menu"
+* Added "Load Failed Bypass"
 * Added "Objects Scale Bypass"
 
 **Fixes**:
diff --git a/resources/hacks/bypass.json b/resources/hacks/bypass.json
index aed4b33..0a21653 100644
--- a/resources/hacks/bypass.json
+++ b/resources/hacks/bypass.json
@@ -298,6 +298,18 @@
           "mask": "9090???9090"
         }
       ]
+    },
+    {
+      "type": "toggle",
+      "title": "Load Failed Bypass",
+      "description": "Allows to load modified official levels",
+      "id": "bypass.modbypass",
+      "opcodes": [
+        {
+          "pattern": "83F913^0F87????FF24",
+          "mask": "E9&(01+01)*03$0190"
+        }
+      ]
     }
   ]
 }