How Controlclick work for the example: League of Legends.
I want that it Click on the Button "Play"
But controlclick do nothing.
I want that it Click on the Button "Play"
Code:
#RequireAdmin
;-------------------------------------------------------
Run("C:\Riot Games\League of Legends\lol.launcher.exe")
WinWaitActive("LoL Patcher","",10)
Sleep(1000)
ControlClick("LoL Patcher","[CLASS:LOLPATCHER; INSTANCE:1]","","left",1,635,37)