SCAR Code:
Function FindWaterColor: Integer; | by Tarajunky
function FindRoadColor: Integer; | by Tarajunky
function FindVarrockRoadColor: Integer; | by Tarajunky
function FindFallyRoadColor: Integer; | by Tarajunky
function FindRockColor: Integer; | by Tarajunky
function FindStoneColor: Integer; | by Tarajunky
function FindDirtRoadColor: Integer; | by Tarajunky
function FindBridgeColor: Integer; | by Tarajunky
function FindLadderColor: Integer; | by Tarajunky
function AutoColorThis(Bitmap, MaxTol, X1, Y1, X2, Y2:Integer) : integer; | by Sumilion
theres the different colours so if u were walkin to willows i would use watercolour and Click symbol for fish
such as
SCAR Code:
if not RadialRoad(FindWaterColor,1,1,1,1) then
If Findsymbol ('Fish')then
begin
wait(10);
mouse (1,1,true);
end;
fairly easy