AHK not working

06/07/2020 20:21 abdo2014#1
why this script {Toxic Fog lvler BACKGROUND} not working in version 5517

Code:
; <COMPILER: v1.0.48.3>
msgbox, Sit F1 (toxic fog/Guard as skill)      (C)www.************* by 1qq23q
WinGet,id, ID,[C
loop
{
ControlClick, x110 y760,ahk_id %id%,,right
sleep 1000
ControlClick, x646 y272,ahk_id %id%,,right
}
....
06/20/2020 06:32 ahmed01098#2
use Send instead of control click
08/04/2020 22:19 lokosinho0#3
You need to look if the title of the window on the server you're trying to use has "[C" in title, you can use "Windows Spy" ahk feature to check, in th "WinGet,id, ID,[C" the "[C" needs to match Conquer window title, or part of it.