Openbullet 2 Plugins Patched Page
Advanced automation of browser instances via Selenium or Puppeteer wrappers. The Development Workflow
Through the BotData data parameter, your plugin can:
Locate your “Addition” block under the “Calculator” category. Openbullet 2 Plugins
OpenBullet Plugins Sample plugins for OpenBullet with well-commented code.
After creating the project, you must reference the core library of OpenBullet 2, RuriLib.dll . This file is located in your compiled OpenBullet 2 folder. This reference gives your plugin access to the necessary attributes, classes, and interfaces for creating blocks, such as BotData , Block , and BlockCategory . Advanced automation of browser instances via Selenium or
// Define inputs that the user will see in the OB2 UI // The 'Text' attribute defines the label [Text("First Number", "Enter the first number")] public string NumberA get; set; = "0";
: If LoliCode doesn't have a specific function you need, you can build a plugin to add a custom block that performs that exact operation, making your configurations cleaner and more modular. After creating the project, you must reference the
: Run your OpenBullet 2 instances inside isolated environments—such as Docker containers or dedicated Virtual Machines (VMs)—especially when testing third-party configurations and plugins. Share public link
public string Name => "Example Parser"; public string Author => "YourName"; public string Version => "1.0";
If you are new to Openbullet 2, start with a simple parser plugin. Once comfortable, move to CAPTCHA solvers. And if you have coding skills, write your own—the flexibility is limited only by your imagination.
Navigate to your root OpenBullet 2 directory. Locate the folder named Plugins . If it does not exist, create it. Move the File: Drop the .dll file into the Plugins folder.