Workflow-001: reCaptcha v2 Workflow
Current Complete workflow for solving reCaptcha v2 challengesOverview
┌─────────────────────────────────────────────────────────────────────────────────┐
│ RECAPTCHA V2 OVERVIEW │
├─────────────────────────────────────────────────────────────────────────────────┤
│ │
│ reCaptcha v2 is the most common captcha type you'll encounter: │
│ │
│ ┌─────────────────────────────────────────────────────────────────────────┐ │
│ │ │ │
│ │ "I'm not a robot" checkbox │ │
│ │ ┌───────────────────────────────┐ │ │
│ │ │ ☐ I'm not a robot │ │ │
│ │ │ reCAPTCHA │ │ │
│ │ └───────────────────────────────┘ │ │
│ │ │ │
│ │ Possible outcomes: │ │
│ │ 1. ONE-CLICK: Checkbox turns green immediately (best case!) │ │
│ │ 2. IMAGE CHALLENGE: Select images matching prompt │ │
│ │ │ │
│ └─────────────────────────────────────────────────────────────────────────┘ │
│ │
│ IMAGE CHALLENGE EXAMPLE: │
│ ┌─────────────────────────────────────────────────────────────────────────┐ │
│ │ │ │
│ │ "Select all images with traffic lights" │ │
│ │ ┌─────┬─────┬─────┐ │ │
│ │ │ 🚗 │ 🚦 │ 🏠 │ │ │
│ │ ├─────┼─────┼─────┤ │ │
│ │ │ 🌳 │ 🚦 │ 🚗 │ │ │
│ │ ├─────┼─────┼─────┤ │ │
│ │ │ 🚦 │ 🏠 │ 🌳 │ │ │
│ │ └─────┴─────┴─────┘ │ │
│ │ [Verify] │ │
│ │ │ │
│ └─────────────────────────────────────────────────────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────────────────────────┘Prerequisites
| Requirement | Status | Reference |
|---|---|---|
| AYCD Toolbox | Required | Download |
| AutoSolve Subscription | Required | SOP-001 |
| Bot API Key | Required | SOP-002 |
| Bot Connected | Required | SOP-003 |
| Google Accounts | Recommended | For one-clicks |
| Proxies | Recommended | Residential/ISP |
Complete Workflow
┌─────────────────────────────────────────────────────────────────────────────────┐
│ RECAPTCHA V2 COMPLETE WORKFLOW │
├─────────────────────────────────────────────────────────────────────────────────┤
│ │
│ SETUP PHASE │
│ ─────────── │
│ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ │
│ │ 1. Complete │────►│ 2. Create Bot │────►│ 3. Connect Bot │ │
│ │ SOP-001 │ │ API Key │ │ to AutoSolve │ │
│ │ (Enable AS) │ │ (SOP-002) │ │ (SOP-003) │ │
│ └─────────────────┘ └─────────────────┘ └─────────────────┘ │
│ │ │
│ ▼ │
│ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ │
│ │ 6. (Optional) │◄────│ 5. Add Proxies │◄────│ 4. Add Google │ │
│ │ Enable AI │ │ to Solvers │ │ Accounts │ │
│ │ (SOP-004) │ │ │ │ │ │
│ └─────────────────┘ └─────────────────┘ └─────────────────┘ │
│ │
│ ─────────────────────────────────────────────────────────────────────────────│
│ │
│ OPERATION PHASE │
│ ─────────────── │
│ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ │
│ │ 7. Start │────►│ 8. Run Bot │────►│ 9. Monitor │ │
│ │ AutoSolve │ │ Tasks │ │ Solves │ │
│ │ on Accounts │ │ │ │ │ │
│ └─────────────────┘ └─────────────────┘ └─────────────────┘ │
│ │ │
│ ▼ │
│ ┌─────────────────┐ │
│ │ 10. Optimize │ │
│ │ as Needed │ │
│ └─────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────────────────────────┘Phase 1: Setup
Step 1: Enable AutoSolve
Complete SOP-001 if not already done.
Step 2: Create Bot API Key
Complete SOP-002 to create a unique key for your bot.
Step 3: Connect Bot
Complete SOP-003 to link your bot to AutoSolve.
Step 4: Add Google Accounts
For best one-click rates, add Google accounts to OneClick:
┌─────────────────────────────────────────────────────────────────────────────────┐
│ ADD GOOGLE ACCOUNTS │
├─────────────────────────────────────────────────────────────────────────────────┤
│ │
│ 1. In OneClick, go to Accounts tab │
│ │
│ 2. File > Add Account │
│ ┌─────────────────────────────────────────────────────────────────────────┐ │
│ │ │ │
│ │ Add Account │ │
│ │ ─────────────────────────────────────────────────────────────────── │ │
│ │ │ │
│ │ Category: [ reCaptcha-v2-Solvers ▼ ] │ │
│ │ │ │
│ │ Name: [ V2-Solver-1 ] │ │
│ │ │ │
│ │ Email: [ myaccount@gmail.com ] │ │
│ │ │ │
│ │ Password: [ •••••••••••• ] │ │
│ │ │ │
│ │ Proxy: [ proxy.example.com:8080:user:pass ] │ │
│ │ │ │
│ │ [Cancel] [Save] │ │
│ │ │ │
│ └─────────────────────────────────────────────────────────────────────────┘ │
│ │
│ 3. Account will log in and show status │
│ │
│ 4. Repeat for each Google account (recommend 5-10 accounts minimum) │
│ │
└─────────────────────────────────────────────────────────────────────────────────┘Step 5: Assign Proxies
┌─────────────────────────────────────────────────────────────────────────────────┐
│ PROXY RECOMMENDATIONS FOR V2 │
├─────────────────────────────────────────────────────────────────────────────────┤
│ │
│ PROXY TYPE EFFECTIVENESS: │
│ ┌─────────────────────────────────────────────────────────────────────────┐ │
│ │ │ │
│ │ Type One-Click Rate Image Challenge Recommended │ │
│ │ ─────────────────────────────────────────────────────────────────── │ │
│ │ ISP (Static) HIGH (80%+) Fast ★★★★★ │ │
│ │ Residential MEDIUM (50-70%) Medium ★★★★☆ │ │
│ │ Datacenter LOW (20-40%) Slow/Hard ★★☆☆☆ │ │
│ │ Mobile HIGH (70%+) Fast ★★★★★ │ │
│ │ │ │
│ └─────────────────────────────────────────────────────────────────────────┘ │
│ │
│ ASSIGNING PROXIES: │
│ 1. Select account(s) in Accounts view │
│ 2. Right-click > Assign Proxy │
│ 3. Select proxy from list or paste new one │
│ │
│ FORMAT: host:port:username:password │
│ EXAMPLE: us.proxy.com:8080:user123:pass456 │
│ │
└─────────────────────────────────────────────────────────────────────────────────┘Step 6: Enable AI Solve (Optional but Recommended)
Complete SOP-004 to enable AI backup solving.
┌─────────────────────────────────────────────────────────────────────────────────┐
│ WHY ENABLE AI FOR V2? │
├─────────────────────────────────────────────────────────────────────────────────┤
│ │
│ WITHOUT AI: │
│ ┌─────────────────────────────────────────────────────────────────────────┐ │
│ │ │ │
│ │ Captcha arrives ──► Try one-click ──► NO ──► Manual Solve Required! │ │
│ │ │ │ │
│ │ YES ──► Token returned │ │
│ │ │ │
│ └─────────────────────────────────────────────────────────────────────────┘ │
│ │
│ WITH AI: │
│ ┌─────────────────────────────────────────────────────────────────────────┐ │
│ │ │ │
│ │ Captcha arrives ──► Try one-click ──► NO ──► AI Solve ──► Token! │ │
│ │ │ │ │ │
│ │ YES (or) │ │
│ │ │ │ │ │
│ │ └── Token returned ◄────MSR (rare) │ │
│ │ │ │
│ └─────────────────────────────────────────────────────────────────────────┘ │
│ │
│ Result: Much higher success rate with AI enabled! │
│ │
└─────────────────────────────────────────────────────────────────────────────────┘Phase 2: Operation
Step 7: Start AutoSolve
┌─────────────────────────────────────────────────────────────────────────────────┐
│ START AUTOSOLVE │
├─────────────────────────────────────────────────────────────────────────────────┤
│ │
│ 1. Go to Accounts tab in OneClick │
│ │
│ 2. Select accounts to use: │
│ • Click first account │
│ • Shift+Click last account (selects range) │
│ • OR Ctrl+A to select all │
│ │
│ 3. Start AutoSolve: │
│ Options > Start AutoSolve > Selected │
│ │
│ ┌─────────────────────────────────────────────────────────────────────────┐ │
│ │ │ │
│ │ Account Status After Starting: │ │
│ │ ─────────────────────────────────────────────────────────────────── │ │
│ │ Name Status Ready │ │
│ │ V2-Solver-1 Waiting to Solve ✓ │ │
│ │ V2-Solver-2 Waiting to Solve ✓ │ │
│ │ V2-Solver-3 Waiting to Solve ✓ │ │
│ │ │ │
│ └─────────────────────────────────────────────────────────────────────────┘ │
│ │
│ 4. Verify status bar shows "AutoSolve: Ready" │
│ │
└─────────────────────────────────────────────────────────────────────────────────┘Step 8: Run Bot Tasks
Your bot will now send captcha requests to AutoSolve:
┌─────────────────────────────────────────────────────────────────────────────────┐
│ CAPTCHA SOLVING FLOW │
├─────────────────────────────────────────────────────────────────────────────────┤
│ │
│ BOT AUTOSOLVE ONECLICK │
│ ┌────────┐ ┌────────┐ ┌────────┐ │
│ │ │ 1. Request │ │ 2. Route │ │ │
│ │ Task │─────captcha──────►│ Server │───────to────────────►│ Solver │ │
│ │ runs │ │ │ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │ │ 3. One-click? │ │ │
│ │ │ │ │◄──────────────────────│ ☐ │ │
│ │ │ │ │ │ │ │
│ │ │ │ │ YES: Done! │ │ │
│ │ │ │ │ NO: Challenge │ │ │
│ │ │ │ │ │ │ │
│ │ │ │ │ 4. If challenge: │ │ │
│ │ │ │ │ AI/Manual solve │ 🖼️🖼️🖼️ │ │
│ │ │ │ │ │ │ │
│ │ │ 5. Token │ │ │ │ │
│ │ Task │◄───returned───────│ │◄──────────────────────│ Token │ │
│ │ cont. │ │ │ │ │ │
│ └────────┘ └────────┘ └────────┘ │
│ │
│ Average solve times: │
│ • One-click: 0.5-2 seconds │
│ • AI solve: 5-15 seconds │
│ • Manual: 15-60 seconds │
│ │
└─────────────────────────────────────────────────────────────────────────────────┘Step 9: Monitor Solves
┌─────────────────────────────────────────────────────────────────────────────────┐
│ MONITORING DASHBOARD │
├─────────────────────────────────────────────────────────────────────────────────┤
│ │
│ CHECK TASKS VIEW: │
│ AutoSolve tab > Tasks │
│ ┌─────────────────────────────────────────────────────────────────────────┐ │
│ │ │ │
│ │ API Key URL Type Service Time Status │ │
│ │ ─────────────────────────────────────────────────────────────────── │ │
│ │ MyBot-Key nike.com V2 Local 0.8s Complete │ │
│ │ MyBot-Key footlocker.com V2 AI Solve 8.2s Complete │ │
│ │ MyBot-Key supreme.com V2 Local 1.1s Complete │ │
│ │ MyBot-Key adidas.com V2 AI Solve 12.3s Solving │ │
│ │ │ │
│ └─────────────────────────────────────────────────────────────────────────┘ │
│ │
│ CHECK STATISTICS VIEW: │
│ AutoSolve tab > Statistics │
│ ┌─────────────────────────────────────────────────────────────────────────┐ │
│ │ │ │
│ │ Today's Statistics │ │
│ │ ─────────────────────────────────────────────────────────────────── │ │
│ │ Total Solves: 150 │ │
│ │ One-Clicks: 95 (63%) ◄── Aim for 50%+ │ │
│ │ AI Solves: 48 (32%) │ │
│ │ Manual Solves: 5 (3%) │ │
│ │ Failures: 2 (1%) │ │
│ │ Avg Solve Time: 3.2s │ │
│ │ │ │
│ └─────────────────────────────────────────────────────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────────────────────────┘Step 10: Optimize
┌─────────────────────────────────────────────────────────────────────────────────┐
│ OPTIMIZATION CHECKLIST │
├─────────────────────────────────────────────────────────────────────────────────┤
│ │
│ LOW ONE-CLICK RATE (<50%)? │
│ ┌─────────────────────────────────────────────────────────────────────────┐ │
│ │ │ │
│ │ □ Farm your accounts (Workflow-006) │ │
│ │ □ Upgrade to ISP proxies │ │
│ │ □ Add more accounts to spread load │ │
│ │ □ Check if accounts are still logged in │ │
│ │ │ │
│ └─────────────────────────────────────────────────────────────────────────┘ │
│ │
│ SLOW SOLVE TIMES? │
│ ┌─────────────────────────────────────────────────────────────────────────┐ │
│ │ │ │
│ │ □ Add more solvers to reduce queue │ │
│ │ □ Check proxy latency │ │
│ │ □ Reduce Max Solves Per Solver setting │ │
│ │ □ Enable hidden browser mode │ │
│ │ │ │
│ └─────────────────────────────────────────────────────────────────────────┘ │
│ │
│ HIGH FAILURE RATE? │
│ ┌─────────────────────────────────────────────────────────────────────────┐ │
│ │ │ │
│ │ □ Check proxy quality │ │
│ │ □ Verify accounts aren't banned │ │
│ │ □ Enable AI Solve if not already │ │
│ │ □ Add third-party services as backup (SOP-006) │ │
│ │ │ │
│ └─────────────────────────────────────────────────────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────────────────────────┘Best Practices
┌─────────────────────────────────────────────────────────────────────────────────┐
│ RECAPTCHA V2 BEST PRACTICES │
├─────────────────────────────────────────────────────────────────────────────────┤
│ │
│ 1. USE ENOUGH ACCOUNTS │
│ • Minimum 5-10 for casual use │
│ • 20-50 for heavy use │
│ • Scale based on task volume │
│ │
│ 2. MATCH PROXIES TO ACCOUNTS │
│ • Each account should have a dedicated proxy │
│ • Avoid sharing proxies between accounts │
│ • Use same proxy consistently for each account │
│ │
│ 3. ROTATE SOLVERS │
│ • Set Max Solves Per Solver to 20-30 │
│ • Prevents any single account from being flagged │
│ • Enable auto-restart for continuous operation │
│ │
│ 4. MAINTAIN ACCOUNT HEALTH │
│ • Farm accounts weekly │
│ • Remove accounts that consistently fail │
│ • Replace banned accounts promptly │
│ │
│ 5. LAYER YOUR SOLVING │
│ • Primary: Local solvers (one-click attempts) │
│ • Backup 1: AI Solve │
│ • Backup 2: Third-party service (optional) │
│ │
└─────────────────────────────────────────────────────────────────────────────────┘Troubleshooting
┌─────────────────────────────────────────────────────────────────────────────────┐
│ COMMON ISSUES │
├─────────────────────────────────────────────────────────────────────────────────┤
│ │
│ ISSUE: "No solvers available" │
│ ┌─────────────────────────────────────────────────────────────────────────┐ │
│ │ Solution: │ │
│ │ 1. Verify AutoSolve is started on accounts │ │
│ │ 2. Check accounts aren't all at max solve limit │ │
│ │ 3. Verify accounts are showing "Waiting to Solve" │ │
│ └─────────────────────────────────────────────────────────────────────────┘ │
│ │
│ ISSUE: "Captcha timeout" │
│ ┌─────────────────────────────────────────────────────────────────────────┐ │
│ │ Solution: │ │
│ │ 1. Increase timeout in bot settings │ │
│ │ 2. Add more solvers to reduce wait time │ │
│ │ 3. Check proxy connectivity │ │
│ └─────────────────────────────────────────────────────────────────────────┘ │
│ │
│ ISSUE: "Invalid captcha token" │
│ ┌─────────────────────────────────────────────────────────────────────────┐ │
│ │ Solution: │ │
│ │ 1. Token may have expired (valid for ~2 min) │ │
│ │ 2. Site may have changed captcha parameters │ │
│ │ 3. Try a different solver/account │ │
│ └─────────────────────────────────────────────────────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────────────────────────┘Completion Checklist
┌─────────────────────────────────────────────────────────────────────────────────┐
│ WORKFLOW COMPLETION CHECKLIST │
├─────────────────────────────────────────────────────────────────────────────────┤
│ │
│ SETUP: │
│ □ AutoSolve enabled (SOP-001) │
│ □ Bot API Key created (SOP-002) │
│ □ Bot connected (SOP-003) │
│ □ Google accounts added to OneClick │
│ □ Proxies assigned to accounts │
│ □ (Optional) AI Solve enabled │
│ │
│ OPERATION: │
│ □ AutoSolve started on accounts │
│ □ Accounts showing "Waiting to Solve" │
│ □ Bot tasks sending captcha requests │
│ □ Tokens being received successfully │
│ □ One-click rate acceptable (>50%) │
│ │
│ You're ready for reCaptcha v2 solving! │
│ │
└─────────────────────────────────────────────────────────────────────────────────┘See Also
- Workflow-002: reCaptcha v3 - For invisible captchas
- Workflow-006: Account Farming - Improve one-click rates
- SOP-004: AutoSolve AI - Enable AI backup
- Quick Reference: Troubleshooting