Waddo
07-24-2011, 08:33 PM
{************************************************* ******************************
procedure Retaliate(RetTrue: Boolean);
By: WT-Fakawi & n3ss3s, slight mod by EvilChicken!
Description: Set's Auto Retaliate ON of OFF.
************************************************** *****************************}
procedure Retaliate(RetTrue: Boolean);
Var
X, Y: Integer;
Begin
if (GetCurrentTab <> tab_Combat) then
begin
GameTab(tab_Combat);
Wait(300 + Random(200));
end;
if (RetTrue) xor FindColorTolerance(X, Y, 1777019, 624, 385, 719, 396, 2) then
MouseBox(577, 364, 719, 396, 1);
End;
the co-ords for mouse box where wrong, and I've reduced the wait time.
The time it took before just didn't seem human. And took too long.
procedure Retaliate(RetTrue: Boolean);
By: WT-Fakawi & n3ss3s, slight mod by EvilChicken!
Description: Set's Auto Retaliate ON of OFF.
************************************************** *****************************}
procedure Retaliate(RetTrue: Boolean);
Var
X, Y: Integer;
Begin
if (GetCurrentTab <> tab_Combat) then
begin
GameTab(tab_Combat);
Wait(300 + Random(200));
end;
if (RetTrue) xor FindColorTolerance(X, Y, 1777019, 624, 385, 719, 396, 2) then
MouseBox(577, 364, 719, 396, 1);
End;
the co-ords for mouse box where wrong, and I've reduced the wait time.
The time it took before just didn't seem human. And took too long.