/~~~~~~~~~~~~~~Fixed Nielsie95~~~~~~~~~~~~~~~\
||~~~~~~~~~~~ Tut Island Runner ~~~~~~~~~~~~||
||~~~~~~~~~~~~ Progress Report ~~~~~~~~~~~~~||
||~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~||
|| Worked for 19 Minutes and 54 Seconds
|| Done 1 account[s].
|| Succesfully done 1 account[s].
|| ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
|| *****************************************
|| ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
Took a little while because in the Church it has a hard time find the priest. It did work when i shook the mouse a bit.i will use this for making my bot army.!
i currently only had like 3 botters
so i hope to increase that to 20~
Edit: No, ewww not reflection!
ive got a problem..
SCAR Code:Line 3657: [Error] (20124:14): Unknown identifier 'SmartWorld' in script C:\Users\Sondre\AppData\Local\Temp\FixedTutorialRunner0.86c(smart).scar
but ive like downloded the svn updater and ive updates smart and reflection..
here is smart scar:
SCAR Code:function IsKeyDown(C:Char): Boolean;
begin
Result := SmartIsKeyDown(ord(c));
end;
procedure MoveMouse(x, y: Integer);
begin
SmartMoveMouse(x, y);
end;
procedure HoldMouse(x, y: Integer; left: Boolean);
begin
SmartHoldMouse(x, y, left);
end;
procedure ReleaseMouse(x, y: Integer; left: Boolean);
begin
SmartReleaseMouse(x, y, left);
end;
procedure KeyUp(key: Byte);
begin
If Key = 13 Then
Key := 10;
SmartReleaseKey(key);
end;
procedure KeyDown(key: Byte);
begin
If Key = 13 Then
Key := 10;
SmartHoldKey(key);
end;
procedure SendKeys(S: String);
begin
SmartSendKeys(S);
end;
procedure GetMousePos(var x, y: Integer);
begin
SmartGetMousePos(x, y);
end;
function GetColor(x, y: Integer): Integer;
begin
result:= SmartGetColor(x, y);
end;
procedure SmartSetTarget;
var
Smart_Bitmap: Integer;
begin
Smart_Bitmap:= BitmapFromString(765,503,'');
GetBitmapCanvas(Smart_Bitmap).Handle:= SmartGetDC;
SetTargetBitmap(Smart_Bitmap);
FreeBitmap(Smart_Bitmap);
end;
function FindWindow(Title: String): Boolean;
begin
result:= true;
end;
procedure ActivateClient;
begin
end;
function FindWindowBySize(Width, Height: Integer): Boolean;
begin
result:= true;
end;
procedure SmartSetupEx(worldnumber: integer; members, signed, superdetail: boolean);
var
prefix: string;
begin
prefix := ReadINI('World' + IntToStr(worldnumber), 'Prefix', AppPath + 'includes\SRL\SCSS\worlds.ini');
if(prefix = '')then
begin
writeln('Invalid world number or corrupted world list. Please review your settings');
TerminateScript;
end;
SmartSetup('http://'+prefix+'.runescape.com/', 'plugin.js?param=o0,a' + IntToStr((Integer(not(Signed)) + 1) * Integer(not((SuperDetail and Signed)))) + ',m' + IntToStr(Integer(Members)));
end;
Procedure SaveScreenshot(s : string);
var
TempBMP : integer;
TempS : String;
begin;
Temps := s;
While FileExists(Temps) do
begin;
Temps := ExtractFilePath(s) + Copy(ExtractFileName(Temps),1,LastPos('.',ExtractFileName(Temps))-1) + '2' + ExtractFileExt(s);
Writeln(Temps);
end;
TempBMP := BitmapFromString(765,503,'');
Try
CopyClientToBitmap(TempBMP,0,0,765,503);
SaveBitmap(TempBMP, Temps);
Except
end;
FreeBitmap(TempBMP);
end;
what is the problem?
you need to add a constant... i forgot for some reason.. i just barely posted the same version with those constants...
REDOWNLOAD!
When will the reflection version be added?
when its done... im learning as i go. so far i have the walking down(what usually fails in color version), but im struggling a little with the object finding
Hey just used this, got 3/4 guys done. Thanks a lot!
SCAR Code:/~~~~~~~~~~~~~~Fixed Nielsie95~~~~~~~~~~~~~~~\
||~~~~~~~~~~~ Tut Island Runner ~~~~~~~~~~~~||
||~~~~~~~~~~~~ Progress Report ~~~~~~~~~~~~~||
||~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~||
|| Worked for 16 Minutes, and 44 Seconds
|| Done 1 account[s].
|| Succesfully done 0 account[s].
|| ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
|| *****************************************
|| ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
Failed ranging rats...
Project: Welcome To Rainbow
Sorry didn't check, but will log in on him later this week.
hey everyone... i have almost finished the color update... just working on a 1337 chicken cage walker(trying tpas...)
the reflection update is almost done also, just working on church door proc(its done i just haven't tested it...)
BUMP!!!
Update to 0.87!!!
Redownload Everyone!!!
Im going to use this for like heaps of accounts so expect a big proggie soon
Failed ranging rats and got slightly stuck finding the quest bloke and the rock to mine.Code:/~~~~~~~~~~~~~~Fixed Nielsie95~~~~~~~~~~~~~~~\ ||~~~~~~~~~~~ Tut Island Runner ~~~~~~~~~~~~|| ||~~~~~~~~~~~~ Progress Report ~~~~~~~~~~~~~|| ||~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|| || Worked for 26 Minutes and 31 Seconds || Done 1 account[s]. || Succesfully done 0 account[s]. || ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ || ***************************************** || ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

;D testing now with 5 chars.. I'll tell you how it goes
had to help it a little on some parts.. but still works great
timers are off I think..
no way it took 30 mins
SCAR Code:<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
< 0 : ***** . Loc = Lumbridge . Time = 30mins.
< 1 : ***** . Loc = Lumbridge . Time = 19mins.
< 2 : ***** . Loc = Lumbridge . Time = 19mins.
< 3 : ***** . Loc = Fishing . Time = 6mins.
< 4 : ***** . Loc = Lumbridge . Time = 22mins.
<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
![]()
i have found a new problem... during the combat instructor(not ranging rats...i already knew about that one). i am trying to fix it as we speak!

you could add some failsafes.. like it thought it was near the bank before it went up ladder![]()
So.. does it work right now?
no... i forgot to post new version last night sorry everyone. I have it on my computer at home(at school right now), but i have a basketball game in another town today and won't get home 'til late... so just wait for it!
yes...im testing it now
I wanted to see your custom nextplayer so I was going over it, then I saw MyLogin;, so I went over that, and on line 437, I saw NextPlayer(False); but you have your own custom nextplayer; to speed it up, so why dont you just add procedure MyNextPlayer(Active: Boolean); forward; before MyLogin; and then just call your MyNextPlayer(False); there instead?
There are currently 1 users browsing this thread. (0 members and 1 guests)