• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Cracking OpenBullet2 - Native

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,623
Solutions
2
Reputation
32
Reaction score
100,455
Points
2,313
Credits
32,750
‎6 Years of Service‎
 
76%
screenshot-3639.png


OpenBullet 2 Native Build v0.1.22[Beta]

A few months ago Ruri released the OpenBullet 2 cross-platform with web UI. Few people like the new UI and its latest features but, most of the previous users of OpenBullet were facing difficulty while using this build. There were several reasons behind that like it was difficult to use, things changed for native users, a lot more features, above all this new interface was quite new for beginner or native OpneBullet users.

That’s why Ruri decided to bring back the native UI of OB1 with the latest features of OB2. There still exists a cross-platform web UI if you are comfortable with it. As with the help of this, you can use OpenBullet 2 on any operating system like Windows, Linux, macOS. But for me, the native build is the best as I’m a Windows user and I’m quite satisfied with it.

Changelog for version 0.1.22

RuriLib
Added TakeMaxInt, TakeMinInt, TakeMaxFloat and TakeMinFloat blocks
Better exception when disconnecting from a websocket (by its5Q)
Added multiline option for regex in parse block (by its5Q)
Fixed LoliCode parser when encountering negative numbers
Fixed issues with the skip
Fixed event propagation in the job
Other minor fixes and improvements
OpenBullet (Core)
Big refactor of the codebase
Improvements to counter some database errors
OpenBullet (Web)
Added partial vietnamese localization by PITVN
OpenBullet (Native)
Introduced the new Native UI

info: https://discourse.openbullet.dev/t/openbullet-2-native-client-release/4224

To see this hidden content, you must like this content.
 
Last edited by a moderator:
screenshot-3652.png


Changelog for version 0.1.23

RuriLib
Fixed NRE when using AsString() in null ByteArrayVariable
OpenBullet (Core)


OpenBullet (Web)

OpenBullet (Native)
Fixed color of progress text in progress bar
Fixed ugly grey button color on mouse hover
Fixed bug when deleting proxies
Fixed some unhandled task exceptions
Fixed slow proxy/hit deletion
Fixed issue that did not bind new viewmodel after editing job


To see this hidden content, you must like this content.
 
v0.1.24

screenshot-3735.png


Changelog for version 0.1.24

RuriLib
Added option to report the last captcha as bad upon RETRY status (in Config Settings)
Removed trailing semicolon and space after the last cookie in Cookie header
OpenBullet (Core)


OpenBullet (Web)

OpenBullet (Native)
Added ability to test data rules from the config settings
Show bot log as normal window instead of dialog
Added search in debugger log
Fixed an issue with copying to clipboard
Improved the HTML viewer


To see this hidden content, you must like this content.
 
v0.1.25

screenshot-3808.png


Changelog for version 0.1.25

RuriLib
Added SET PROXY, SET USEPROXY, MARK and UNMARK statements
URLEncode setting in Parse block
Support for 9kw.eu captcha provider and enterprise reCaptcha v2/v3
Bug fix for http proxy authentication by ColdHue
OpenBullet (Core)
Set first wordlist type in Environment.ini as default allowed type for new configs
Fixed a bug when obtaining hits
OpenBullet (Web)
Disabled file system access to wordlists for guests
Added stats in Proxies section
Fixed date filter in grids
Button to delete wordlists not found
Custom snippets for LoliCode
ComboBox in Custom Input selection
Removed js animations in setup screen
OpenBullet (Native)
Fixed interpolated strings highlight
Added stats in Proxies section
Saved sort preference between config list views
Fixed MultiRunJobOptionsDialog size
Custom snippets for LoliCode
ComboBox in Custom Input selection


To see this hidden content, you must like this content.
 
screenshot-4095.png


Changelog for version 0.1.26

RuriLib
Fixed an Exception in some edge cases
IMPORTANT Fix for HTTP proxies
Added ImapReadMailRaw block
OpenBullet (Core)


OpenBullet (Web)
Fixed crash when deleting wordlists not found
Fixed a bug when importing proxies from big files
Removed auto-formatting when writing in dictionary fields
OpenBullet (Native)
Fixed visual bugs


To see this hidden content, you must like this content.
 
Changelog for version 0.1.27

Support for debugging and running legacy .loli configs from OB1 has been added. To import your configs, place them in the UserData/Configs folder and hit the Reload button in the configs section. OB2 will automatically repackage them into .opk files so make sure you have a backup before doing this! Also note that not every single function is supported, if you find something that is missing and would like us to implement, please open an issue on the official github repository.

Other fixes:

RuriLib
Added selenium blocks to use selenium in OB2 configs as well
Added custom headers parameter to Websocket Connect (PR by Mostafa-Mahdi)
Fixed and changed the signature of RSAPkcs1Pad2 block
Allowed the Connection: Keep-Alive header in the HttpRequest block
Updated to latest CaptchaSharp (fixed AZCaptcha service)
Fixed error on utf-8 value for Content-Encoding header
Fixed important error in LRParser with empty delims
OpenBullet (Core)


OpenBullet (Web)
Added LoliScript section to edit the code of legacy configs
Updated the about page
OpenBullet (Native)
Added LoliScript section to edit the code of legacy configs
Updated the about page


To see this hidden content, you must like this content.
 
screenshot-5473.png


Changelog for version 0.1.28

RuriLib
Fixed issue with multiple select by text in puppeteer
Fixed PuppeteerGetCookies
Added timeout to ws read block
Added FtpGetLog block
Fixed opening new tab and switching tab in Puppeteer
Added CreateListOfNumbers block
Prevented starting a job more than once at a time
Added WsSendRaw block
Added support for reading binary ws messages
Fixed selenium browser being disposed on debugger end
CaptchaSharp
Added CustomAntiCaptcha and AnyCaptcha services
Fixed report incorrect captcha for AntiCaptcha
Added capy support to TwoCaptcha
OpenBullet (Core)


OpenBullet (Web)
Fixed problem with absolute start condition not being set
Added bounds to session lifetime
Fixed problems with JobMonitor save
Fixed visual bug when quitting edit modals
Fixed config submenu disappearing on login
Added support for selecting multiple blocks with SHIFT
Added Download All buttons to configs section
Changed proxy group id to name in MultiRunJobViewer
Added new application icons
OpenBullet (Native)
Disregard task exceptions (no more annoying popups while running)
Clear debugger log when loading another config in native client
Fixed problem with wait not being displayed
Added support for selecting multiple blocks with SHIFT
Added custom inputs display to MultiRunJobViewer


To see this hidden content, you must like this content.
 
Changelog for version 0.2.0

OpenBullet 2 now runs on .NET 6. If you don't have it yet, please download the ASP.NET Core Runtime 6.x for the web client or the .NET Desktop Runtime 6.x for your OS from this page

Note that old compiled configs and plugins are not guaranteed to work with .NET 6 so please upgrade them if needed.

RuriLib
Converted to .NET 6
Added Parallel.ForEach based parallelizer for testing purposes
Added HttpLibrary setting to Http Request block. Now you will be able to choose between RuriLib.Http and System.Net to send your HTTP requests. With .NET 6, System.Net supports SOCKS proxies as well.
Added HTTP/2.0 support (only for the System.Net library)
Fixed AesEncrypt block and added AesEncryptString and AesDecryptString blocks to make it easier to work with strings
Added BCryptHash, BCryptHashGenSalt and BCryptVerify blocks (you can avoid using bcryptjs from now on)
OpenBullet (Core)


OpenBullet (Web)
Minor fixes
OpenBullet (Native)
Changed the font in all textboxes to Consolas


To see this hidden content, you must like this content.
 
v0.2.2

screenshot-6120.png


Changelog for version 0.2.2

RuriLib
Fixed time format in log
Added support for Chrome extensions in Puppeteer
Added support for logging any kind of object with LOG and CLOG in LoliCode (not just strings)
Added MultiLine attribute support to string parameters (will be displayed as a text area instead of a string).
Added MultiLine to some existing blocks (you can use it in plugins too!)
Added support for using the Description attribute in enums (you can use it in plugins too!)
OpenBullet (Core)
Added failsafe when deserializing triggeredActions.json
OpenBullet (Web)
Fixed problem with editing wordlist type not being persisted without reloading the wordlist in the job
OpenBullet (Native)
Fixed bug with keychains reordering
Added prompt if jobs are running when quitting
Fixed bug where deleting a group would delete all proxies


To see this hidden content, you must like this content.
 
screenshot-6189.png


Changelog for version 0.2.3

RuriLib
Added log after writing variables in blocks with output variable(s)
OpenBullet (Core)


OpenBullet (Web)
Added step by step debugger mode
Fixed bug when cloning blocks that have an enum parameter
Updated sqlite package to support Mac M1
OpenBullet (Native)
Added step by step debugger mode
Fixed bug when cloning blocks that have an enum parameter


To see this hidden content, you must like this content.
 
screenshot-6840.png


Changelog for version 0.2.4

RuriLib
Add backoff logic to proxy reload in ProxyPool
Automatically decompress brotli streams in HttpClient
Added support for BOTNUM variable
Added SAFE mode to Parse and HttpRequest blocks
Added extraCmdLineArgs to Puppeteer/Selenium OpenBrowser blocks
Added CharAt block
OpenBullet (Core)


OpenBullet (Web)
Added word wrap setting for text editors under OB Settings > Customization
OpenBullet (Native)
Added word wrap setting for text editors under OB Settings > Customization


To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top