OpenBullet & SilverBullet
Integrate CaptchaSonic into your favorite automation suites using our API emulation.
CaptchaSonic is built to be a drop-in replacement for legacy captcha services. We fully support the 2Captcha/Anti-Captcha API protocol, allowing you to use our AI solvers in virtually any community automation tool.
OpenBullet 2 (SilverBullet) Setup
OpenBullet and its variants (SilverBullet, OpenBullet Anomaly) allow you to specify custom captcha endpoints.
1. Global Configuration
- Navigate to Settings -> Captchas.
- Select 2Captcha as the Service Type.
- In the API Key field, paste your CaptchaSonic API Key.
- Enable the Override URL toggle.
- Set the URL to:
http://api.captchasonic.com
NOTE
Ensure you use http (Port 80) if the software has issues with older SSL/TLS versions. Both HTTP and HTTPS are supported.
2. Using in Configurations
In your .loli or .anom configs, use the standard Solve CAPTCHA block. No special code is needed—the request will be automatically routed to CaptchaSonic.
#SOLVE_CAPTCHA
SOLVECAPTCHA
Type: ReCaptchaV2
SiteKey: "6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-"
Url: "https://example.com"
-> VAR "TOKEN"
Known Compatible Tools
While we support the standard API Protocol, here are the most commonly used tools by our community:
| Software | Protocol Selection | URL Endpoint |
|---|---|---|
| OpenBullet 2 | 2Captcha | api.captchasonic.com |
| SilverBullet | Anti-Captcha | api.captchasonic.com |
| BAS | Custom / 2Captcha | api.captchasonic.com |
| Sentry MBA | User-defined | api.captchasonic.com/in.php |
Troubleshooting
- Format Mismatch: If the software asks for an IP/Port instead of a URL, use
104.21.36.197(API Edge IP) and port80. - SSL Errors: If you get a "Handshake failed" error, switch the protocol from
httpstohttp. - Balance Check: Some softwares check the balance before running. If your balance shows
$0.00in the tool but not on our dashboard, verify the API URL is correct.
Downloads
Need a specific CaptchaSonic module? Check our community repository for pre-made .dll and .anom files.