Jump to content

Functional programming with osbot [run time scripts]


Recommended Posts

Posted (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

  1. Normal IDE
    • Normal code as seen In all pictures and videos from before this week.
  2. 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.
  3. State machine visual prgraming
    • State machines are very powerfull in bots. Its like a task system that alot of people like to use.
  4. 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 by Nbacon
  • 2 months later...
  • 3 months later...
  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...