Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked OpenBullet2


itsMe

Recommended Posts

Changelog

Changelog for version 0.1.17

    Fixed screenshot blocks in puppeteer
    Fixed some memory leaks
    Improved output of LoliCodeParserException
    Added ability to block URLs on puppeteer (in Config Settings)
    Added XOR and XORStrings blocks
    Added ability to move proxies between groups
    Fixed some issues with Cloudflare bot detection when getting proxies from remote (added User-Agent header to requests)
    Fixed the maximum redirects setting in Http Request block
    Added safe mode to auto blocks (see below)
    Added SvgToPng block (to solve svg captchas using captcha services)

Safe mode will catch exceptions and store their message in the string variable data.ERROR so you don't have to manually deal with try/catch anymore, and you can easily perform a keycheck on the message.

This is the hidden content, please

Link to comment
Share on other sites

Changelog

Changelog for version 0.1.18

    Fixed high CPU usage with HTTP proxies
    Improved exception message in safe mode (now includes the exception type)
    Fixed errors in DataPoolFactoryService when files are missing (now falls back to infinite data pool)
    Added custom formats to Zip block
    Added blocks for SSH
    Added blocks for IMAP

This update is fixing a game breaking bug introduced in 0.1.17 so I had to push it ASAP.


This is the hidden content, please

Link to comment
Share on other sites

  • 2 weeks later...

Changelog

Changelog for version 0.1.19

    Fixed some issues in IMAP block
    Added SMTP blocks
    Fixed LockRecursionException in file blocks
    Fixed issues with ApplicationDbContext when storing hits
    Fixed issue with solvecaptcha.com

This is the hidden content, please

Link to comment
Share on other sites

Changelog

Changelog for version 0.1.20

    Quality of life improvements
    Better syntax highlighting for LoliCode
    Autocompletions for LoliCode snippets and blocks
    Autocompletion for variable names in blocks
    Added support for .ico files as config icon
    Fixed issue where the job viewer would take long to open in case of many hits
    Added SshAuthenticateWithPK block
    Added encoding parameter to file blocks
    Added OverrideHostHeader checkbox to CustomTwoCaptcha provider
    Added POP3 blocks
    Added FTP blocks
    Added timeoutMilliseconds to some TCP blocks


This is the hidden content, please

Link to comment
Share on other sites

  • 2 weeks later...

Changelog for version 0.1.21

    Added support for configurable bot limit
    Fixed FtpConnect block not throwing exception on connection failed
    Fixed important issues with email blocks
    Order jobs by id in manager
    Job options should be saved correctly now after being changed in the job viewer
    Fixed yet another issue with ApplicationDbContext
    Fixed issues where some entities wouldn't properly update after being written to the db
    Progress % instead of just progress trigger
    Changed execution info to STOPPED when a bot is stopping (in detailed view)
    Added timeoutMilliseconds to email login blocks
    Added ImapGetLog and Pop3GetLog blocks (for raw protocol logs)
    Fixed data.ERROR not being cleared on retry
    Improved dispose of puppeteer
    Fixed WordlistType not updating after wordlist edit
    Better exception when puppeteer element not found
    Added StringToBytes and BytesToString blocks

This is the hidden content, please

Link to comment
Share on other sites

  • 1 year later...

OpenBullet2 v0.2.5

Changelog for version 0.2.5

A new feature called startup LoliCode is available! In the LoliCode editor you will find a new toggleable section where you can write some LoliCode that will be executed once when the job starts. You can use it for example to set global variables, like a session cookie, or read the lines of a file to consume later or anything else. You can use blocks in here but be aware that the variables you set (unless they are set via e.g. globals.myVariable = ...) will be cleared once the startup phase is complete.
RuriLib

    Added TCP blocks to work with bytes
    Added ssl options support to SystemNet with http proxies and proxiless
    Added BlockParam attribute for pretty names and description tooltips
    Fixed NRE on timer tick if proxyPool is null
    Added support for auto casting dynamics when passing them to blocks
    Added default values for a couple keychain keys
    Added info about data pool in WordlistId and WordlistName fields of hits
    Do not read response content on HEAD requests
    Fixed Selenium not closing properly
    Support for scripts as proxy file source (by AmyBergqvist)
    Added asyncLocker when using ProxyPool.ReloadAll() (by AmyBergqvist)
    Performance improvements (by AmyBergqvist)
    Fixed HttpClient from System.Net not reading the Set-Cookie header
    Fixed assignment of lists from jint to C#
    Fixed some issues with starting and stopping jobs

CaptchaSharp

    Fixed captchas.io
    Added capsolver.com

OpenBullet (Core)

    Fixed FileDataPool not accepting double quoted paths on Windows

OpenBullet (Web)

    Fixed regex helper crashing on dash in supported symbols
    Added auto start for JobManagerService on boot

OpenBullet (Native)

    Sorted jobs by their ID in job manager
    Fixed bug with send to recheck
    Added timestamp to job log
    Added search panel to script editors, can be opened with CTRL+F
    Added auto start for JobManagerService on boot

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.