Jump to content

Hulubulu

Members
  • Posts

    3
  • Joined

  • Last visited

Hulubulu's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thanks, that did the trick. Well just another problem now. What if I want to use it in an inactive window, how do I do that?
  2. Thanks, that did the trick. Well just another problem now. What if I want to use it in an inactive window, how do I do that?
  3. Hi everyone I'm pretty new to this so bear with it At this moment I need a script that double clicks at one spot, waits for 500ms then doubleclicks at another spot, and then it should continue in a loop. I tried so far this but it comes with an error. HotKeySet("{esc}","LoopFlagToggle") $loopflag = 0 Do MouseClick($MOUSE_CLICK_PRIMARY, 211, 173, 2) Sleep (500) MouseClick($MOUSE_CLICK_PRIMARY, 257, 168, 2) Sleep (500) Until $loopflag <> 0 Func LoopFlagToggle() $loopflag = 1 EndFunc
×
×
  • Create New...