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