demonkk3@
yea sure, editing an existed script should be quite simple
yea sure, editing an existed script should be quite simple
~$RButton:: settimer, rclick, off s := A_TickCount KeyWait, RButton e := A_TickCount - s if e > 2000 settimer, rclick, 500 return rclick: click, right return
Red_hex = 0x0303B8
msgbox, Ctrl+Q to pause`nMP pot in F2 slot
settimer, atk, 700
settimer, pot, 300000
return
pot:
send {F2}
return
atk:
PixelSearch, outx, outy, 400, 200, 600, 400,%Red_hex%,,Fast
if ErrorLevel = 0
{
EnvAdd, outx, 20
EnvAdd, outy, 20
click, %outx%, %outy%, right
return
}
PixelSearch, outx, outy, 100, 50, 900, 600,%Red_hex%,,Fast
if ErrorLevel = 0
{
EnvAdd, outx, 20
EnvAdd, outy, 20
click, %outx%, %outy%, right
return
}
return
^q::pause
Quote:
123qweasdqwe@
ok, this is the auto right click part. hold right click for 2+ sec to activate the auto. press right click again to disable
and assuming u are using 1024x768 clientCode:~$RButton:: settimer, rclick, off s := A_TickCount KeyWait, RButton e := A_TickCount - s if e > 2000 settimer, rclick, 500 return rlick: click, right return
the zap:
Code:Red_hex = 0x0303B8 msgbox, Ctrl+Q to pause`nMP pot in F2 slot settimer, atk, 700 settimer, pot, 300000 return pot: send {F2} return atk: PixelSearch, outx, outy, 400, 200, 600, 400,%Red_hex%,,Fast if ErrorLevel = 1 { EnvAdd, outx, 20 EnvAdd, outy, 20 click, %outx%, %outy%, right return } PixelSearch, outx, outy, 100, 50, 900, 600,%Red_hex%,,Fast if ErrorLevel = 1 { EnvAdd, outx, 20 EnvAdd, outy, 20 click, %outx%, %outy%, right return } return ^q::pause
Hmm, how do i check the zoom address den ?Quote:
123qweasdqwe@
it can be made in ahk
i used to have one around here, but no one update me with the zoom address
so usually when ppl request, i would tell him to give me the address first
as a matter of fact, the script is only few lines
~$RButton:: settimer, rclick, off s := A_TickCount KeyWait, RButton e := A_TickCount - s if e > 2000 settimer, rclick, 500 return rlick: click, right return
Red_hex = 0x0303B8
msgbox, Ctrl+Q to pause`nMP pot in F2 slot
settimer, atk, 700
settimer, pot, 300000
return
pot:
send {F2}
return
atk:
PixelSearch, outx, outy, 400, 200, 600, 400,%Red_hex%,,Fast
if ErrorLevel = 0
{
EnvAdd, outx, 20
EnvAdd, outy, 20
click, %outx%, %outy%, right
return
}
PixelSearch, outx, outy, 100, 50, 900, 600,%Red_hex%,,Fast
if ErrorLevel = 0
{
EnvAdd, outx, 20
EnvAdd, outy, 20
click, %outx%, %outy%, right
return
}
return
^q::pause