Nbacon Posted July 31, 2020 Author Share Posted July 31, 2020 (edited) I've hit a point in this project were all that is left is things I hate doing manly GUI work. So I spent this week rewrite old lazy code to be more effective and efficient code. I remade many built in methodes so the user has more control over timing, mouse placement and mouse speed. The gui has a custom desktop "Like" feel with dragable componets and wires to conect things. I am still working on look and feel but It all works as I want. Just need to add all the methods in the APi [there are over 1200 methods]. 4 ways to input code Normal IDE Normal code as seen In all pictures and videos from before this week. Looping visual prgraming This is like the code part were you can make methodes, classes and locol vars. But with a visual aspect to it. State machine visual prgraming State machines are very powerfull in bots. Its like a task system that alot of people like to use. Top down macro [ picture below] This dumb botting just starts at the top of the list and works its way down. In the future ill add looping. Currently has goto's So its basicly a State machines. https://imgur.com/nnrKJ3U Edited August 15, 2020 by Nbacon Quote Link to comment Share on other sites More sharing options...
Coolst0rybr0 Posted October 22, 2020 Share Posted October 22, 2020 WOW, totaly insane. Good sht. Quote Link to comment Share on other sites More sharing options...
President Posted October 22, 2020 Share Posted October 22, 2020 good shit any updates? Quote Link to comment Share on other sites More sharing options...
tmoney603 Posted October 28, 2020 Share Posted October 28, 2020 (edited) This takes me back to the good old days of Haskell!, but FUNCTIONAL CODING Interesting project considering the efficiency of event-driven programming in OSRS botting. Hope you continue with your project and good luck! Edited October 28, 2020 by tmoney603 Quote Link to comment Share on other sites More sharing options...
MaxedTitans Posted October 29, 2020 Share Posted October 29, 2020 This is actually pretty sick. I dont understand 99% of it, but looks crazy! Quote Link to comment Share on other sites More sharing options...
sc0rz Posted February 20, 2021 Share Posted February 20, 2021 nice work Quote Link to comment Share on other sites More sharing options...
expWaster Posted April 12, 2023 Share Posted April 12, 2023 This is Java 8. Function<> is a data type now. You can easily do currying. glad you're having fun with this, but I'm not sure how well you have explored Java Quote Link to comment Share on other sites More sharing options...