diff --git a/README.md b/README.md index 378ce99..877dd88 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,33 @@
--- +# UPDATE 4 - K-ID BYPASS NOW WORKING WITH DUAL MODE! +The K-ID Bypass feature now has **TWO verification modes**: + +**🚀 API Mode (Default)** - Fast verification using kibty.town API +- ✅ Quick (2-3 seconds) +- ⚠️ May be patched by k-ID +- Uses external service + +**🔒 Standalone Mode** - Direct verification without external dependencies +- ✅ 100% reliable (no external API) +- ✅ Works even if kibty.town is down +- ⏱️ Slower (5-10 seconds) +- Runs entirely in your browser + +**How to use:** +1. Start Discord age verification and choose "Face Scan" option +2. When Discord shows a QR code, either: + - Copy the QR code URL and paste it in the K-ID Bypass panel + - Upload/drag the QR code image directly +3. **Choose your mode:** Click "API Mode" or "Standalone" button +4. Click "✓ Verify Account" +5. Wait for confirmation, then return to Discord + +**If API Mode fails, try Standalone Mode!** + +--- + # UPDATE 3 If you're having issues with your OBS camera not being recognised, or being recognised and getting pingged, use Discord in firefox while enabling "resistFingerprinting" https://support.mozilla.org/en-US/kb/resist-fingerprinting Working on a new overhauled version of the tool that also blinks, breathes and moves in a way to trick more advanced sensors, as well as a comfyUI workflow thay uses realtime Webcam Video2Video conversion with interpolation that lets you use any face (with a 1-2 second movement delay as a buffer) for a webcam output as a more permanent solution to all face recog systems. diff --git a/index.html b/index.html index 47822f6..6cb3132 100644 --- a/index.html +++ b/index.html @@ -98,7 +98,6 @@ .hide-ui-btn{position:absolute;top:20px;right:20px;background:rgba(10,10,20,0.85);backdrop-filter:blur(12px);border:1px solid rgba(100,220,255,0.15);border-radius:6px;padding:6px 14px;color:#64dcff;font-family:'JetBrains Mono',monospace;font-size:10px;cursor:pointer;pointer-events:auto;z-index:20} .hide-ui-btn:hover{background:rgba(100,220,255,0.15)} .hud.hidden .hp{display:none!important} - .hud.hidden .hide-ui-btn{display:block!important} .kid-input{background:rgba(10,10,20,0.9);border:1px solid rgba(100,220,255,0.2);color:#e0e0e8;padding:6px 10px;border-radius:4px;font-size:11px;font-family:'JetBrains Mono',monospace;width:100%;margin-top:4px} .kid-btn{background:rgba(100,220,255,0.1);border:1px solid rgba(100,220,255,0.3);color:#64dcff;padding:8px 16px;border-radius:6px;cursor:pointer;font-family:'JetBrains Mono',monospace;font-size:11px;width:100%;margin-top:8px} .kid-btn:hover{background:rgba(100,220,255,0.2)} @@ -110,7 +109,6 @@ .cr{font-size:9px;gap:6px} .ck{font-size:8px;padding:1px 5px} } - .hide-ui-elements{top:60px;left:20px} .hidden{display:none} /* ═══════════════════════════════════════════════════════ @@ -296,8 +294,8 @@