Results 1 to 17 of 17

Thread: Srl3?

  1. #1
    Join Date
    Sep 2012
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Srl3?

    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

  2. #2
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    SRL 3 is heavily outdated, and won't work with current Runescape, IIRC

    We're up to SRL 5 now.

  3. #3
    Join Date
    Feb 2012
    Location
    UK
    Posts
    909
    Mentioned
    10 Post(s)
    Quoted
    191 Post(s)

    Default

    I'm not sure what you or your friend mean by SRL3. Maybe he means LAPE?
    Edit: Derp moment.
    Solar from RiD.

  4. #4
    Join Date
    Sep 2012
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by NKN View Post
    SRL 3 is heavily outdated, and won't work with current Runescape, IIRC

    We're up to SRL 5 now.
    Oh wow lol is there a link or something for srl 5?

  5. #5
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Quote Originally Posted by 7x7x View Post
    Oh wow lol is there a link or something for srl 5?
    just download simba..

  6. #6
    Join Date
    Sep 2012
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Ollybest View Post
    just download simba..
    i did, but the script he gave me doesn't work. hes saying it works for him, but i copied and pasted the script he gave me perfectly and it still give me an error.

  7. #7
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Read the Simba setup guide

  8. #8
    Join Date
    Sep 2012
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by NKN View Post
    Read the Simba setup guide
    i have, i updated everything. and ran msi. still dont work =/

  9. #9
    Join Date
    Dec 2011
    Location
    Boston, MA
    Posts
    131
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Post the script here.

  10. #10
    Join Date
    Sep 2012
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    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.

  11. #11
    Join Date
    Sep 2012
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    And here is the Error im getting

    http://puu.sh/17b4r

  12. #12
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    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

  13. #13
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by 7x7x View Post
    North click ,25
    click 24, 509
    click until (false)
    Rebeat
    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).

  14. #14
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    It has some serious nonsensical 'clicks' that no version of SRL will be able to run it.
    Yeah that entire procedure will throw compiling errors.
    You're better off trashing it and finding a different script to use, or converting it.
    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

  15. #15
    Join Date
    Dec 2011
    Location
    Boston, MA
    Posts
    131
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I don't have Simba available on this computer to test for myself, but..

    Quote Originally Posted by 7x7x View Post
    [COLOR="SeaGreen"]
    InvMouse(1, mouse_Left);
    North click ,25
    while walking if stop 48, 403
    click 24, 509
    click until (false)
    Rebeat
    until(False);
    end.
    lolwut?

  16. #16
    Join Date
    Sep 2012
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    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.
    OK i sent it, thanks =)

  17. #17
    Join Date
    Sep 2012
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    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).
    Ah ok i see what you mean now, i guess i trusted the guy too much lol. But thanks, ill be sure to let that person know what he gave me was wrong

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •