So much hostility.
Look, if the colour you picked is right then there have been multiple scripts posted which will work. If you have picked an incorrect colour, it will do nothing.
Solution 1:
Make sure you've picked the correct colour and fit it into the script you were given.
Solution 2:
Using the same colour you've picked, you may use the following code instead:
Simba Code:
program Colour;
{.include SRL/SRL.scar}
var
x, y : integer;
begin
If FindColorTolerance(x, y, 59751, 0, 0, 1276, 776, 5) Then
Mouse(x, y, 1, 1, True);
end.
Tell me which one works, if nothing works then PM me and I'll give you my MSN and we can work something else out.