Well, i keep making Runescape scripts, i made 3 so far (They didn't turn out to be a big hit, it's sad. I feel failure-ish) but now im SICK and tired of making Runescape scripts. So i decided to macro on games. So far I'm focusing on super crazy guitar deluxe 3
SCAR Code:
{*******************************************************************************
function FindNotes(Direction : String): Boolean;
Description: Finds and solves the arrow key notes, but does not solve the number notes.
Direction: Up, Down, Left, Right.
*******************************************************************************}
function FindNotes(Direction : String): Boolean;
var
X, Y, Key, Color : Integer;
begin
case (Direction) of
'Up': begin
Color := 153;
Key := 0;
end;
'Down': begin
Color := 26112;
Key := 2;
end;
'Left': begin
Color := 6697728;
Key := 3;
end;
'Right': begin
Color := 6697830;
Key := 1;
end;
end;
if FindColor(X, Y, Color, SX1, SY1, SX2, SY2) then
begin
SendArrow(Key);
Result := True;
Exit;
end
else
Exit;
end;
There you go. But i need help. Does SendArrow work? Sometimes my scipt misses a note and its really annoying!
Also, SX1, etc... is the coordinates around the thingy where your suppose to press the button
Code:
| | <=
| |
| |
| |
| |
| |
I'm too lazy to post a picture so I made this picture using 1337. =3