hi ,
voici my list of code in scare ,the arrow key work but the runescape window can't detect the key:
program New;
var FindColourX, FindColourY: Integer;
var box: TBox;
procedure northfindersuite;
begin
repeat
Wait(600 + Random(200))
SendArrow(1)
until(FindColorSkipBoxTolerance(FindColourX, FindColourY, 1911089, 537, 5, 550, 17, 20, box))
end;
begin
northfindersuite
end.
can some1 help me plz


Reply With Quote









