public class MathFunction : ILoliScriptFunction
or custom JSON parsers), you must include those DLLs in the plugin folder. OpenBullet 2 will load them automatically upon restart, allowing your custom blocks to access their functionality. Quick Resource Guide Description Official Documentation General information on the plugin system. OB2PluginSample GitHub Official template for building new plugins. OpenBullet Discourse Openbullet 2 Plugins
In OpenBullet 2, are used to extend the software's core functionality by adding custom blocks that can be utilized within your configurations. These are particularly useful for implementing proprietary algorithms, custom encryption/decryption (like HMACs or JS WebTokens), or complex captcha-solving logic that standard blocks cannot handle. Key Details for Using Plugins Key Details for Using Plugins While OB2 has
While OB2 has built-in support for many Captcha solvers, specialized plugins can integrate third-party APIs or local AI models to bypass specific security challenges like Cloudflare Turnstile or custom image puzzles that standard solvers might struggle with. 4. Data Export and Integration Openbullet 2 Plugins