Developer Patrick Posted March 27, 2021 Developer Share Posted March 27, 2021 Hey, An exciting release today! Besides the usual bug fixes, we've made great improvements to the way the client interacts with the game. This in our constant effort to lower banrates as much as possible. Eventhough we can't go too much into detail on what exactly we're working on, expect the next few releases to improve upon this as well FIXES: - Fixed Store#buy not buying enough of the item. - Fixed some NPEs in Chatbox. - Fixed Bank#withdraw not withdrawing the item when in a tab. - Fixed Store#getItems() returning null when the first item was missing. - Fixed BankSlotDestination#getArea() returning areas outside of the widget. MISC: - Added a copy to clipboard button to the loggerbar. - Improved human interaction replication to lower detectability. - Minor bug fixes. - The OSBot Team 14 7 Quote Link to comment
uncledude00 Posted March 27, 2021 Share Posted March 27, 2021 1 hour ago, Patrick said: - Improved human interaction replication to lower detectability. Isnt most of this in the scripts themselves or does the client have something to do with it too? Quote Link to comment
Ricky Dactyl Posted March 27, 2021 Share Posted March 27, 2021 1 hour ago, Patrick said: Hey, An exciting release today! Besides the usual bug fixes, we've made great improvements to the way the client interacts with the game. This in our constant effort to lower banrates as much as possible. Eventhough we can't go too much into detail on what exactly we're working on, expect the next few releases to improve upon this as well FIXES: - Fixed Store#buy not buying enough of the item. - Fixed some NPEs in Chatbox. - Fixed Bank#withdraw not withdrawing the item when in a tab. - Fixed Store#getItems() returning null when the first item was missing. - Fixed BankSlotDestination#getArea() returning areas outside of the widget. MISC: - Added a copy to clipboard button to the loggerbar. - Improved human interaction replication to lower detectability. - Minor bug fixes. - The OSBot Team You beauty, thanks for the release, looking forward to these client interaction improvements Quote Link to comment
Gunman Posted March 27, 2021 Share Posted March 27, 2021 54 minutes ago, uncledude00 said: Isnt most of this in the scripts themselves or does the client have something to do with it too? Client is the foundation of everything. Scripters can only do so much in their scripts. Quote Link to comment
Delision Posted March 27, 2021 Share Posted March 27, 2021 Quote - Added a copy to clipboard button to the loggerbar. You love to see it. Quote Link to comment
Developer Patrick Posted March 28, 2021 Author Developer Share Posted March 28, 2021 7 hours ago, uncledude00 said: Isnt most of this in the scripts themselves or does the client have something to do with it too? Yes script behaviour is a very big part of it, especially when using mirror mode. But for injection the way we interact with the client is just as important Quote Link to comment