Results 1 to 8 of 8

Thread: Very Easy(?) script

  1. #1
    Join Date
    May 2007
    Posts
    344
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Very Easy(?) script

    All I want is a script that will login, keep from logging out and perform anti-randoms. I will be in combat the whole time if that will effect the script. If someone could make this i'd be really thankful.

  2. #2
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it's not that hard of a script. maybe you could try it yourself?

    EDIT: w00t!!! 400th post!!!

  3. #3
    Join Date
    May 2007
    Posts
    344
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by skilld u View Post
    it's not that hard of a script. maybe you could try it yourself?

    EDIT: w00t!!! 400th post!!!
    -.-

    program dontlogout;
    {.include SRL/SRL/Misc/Smart.Scar}
    {.include srl/srl.scar}

    procedure declarePlayers;
    begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;
    Players[0].Name := ''; //username
    Players[0].Pass := ''; //password
    Players[0].Nick := ''; //3-4 letters from your username
    Players[0].Active := True;
    end;

    function FindNormalRandoms: Boolean;
    var
    i: Integer;
    begin
    for i := 1 to 8 do
    begin
    case I of
    1: SolveNonTalkingRandoms;
    2: Respond;
    3: Result := FindTalk;
    4: Result := FindDead;
    5: Result := FindLamp(LampSkill);
    6: if FindBox then
    Result := SolveBox;
    7: Result := RC;
    8: Result := FindMod;
    end;
    if Result then
    Break;
    //Wait(1);
    end;
    end;

    begin
    setupscript;
    login;
    FindNormalRandoms;
    repeat;
    repeat;
    end

  4. #4
    Join Date
    May 2007
    Posts
    344
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    double post

  5. #5
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    add antiban. it will still logout if you have just that.

  6. #6
    Join Date
    May 2007
    Posts
    344
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Will anyone please write this script out?

  7. #7
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    SCAR Code:
    program dontlogout;
    {.include SRL/SRL/Misc/Smart.Scar}
    {.include srl/srl.scar}

    procedure declarePlayers;
    begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;
    Players[0].Name := ''; //username
    Players[0].Pass := ''; //password
    Players[0].Nick := ''; //3-4 letters from your username
    Players[0].Active := True;
    end;

    var
      Time: Integer;

    begin
      SmartSetupEx(blah, False, False);
      SetupSrl;
      DeclarePlayers;
      LoginPlayer;
      repeat
        MarkTime(Time);
        while TimeFromMark(Time) < 5000 do
          Wait(100);
        Wait(500 + Random(500));
        FindNormalRandoms;
        SendArrowWait(Random(4), 25 + Random(25));
      until(Not(LoggedIn))
    end.
    That's a basic version, not sure how safe using SendArrowWait is, but with a random wait, it should be fine. It should keep you logged in and randomly send an arrow key every 5 to 6 seconds then check for randoms. Add in anti ban if you want, but that should do the job of just staying logged in.
    By reading this signature you agree that mixster is superior to you in each and every way except the bad ways but including the really bad ways.

  8. #8
    Join Date
    May 2007
    Posts
    344
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by mixster View Post
    SCAR Code:
    program dontlogout;
    {.include SRL/SRL/Misc/Smart.Scar}
    {.include srl/srl.scar}

    procedure declarePlayers;
    begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;
    Players[0].Name := ''; //username
    Players[0].Pass := ''; //password
    Players[0].Nick := ''; //3-4 letters from your username
    Players[0].Active := True;
    end;

    var
      Time: Integer;

    begin
      SmartSetupEx(blah, False, False);
      SetupSrl;
      DeclarePlayers;
      LoginPlayer;
      repeat
        MarkTime(Time);
        while TimeFromMark(Time) < 5000 do
          Wait(100);
        Wait(500 + Random(500));
        FindNormalRandoms;
        SendArrowWait(Random(4), 25 + Random(25));
      until(Not(LoggedIn))
    end.
    That's a basic version, not sure how safe using SendArrowWait is, but with a random wait, it should be fine. It should keep you logged in and randomly send an arrow key every 5 to 6 seconds then check for randoms. Add in anti ban if you want, but that should do the job of just staying logged in.
    thank you so much, i'm going to be just forever training. Like attack something and then let it just lvl on it because my str/atk are each 1. Thank you very much.

    *EDIT*
    This really gave me insight as to how scripting works. I can use the SRL include and then call on functions already made. I was able to insert anti-bans in here to prevent the log out. Believe it or not seeing this simple script you made has helped me understand SCAR more than ever haha.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Making a easy script!
    By Nortun in forum OSR Help
    Replies: 12
    Last Post: 01-11-2009, 11:10 PM
  2. Which is easy for my first script
    By brent8900 in forum News and General
    Replies: 10
    Last Post: 08-04-2008, 04:16 AM
  3. Need a script [Should be easy]
    By Dascooby in forum OSR Help
    Replies: 2
    Last Post: 07-13-2008, 11:50 AM
  4. Help with easy script, simple for most
    By 503075000868 in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 07-15-2007, 03:48 PM
  5. Easy Script
    By marsh in forum RS3 Outdated / Broken Scripts
    Replies: 12
    Last Post: 04-09-2007, 03:26 PM

Posting Permissions

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