Hello fellow script writers ^__^,
I need help on my script... cause I'm having trouble with my scripts I have 3 running scripts and wishes to make into 1 here are the codes...
the problem is when the restart script starts the attack and buff/healer contradicts with the restart script... so can anyone help?
attack script change some of it to for my preference (credits for Bob16)
buffer/healer script... (credits also to Bob16)
the reason why I made another script for this is so that it will not interfere with the attack script
and lastly my restart script(credits to happydruid)
I need help on my script... cause I'm having trouble with my scripts I have 3 running scripts and wishes to make into 1 here are the codes...
the problem is when the restart script starts the attack and buff/healer contradicts with the restart script... so can anyone help?
attack script change some of it to for my preference (credits for Bob16)
Code:
While 1
= PixelSearch( 100, 100, 1024, 718, 0xFFFD00, 50, 1)
= PixelSearch( 100, 100, 1024, 718, 0XFFFF11, 50, 1)
= PixelSearch( 100, 100, 1024, 718, 0XFFFF22, 50, 1)
= PixelSearch( 100, 100, 1024, 718, 0XFFFF33, 50, 1)
= PixelSearch( 100, 100, 1024, 718, 0XFFFF44, 50, 1)
If Not @error Then
MouseMove(,,0)
MouseClick("left",,)
Sleep (10)
EndIf
Send("{Right 1}")
Send("{Space}")
Send("1")
Sleep(900)
Send("{Right 1}")
Send("{Space}")
Send("2")
Sleep(900)
Send("{Right 1}")
Send("{Space}")
Send("3")
Sleep(900)
Send("{Right 1}")
Send("{Space}")
Send("4")
Sleep(900)
Send("{Right 1}")
Send("{Space}")
Send("{Space}")
Wend
the reason why I made another script for this is so that it will not interfere with the attack script
Code:
While 1
WinActivate("CABAL")
= PixelSearch(82, 40, 167, 40, 0x000000, 10, 1)
If Not @error Then
Send("{0}")
EndIf
Send("5")
Sleep(1000)
Send("6")
Sleep(1000)
Send("7")
Sleep(1000)
Send("{Space}")
Send("{Space}")
Wend
Code:
Opt("WinWaitDelay", 100)
Opt("WinTitleMatchMode", 4)
Opt("WinDetectHiddenText", 1)
Opt("PixelCoordMode", 2)
Opt("MouseCoordMode", 2)
WinWait("CABAL", "")
If Not WinActive("CABAL", "") Then WinActivate("CABAL", "")
WinWaitActive("CABAL", "")
= "CABAL"
= WinGetProcess(, "") ;Open process
= 0
Do
Send("o")
MouseMove(515,280)
sleep(200)
MouseMove(515,280)
sleep(10)
MouseMove(515,280)
sleep(10)
MouseClick("left")
sleep(10000)
Send("2")
Sleep(50)
Send("{ENTER}")
sleep(2700000)
Until = 1