v2.58:
Added support for branching methods. This was a major redesign and restructure of Script Factory’s core. What does this mean? You will now be able to branch methods to not only reduce the number of required checks, but also allow for more appropriate logical concepts as well as better performance.
Added new Branch buttons at the top of the GUI, as well as hotkeys to go up and down branches (Arrow key left and Arrow key right will allow you to quickly switch between branches.)
Added new functionalities to the +/- buttons. Now, if you are within a branch, you may go up and down internal branches (1.1->1.2->1.3)
Added the ability to invert GUI colors to make the text itself change colors instead of the background color
Added a new click detection system so a double click must occur within 300ms to open up the Edit modal
Added a new method number handler that controls method numbers
Added the ability to hold CTRL and click on a method to quickly insert a new line item
Added method number auto populating when right clicking the GUI to edit method number
Added a new Settings option to prevent Player from logging out while a script isn’t running
Added a new Information icon on the GUI to explain the new branching system in detail
Fixed a bug that did not properly load OSBot threads in the Script Network
Fixed invalid URL links within Script Factory
Minor fixes