Discord uses hCaptcha Enterprise to protect against automation. Filly integrates with multiple captcha solving services to automatically solve these challenges.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Nuu-maan/Filly-Discord-Token-Filler/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
Captcha settings are configured in thecaptcha section of input/config.json:
Configuration Options
Enable or disable automatic captcha solving.
true: Automatically solve captchas when detectedfalse: Skip captcha solving (joins will fail if captcha appears)
Captcha solving service to use. Supported services:
razorcap- RazorCap API (recommended)hcoptcha- hCoptcha APIcsolver- CSolver service (uses hardcoded API key)capmonster- CapMonster Cloud
API key from your captcha solving service. Each service provides a unique API key when you create an account.Example:
3e5fc347-dfd8-4b12-9ca3-e57f931c5fbcWhether the captcha solver should use proxies.
true: Solve captchas without proxies (faster but may have lower success rate)false: Use proxies frominput/proxies.txt(better for avoiding detection)
This setting is independent from the main
proxyless setting. You can use proxies for joins but not captcha solving, or vice versa.Supported Services
RazorCap (Recommended)
- hCaptcha Enterprise support
- Fast solving times (30-60 seconds)
- RQ data support for Discord
- Proxy support
- Polling-based result retrieval
- Create task:
POST https://api.razorcap.xyz/create_task - Get result:
GET https://api.razorcap.xyz/get_result/{task_id} - Timeout: 120 seconds
AISolver
- Discord-specific optimization
- Proxy required for best results
- RQ data support
hCoptcha
- hCaptcha Enterprise support
- User agent customization
- Proxy rotation support
- Create task:
POST https://api.hcoptcha.com/api/createTask - Get result:
POST https://api.hcoptcha.com/api/getTaskData
CSolver
- Fast response times
- Simple API
- RQ data support
- Uses shared API key (no personal key needed)
- Endpoint:
POST https://api.csolver.xyz/solve - Single request (no polling)
CapMonster Cloud
- HCaptchaTaskProxyless support
- User agent customization
- Reliable service
- Create task:
POST https://api.capmonster.cloud/createTask - Get result:
POST https://api.capmonster.cloud/getTaskResult
How Captcha Solving Works
Discord Captcha Details
Site Configuration
Discord’s hCaptcha site key:
a9b5fb07-92ff-493f-86fe-352a2803b3dfThis is constant for all Discord captchas.Request-specific data from Discord’s captcha challenge. Unique for each captcha.
Request token from Discord. Must be sent back with the solution.
Captcha Headers
When submitting a captcha solution:Response Handling
Success
output/joined.txt if join succeeds.
Failure
If captcha solving fails:output/failed_captcha.txt.
Statistics
Captcha statistics are displayed in real-time:- Captcha: Total captchas encountered
- Solved: Successfully solved captchas
Proxy Configuration
Whencaptcha.proxyless is false, proxies are randomly selected:
Captcha solvers have their own proxy update mechanism:
Best Practices
Cost Considerations
Pricing
Captcha solving services typically charge per solve:- RazorCap: ~$2-3 per 1000 solves
- hCoptcha: ~$2-4 per 1000 solves
- CapMonster: ~$1-3 per 1000 solves
- CSolver: ~$1-2 per 1000 solves
Prices vary by service and account type. Check with your provider for current rates.
Optimization
Reduce captcha costs:- Use good quality proxies (reduces captcha rate)
- Add delays between requests
- Use fewer concurrent threads
- Use residential proxies instead of datacenter
- Rotate session IDs frequently
Troubleshooting
Captchas not being solved
Captchas not being solved
Common causes:
solve_captchais set tofalse- Invalid API key
- Service name misspelled
- API balance depleted
- Service is down
- Set
"solve_captcha": truein config.json - Verify API key is correct
- Check service name matches exactly
- Check API balance with provider
- Try different service
All captcha solutions failing
All captcha solutions failing
Common causes:
- Wrong sitekey
- RQ data expired
- Proxy issues
- Service returning bad solutions
- Verify sitekey is
a9b5fb07-92ff-493f-86fe-352a2803b3df - Reduce delay (captcha data expires)
- Try
"proxyless": truefor captcha - Contact solver service support
- Switch to different service
Captcha solving too slow
Captcha solving too slow
Common causes:
- Service overloaded
- Complex captcha challenges
- Network latency
- Proxy slowing down requests
- Try different service (RazorCap is fastest)
- Use
"proxyless": truefor captcha - Check network connection
- Upgrade to premium service tier
Getting charged but no solutions
Getting charged but no solutions
Common causes:
- Service charging for attempts, not successes
- Wrong task type being created
- API misconfiguration
- Review service billing policy
- Check service dashboard for task details
- Verify configuration matches service docs
- Contact service support with task IDs
Service returns 'Invalid sitekey'
Service returns 'Invalid sitekey'
Common causes:
- Service doesn’t support Discord’s sitekey
- Service not configured for hCaptcha Enterprise
- API endpoint changed
- Use RazorCap, hCoptcha, or CSolver (tested with Discord)
- Contact service to enable Enterprise support
- Check service documentation for updates
- Try alternative service
Service Comparison
| Service | Speed | Success Rate | Price | Proxy Support | Recommended |
|---|---|---|---|---|---|
| RazorCap | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ | $$ | ✅ | ✅ Best overall |
| hCoptcha | ⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ | $$$ | ✅ | ✅ High success |
| CSolver | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ | $ | ❌ | ✅ Budget option |
| AISolver | ⭐⭐⭐ | ⭐⭐⭐⭐ | $$ | ✅ | ⚠️ Requires proxy |
| CapMonster | ⭐⭐⭐⭐ | ⭐⭐⭐⭐ | $$ | ✅ | ✅ Reliable |
All services support Discord’s hCaptcha Enterprise. Choose based on your budget and requirements.