so my friend gave me a script but it wont work on my simba, he told me i have to learn how to use srl3. Can someone link me to a guide or show me what to do? Please and thank you
so my friend gave me a script but it wont work on my simba, he told me i have to learn how to use srl3. Can someone link me to a guide or show me what to do? Please and thank you
SRL 3 is heavily outdated, and won't work with current Runescape, IIRC
We're up to SRL 5 now.
I'm not sure what you or your friend mean by SRL3. Maybe he means LAPE?![]()
Edit: Derp moment.
Solar from RiD.
Read the Simba setup guide
Post the script here.
Here is the Script
{$DEFINE SMART}
{$i SRL/SRL.Simba}
procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
with Players[0] do
begin
Name := 'Name'; // Username
Pass := 'pass'; // Password
Pin := '1234'; // PIN - Leave Blank If None
Active := True; // Is Player To Be Used?
end;
end;
function PRandoms: Boolean;
begin
Result := FindNormalRandoms or FindNonInventoryRandoms;
end;
procedure SetupLogin;
begin
ClearDebug;
Status('SetupLogin');
{$IFDEF SMART}
SRL_SixHourFix := True;
Smart_FixSpeed := True;
{$ENDIF}
SetupSRL;
DeclarePlayers;
ActivateClient;
if not LoggedIn then
begin
LoginPlayerToLob;
if OpenWorldScreen then
begin
SelectWorld(2);
LoginPlayer;
end;
end;
SetAngle(SRL_ANGLE_HIGH);
PRandoms;
end;
begin
SetupLogin;
repeat
PRandoms;
if not LoggedIn then
TerminateScript;
InvMouse(1, mouse_Left);
North click ,25
while walking if stop 48, 403
click 24, 509
click until (false)
Rebeat
until(False);
end.
And here is the Error im getting
http://puu.sh/17b4r
Third-to-last line, you misspelled Repeat. That will throw a compiling error.
And that isn't SRL 5 so it won't work with Simba or Runescape.
EDIT: That reason you're getting other errors is because some parts of that script are so old, they simply don't exist anymore.
PM me the details and I'll see if I can convert it for you.
GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!
<BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols
It has some serious nonsensical 'clicks' that no version of SRL will be able to run it. If you have been to the beginner's tutorials section, you should know these codes don't even have the proper 'format' (space b/w procedure name, no parenthesis, non-existent procedures).
Last edited by KeepBotting; 09-21-2012 at 11:11 AM. Reason: off
GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!
<BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols
There are currently 1 users browsing this thread. (0 members and 1 guests)