#Persistent
msgbox, 1024x768 mode`nCtrl + Q to pause
settimer, red, 1000
return
red:
IfWinActive , [Conq
{
PixelSearch, outx, outy, 400, 200, 600, 400,0x0303B8,,Fast
if ErrorLevel
{
PixelSearch, outx, outy, 100, 50, 900, 600,0x0303B8,,Fast
if ErrorLevel
{
sleep 500
}
else
{
EnvAdd, outy, 20
EnvAdd, outx, 20
click %outx%, %outy%
}
}
else
{
EnvAdd, outy, 20
EnvAdd, outx, 20
click %outx%, %outy%
}
}
return
^q::pause
the above list all no, dont know how to do itQuote:
dcs on blue names red names gms and blak names
picks up rues, gems and picks up normasl to check if they are +1
auto dropper for normal crap
auto dcs if u pick up db
Gui, -Caption +ToolWindow +alwaysontop Gui, color, black Gui, Add, Text, x1 y1 h100 w100 Center GuiMove, Gui, Show, h50 w50, block settimer, function, 5000 Return uiMove: PostMessage, 0xA1, 2,,, A Return function: WinWaitNotActive, [Conquer WinActivate, [Conquer return
Quote:
Well ok ill look for it but dont u know how to modify or where in co folder is the n umber couunter of sm ? I want to modify the color so it wont click it :) Anyway the wway sm could be detected that it wil check the right bottom for red color u know tghe basic counter changes to red when sm is on :)
#Persistent
settimer, check, 60000
check:
; function will only works within 2-5am
if (A_Hour >= 2) and (A_hour <= 5)
{
; if no interaction with computer for more than 10 mins
if A_TimeIdlePhysical > 600000
{
MsgBox, 0, This MsgBox will time out in 10 seconds, Press OK to prevent screen turning off., 10
IfMsgBox OK
return
IfWinActive, Title of the Player Program
WinClose, Title of the Player Program
SendMessage, 0x112, 0xF170, 2,, Program Manager
settimer, check, off
settimer, check2, 120000
}
}
return
check2:
if A_TimeIdlePhysical < 60000
{
settimer, check, 60000
settimer, check2, off
}
return