Recent content by Billkoy3

  1. B

    UI Interaction, click local variable not work

    Hi, Got problem with UI Interaction. Macro is not working with pressing specific local variable. Macro looks like: if localvariable > 20 Click (x,y) - works when I change to: Click [{localvariable}] is not working Since some time local variable started to appear in different position. So...
  2. B

    Many Variables not working

    I send you private msg
  3. B

    Many Variables not working

    Im trying to. But when I add many values script is not working, with just one it works. Tried add them in many different ways, always the same effect.
  4. B

    Many Variables not working

    Hello. I need to add many variables to macro for example: 17. 18. 19. 20. (...) 1000. (all with dot). My script work well with just one variable. But I need them much more. No clue how to add many variables or make script if x>17 + dot (.) then do xxx. Script is working on text/regex (waiting...
  5. B

    Macro that would click on the specific button that time to time appears in the app

    Hello. I got similar problem. I need a simple script that will wait on specific app on orders. And when for example order will show up for amount 35,00 and more, it will automatically accept it: 1. Waiting for orders in app. 2. Order show up for right amount 3. Press on order and accept it
Top