how to add mouseclick left

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
jard_ramos1990
Posts: 14
Joined: 19 Nov 2022, 07:40

how to add mouseclick left

Post by jard_ramos1990 » 03 Feb 2023, 10:51

this is the script : someone to help me how to add mouseclick left or no need to push f1 and mouseleft . is a auto press from the scipts

Code: Select all

wTitle = ahk_pid 6420
#MaxThreadsPerHotkey 2
#If WinExist(wTitle)
F10::
on := !on
SetKeyDelay, 1, 1
WinGet, win, List, %wTitle%
While on
 Loop, %win%
  ControlSend,,{F1}{F1}{F1}{F1}{F1}{F1}{F1}{F1}, % "ahk_id" win%A_Index%
 Until !on
Return
#If






Rohwedder
Posts: 7551
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: how to add mouseclick left

Post by Rohwedder » 03 Feb 2023, 11:53

Hallo,
add:Click or:ControlClick,, % "ahk_id" win%A_Index%
How would be simple if you define where to!
("In this script in the right place" is not a sufficient answer.)

jard_ramos1990
Posts: 14
Joined: 19 Nov 2022, 07:40

Re: how to add mouseclick left

Post by jard_ramos1990 » 05 Feb 2023, 02:51

vyou need to point the mouse at the game screen for it to work. if possible while editing my wowork with my un left mouse in the game.

Post Reply

Return to “Ask for Help (v1)”