Skip to content

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

  1. Navigate to Settings -> Captchas.
  2. Select 2Captcha as the Service Type.
  3. In the API Key field, paste your CaptchaSonic API Key.
  4. Enable the Override URL toggle.
  5. 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:

SoftwareProtocol SelectionURL Endpoint
OpenBullet 22Captchaapi.captchasonic.com
SilverBulletAnti-Captchaapi.captchasonic.com
BASCustom / 2Captchaapi.captchasonic.com
Sentry MBAUser-definedapi.captchasonic.com/in.php

Troubleshooting

  1. Format Mismatch: If the software asks for an IP/Port instead of a URL, use 104.21.36.197 (API Edge IP) and port 80.
  2. SSL Errors: If you get a "Handshake failed" error, switch the protocol from https to http.
  3. Balance Check: Some softwares check the balance before running. If your balance shows $0.00 in 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.

Community Repositories