Instruction:
1. Open CO
2. Put F1,F2 for med and sit
3. select the skill u want to use as current skill
4. turn on this program
This program can work in background/minimized CO window
what it does is when u press F11, it will do a control click on the "red" area.
so whatever players/monsters stand there will be targeted
*shift screen helps if u dont like that red area location
Screenshot:
[Only registered and activated users can see links. Click Here To Register...]
Example:
1. in lab, simply press F11 before ur archer flies back to spawn
2. use in fast vp, no need to switch to tao screen to rev
3. use ur imagination =)
If u have AutoHotKey complier, u can do it urself =)
Download:
Updated on Dec4,07
1. Open CO
2. Put F1,F2 for med and sit
3. select the skill u want to use as current skill
4. turn on this program
This program can work in background/minimized CO window
what it does is when u press F11, it will do a control click on the "red" area.
so whatever players/monsters stand there will be targeted
*shift screen helps if u dont like that red area location
Screenshot:
[Only registered and activated users can see links. Click Here To Register...]
Example:
1. in lab, simply press F11 before ur archer flies back to spawn
2. use in fast vp, no need to switch to tao screen to rev
3. use ur imagination =)
If u have AutoHotKey complier, u can do it urself =)
Code:
msgbox, F1,2 for Med and Sit`nF11 to activate skill
WinGet,id, ID,[Conquer2.0]
gata := false
Sleep, 1000
#-------------------------------regain mana------------------------------------
loop
{
ControlClick, x110 y760,ahk_id %id%,,Right
sleep,500
ControlClick, x150 y760,ahk_id %id%,,Right
sleep,500
}
#---------------------------Press F11 to use skill-----------------------------
*F11::
ControlClick, x510 y424,ahk_id %id%,,Right
sleep 100
return
Updated on Dec4,07