PDA

View Full Version : Updated Again



I Pick Axes
10-02-2006, 01:16 PM
Apparently, Jagex decided to 'tweak' the new interfaces.

Stats are back to yellow text.
Run is moved away once again.

I Pick Axes
10-02-2006, 01:50 PM
I'm temporarily using these for running.

Function IsRun:Boolean;
begin
GameTab(11);
if (FindColorTolerance(x,y,1908610,630,413,665,448,5)
or FindColorTolerance(x,y,1777019,630,413,665,448,5))
then begin result := true; end
else begin result := false; end;
end;

Procedure SetRun2(run:Boolean);
begin
if (not run) then
while (IsRun) do
begin Mouse(644,428,15,15,true); end
if (run) then
while (not IsRun) do
begin Mouse(644,428,15,15,true); end
end;

KrypteX
10-02-2006, 07:12 PM
how do you use that ? cant :duh:

I Pick Axes
10-02-2006, 09:06 PM
Work with a copy of a script, not the original. Past these two at the top of a script that needs run settings. Where it said SetRun, replace for now with SetRun2. That or wait for the next version of SRL. I was just fiddling around with this.

r3dis
10-13-2006, 05:19 AM
nice work man working well 4 me