Jump to content

Vient

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Vient's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Sorry for not understanding your question earlier. I started learning AutoIT today, so I didn't have anything specific in mind. I tested it on browser game where you had to get from point A to B and step on as many boxes as you can. I just wanted to make predefined path and see how the script goes thorugh the lvls. When you click too fast in chrome it takes only one input. With key down and up I partly solved this problem. It's working much faster. I could just write it in code with Send() as many times as it's needed to be repeated but that doesn't make sense. That's why I need a way to make a function that I described above. You said that Send() is unreliable but is there any better alternative?
  2. I tried to make a function that with 3 parameters would click any key X times with X delay between them. If there's more efficient way to do it then please tell me.
  3. I have a problem with using Send() in my function. I want to create simple move function with 3 variables: - Direction - How many times the key will be pressed - How much timeout will be between each click I can't figure out how I'm supposed to merge string with a variable inside Send(). Tried different syntax few times but I run out of ideas. I also couldn't find a clue inside documentation of Send function.(not telling that there isn't). Here's how it looked in my last try to give you some insight what I have in mind. Thank you in advance for any advices.
  4. The problem is now solved. When I was installing it for the first time I went for something to eat so i haven't seen that webroot detected AutoIT3.exe as threat and deleted it. This time I saw it happen in the middle of installation progress. imo. installer should fail the whole process not continue like nothing happend.
  5. I just changed the installation folder. I installed it. Will try default installation. Thanks for help.
  6. At the screenshot I tried to simply run it using F5. Here I'm trying to focus notepad window. The file is saved on my desktop. Same issue.
  7. Hello, I wanted to try to learn the autoIT language but I got stuck at the beginning. None of scripts work, even example scripts. Every time the error is - "The system cannot find the file specified.". Please correct me if I'm wrong but all you need to do for it to work is to install AutoIT and editor. Is there any plugin/addon for Visual Studio that allows you to work there?
×
×
  • Create New...