i didnt use it yet, cuz i dont have CO anymore. however, i decompile your program. it looks perfectly fine to me =)
lol, doesnt it looks much simpler than your autoit script =)
lol, doesnt it looks much simpler than your autoit script =)
Code:
Mbutton::
{
IfWinActive , [Conquer2.0]
{
if wheelset=0
{
Send, {Control down}
Click
Send, {Control up}
return
}
else if wheelset=1
{
MouseGetPos, coordx, coordy
Click
Sleep, 250
MouseMove, 550, 30, 0
Sleep, 150
Click
MouseMove, %coordx%, %coordy%, 0
return
}
else
{
send, {F10}
return
}
}
Else
{
send, {Mbutton}
return
}
}