I had one of those so i pout it in my script i think this is the one i use..
SCAR Code:
function WaitingPin: boolean;
var
x,y: integer;
begin
if not (LoggedIn) then Exit;
if (GetColor(297, 288) = 0) and (GetColor(69, 47) = 0) then
begin
Wait(500 + Random(400));
MMouse(127, 142, 200, 3);
Wait(70 + Random(30));
if IsUpText('k') then
begin
GetMousePos(x, y);
Mouse(X, y, 0, 0, True);
end else Mouse(127, 142, 200, 3, True);
Result := True;
end;
end;
should work...been about a month since i used it so itll work unless jagex updated something