all i require is just a script that clicks a specified color every 35 seconds.
thats it. I know its probably somewhere but i cant script at all. and its so simple would it be possible for someone?
all i require is just a script that clicks a specified color every 35 seconds.
thats it. I know its probably somewhere but i cant script at all. and its so simple would it be possible for someone?


I can make it click a specific spot evry 35 seconds
im afraid i need color because the spot changes
- this isnt difficult right?
Here you go :
SCAR Code:program Click;
{.include srl/srl.scar}
Const
Color1 = 0;
begin
Repeat
FindColor(X,Y,Color1,msx1,msy1,msx2,msy2);
ClickMouse(X,Y,True);
Wait(35000);
until(False)
End.
thankyou so very much.
respect
hmmm didnt work... maybe i should have mentioned it was for IE.
Internet Explorer?
yea. this is the color: 16737996
you need to replace the color1 = 0; with color1 = 16737996; anyways colors change in runescape....
Infractions, reputation, reflection, the dark side of scripting, they are.
Check if this works:
SCAR Code:program New;
{.include SRL/SRL.scar}
const
Color1=16737996;//Change to any color
begin
if (FindMSColor(x,y,Color1) then
Mouse(x,y,4,4,true);
end.
both of theese scripts should work just remember that in the first one under the writing const change theso that the 0 is actually the color you are looking for.color1 = 0;
well did it work?
There are currently 1 users browsing this thread. (0 members and 1 guests)