Autoit Ctrl+left mouse udf

04/24/2008 21:44 UPSman2#1
So i made a udf (user-defined-function) in Autoitv3 for sending "Ctrl_down + LeftMouse_Down" event to the conquer window (or really any other window), this can be used to make a character jump in conquer while the program is minimized or hidden

Heres an Example:
Code:
#Include <UPSmouse.au3>
ctrlmouse("[Conquer2.0]","","#327701", 120, 150)
(credits to Evan, Valik and original author) << i just translated it into a udf


The UDF (UPSmouse.au3) and a Example script and program are included in the rar
04/25/2008 11:32 disc#2
Extremely helpful, I cant thank you enough for sharing this. A big thanks to all the people that put it together.