Results 1 to 21 of 21

Thread: (antiban Help) problems in Scar Diva 3.11 Srl 3.8

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

    Default (antiban Help) problems in Scar Diva 3.11 Srl 3.8

    AntiBan isn't reconized in Scar Diva 3.11 with Srl 3.8
    (not sure what exactly AntiBan is, but I was just wondering if it was really required)

    Also, when using scripts with anti-randoms support, my mouse likes to move over to my inventory backpack and just jiggle, then will move around and click on monster, then move back and jiggle on inventory backpack icon.

  2. #2
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    No shit?

    Can you not read the marquee'd (?) message at the top of EVERY SINGLE PAGE??? I'll let you find it.

  3. #3
    Join Date
    Nov 2006
    Location
    Wisconsin
    Posts
    1,629
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Where is the RAM when you need him? I guess I will take the job from him for this one, he will just have to lock the topic.

    Check this thread for info on why SRL does not work, and read bullzeyes post.

    http://www.villavu.com/forum/showthr...=15077?t=16609


    Quote Originally Posted by Rubix View Post
    Quote Originally Posted by Dan Cardin View Post
    you ought to listen to Mr. Klean...he's magical!
    this.

  4. #4
    Join Date
    Aug 2007
    Location
    England
    Posts
    734
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What happening there is probably that the interface has been updated and so the script you are using tried to open the inventory but dew to the changed colours etc.... was not able to recognise that it was open and so kept trying... just wait for the update or there is a hot fix about for the game tab and login parts

  5. #5
    Join Date
    May 2007
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    excuse me, but does the first question relate to runescape at all? I'm not stupid. I understand runescape updated *doh* how could I not see it. I've been macro'ing with autohotkey for some time now, it's just I wanted something that used java-context relative mouse positioning.

    And so far the autofighters I've tried have worked perfectly, other than the jiggling.

  6. #6
    Join Date
    Nov 2006
    Location
    Wisconsin
    Posts
    1,629
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Martingon View Post
    excuse me, but does the first question relate to runescape at all? I'm not stupid. I understand runescape updated *doh* how could I not see it. I've been macro'ing with autohotkey for some time now, it's just I wanted something that used java-context relative mouse positioning.

    And so far the autofighters I've tried have worked perfectly, other than the jiggling.
    Umm read the other posts moron. SRL does not work right now due to the RS update. SRL is for runescape thats how it relates to Runescape.....


    Quote Originally Posted by Rubix View Post
    Quote Originally Posted by Dan Cardin View Post
    you ought to listen to Mr. Klean...he's magical!
    this.

  7. #7
    Join Date
    May 2007
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    *cough* SCAR compiling issues with SRL don't relate to runescape...

    I threw the thing about the jiggling in there to kill two posts. *had a dim idea for two seconds about creating two threads*

  8. #8
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    SRL is purely made for rs so it does have to do with runescape ass hole.
    Noob points?

  9. #9
    Join Date
    May 2007
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by mat_de_b View Post
    What happening there is probably that the interface has been updated and so the script you are using tried to open the inventory but dew to the changed colours etc.... was not able to recognise that it was open and so kept trying... just wait for the update or there is a hot fix about for the game tab and login parts
    Ah just now saw this post. Hmm very good answer. Thanks mat.

    As for "AntiBan" anybody know why Scar 3.11 with SRL 3.8 won't compile with it in my script?
    (yes I'm including everything correctly)


    Quote Originally Posted by Buckleyindahouse View Post
    SRL is purely made for rs so it does have to do with runescape.
    Noob points?
    Oh! I see now! When Jagex updated Runescape, AntiBan suddently disappeared from SRL!

    I'm asking about a compiling problem! not an execution problem! has no freaking thing to do with runescape!

    Code:
    program myprogrammy;
    {.include SRL/SRL.scar}
    var banky: Boolean;
    begin
    SetupSRL;
    AntiBan;
    end.
    Output:
    Code:
    Failed when compiling
    Line 6: [Error] (14455:1): Unknown identifier 'AntiBan' in script

  10. #10
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    If you are not using scar for runescape what is the use of having srl in the script?


    *Yes, I can bold my letters too.*

    Edit after your edit :
    Your trying to get smart with us when you have a mistake in your script. Very nice.


    SCAR Code:
    Program Noob;
    {.include srl/srl.scar}

    Procedure Antiban;
    Var
    i : integer;
    Begin
    For I := 0 to 1000 Do
     WriteLn('Noob -.- ['+IntToStr(I)+']');
    End;


    begin
    setupsrl;
    antiban;
    end.

    Wonder where the fuck I found these?
    SCAR Code:
    //-----------------------------------------------------------------//
    //--               Scar Standard Resource Library                --//
    //--               » AntiBan Routines                            --//
    //-----------------------------------------------------------------//

    // This list was last updated on March 25, 2007.
    // * procedure RandomRClick;                       // * by phantombmx
    // * procedure HoverSkill(Skill: String; Click: Boolean); // * by Dankness extended by Cheesehunk and fixed by Ron
    // * procedure PickUpMouse;                        // * by dark_sniper
    // * procedure SayCurrentLevels(which: String);    // * by RealRune
    // * procedure AlmostLogout;                       // * by Yakman

    //****************************************************************************//

    {*******************************************************************************
    procedure RandomRClick;
    By: phantombmx
    Description: Performs random right click to stay active.
    *******************************************************************************}


    procedure RandomRClick;
    var
      m: Integer;
    begin
      if (not (LoggedIn)) then Exit;
      m := MouseSpeed;
      MouseSpeed := 7;
      ActivateClient;
      case Random(7) of
        0: MouseBox(533, 7, 757, 200, 2);
        1: MouseBox(521, 3, 553, 496, 2);
        2: MouseBox(743, 3, 764, 497, 2);
        3: MouseBox(4, 467, 763, 498, 2);
        4: MouseBox(499, 343, 552, 496, 2);
        5: MouseBox(3, 343, 521, 355, 2);
        6: MouseBox(2, 346, 14, 499, 2);
      end;
      MouseSpeed := m;
    end;

    {*******************************************************************************
    procedure HoverSkill(Skill: String; Click: Boolean);
    By: Dankness extended by Cheesehunk and fixed by Ron
    Description: Hovers mouse over selected skill to "check exp"
                 Click = True will Click Skill and Click = False will 'Hover'
    *******************************************************************************}


    procedure HoverSkill(Skill: string; Click: Boolean);
    var
      row, col: Integer;
    begin
      case LowerCase(Skill) of
        'attack':
          begin
            row := 1;
            col := 1;
          end;
        'strength':
          begin
            row := 2;
            col := 1;
          end;
        'defence':
          begin
            row := 3;
            col := 1;
          end;
        'range':
          begin
            row := 4;
            col := 1;
          end;
        'prayer':
          begin
            row := 5;
            col := 1;
          end;
        'magic':
          begin
            row := 6;
            col := 1;
          end;
        'runecraft':
          begin
            row := 7;
            col := 1;
          end;
        'hitpoints':
          begin
            row := 1;
            col := 2;
          end;
        'agility':
          begin
            row := 2;
            col := 2;
          end;
        'herblore':
          begin
            row := 3;
            col := 2;
          end;
        'thieving':
          begin
            row := 4;
            col := 2;
          end;
        'crafting':
          begin
            row := 5;
            col := 2;
          end;
        'fletching':
          begin
            row := 6;
            col := 2;
          end;
        'slayer':
          begin
            row := 7;
            col := 2;
          end;
        'smithing':
          begin
            row := 2;
            col := 3;
          end;
        'mining':
          begin
            row := 1;
            col := 3;
          end;
        'fishing':
          begin
            row := 3;
            col := 3;
          end;
        'cooking':
          begin
            row := 4;
            col := 3;
          end;
        'firemaking':
          begin
            row := 5;
            col := 3;
          end;
        'woodcutting':
          begin
            row := 6;
            col := 3;
          end;
        'farming':
          begin
            row := 7;
            col := 3;
          end;
        'construction':
          begin
            row := 8;
            col := 1;
          end;
        'hunter', 'hunting':
          begin
            row := 8;
            col := 2;
          end;
        'random':
          begin
            row := Random(8) + 1;
            col := Random(3) + 1;
          end;
      else
        begin
          WriteLn('HoverSkill doesn''t have a Skill Name that it can use.');
          Exit;
        end;
      end;
      GameTab(2);
      case Click of
        True:
          begin
            Mouse(532 + (64 * col), 191 + (31 * row), 10, 10, True)
              if (GetColor(401, 96) = 3359309) then
              Mouse(401, 160, 2, 30, True);
            Wait(5000 + Random(9000));
            CloseWindow;
          end;
        False:
          begin
            MMouse(532 + (64 * col), 191 + (31 * row), 10, 10)
              Wait(5000 + Random(5000));
          end;
      end;
    end;

    {*******************************************************************************
    procedure PickUpMouse;
    By: dark_sniper
    Description: Acts just like you picked your mouse off the pad...
    then sets it back down.
    *******************************************************************************}


    procedure PickUpMouse;
    var
      cx, cy, XX, YY: Integer;
    begin
      GetMousePos(cx, cy);
      XX := cx;
      YY := cy;
      case Random(2) of
        0: MMouse(cx - 3 - Random(5), cy - 8 - Random(17), 0, 0);
        1: MMouse(cx + 3 + Random(5), cy - 8 - Random(17), 0, 0);
      end;
      Wait(1131 + Random(358));
      case Random(2) of
        0: MMouse(XX + 3 + Random(5), YY + 8 + Random(9), 0, 0);
        1: MMouse(XX - 3 - Random(5), YY + 8 + Random(9), 0, 0);
      end;
    end;

    {*******************************************************************************
    procedure SayCurrentLevels(which: String);
    By: RealRune
    Description: Very useful for autoresponders.
    *******************************************************************************}


    procedure SayCurrentLevels(which: string);
    var
      I: Integer;
    begin
      case LowerCase(Which) of
        'attack': I := 1;
        'strength': I := 2;
        'defence': I := 3;
        'range': I := 4;
        'prayer': I := 5;
        'magic': I := 6;
        'runecrafting': I := 7;
        'hitpoints': I := 8;
        'agility': I := 9;
        'herblore': I := 10;
        'thieving': I := 11;
        'crafting': I := 12;
        'fletching': I := 13;
        'slayer': I := 14;
        'mining': I := 15;
        'smithing': I := 16;
        'fishing': I := 17;
        'cooking': I := 18;
        'firemaking': I := 19;
        'woodcutting': I := 20;
        'farming': I := 21;
      end;
      Players[CurrentPlayer].Level[i] := GetSkillLevel(which);
      TypeSend(IntToStr(Players[CurrentPlayer].Level[i]));
    end;

    {*******************************************************************************
    procedure AlmostLogout;
    By: Yakman
    Description: Goes to GameTab(10) and hovers around the logout button as
    if deciding whether to keep playing or not.
    *******************************************************************************}


    procedure AlmostLogout;
    var
      e, f, TempMouseSpeed: Integer;
    begin
      GameTab(10);
      TempMouseSpeed := MouseSpeed;
      MouseSpeed := MouseSpeed + 20;
      e := 5 + Random(6);
      for f := 0 to e do
      begin
        case Random(3) of
          0, 1: MMouse(583 + Random(120), 361 + Random(20), 0, 0);
          2: IdleTime(300 + Random(300), 500, 0.5);
        end;
        FTwait(2 + Random(1));
      end;
      MouseSpeed := TempMouseSpeed;
      GameTab(4);
    end;

    SCAR Code:
    //-----------------------------------------------------------------//
    //--               Scar Standard Resource Library                --//
    //--                Extended Antiban Routines                    --//
    //-----------------------------------------------------------------//

    // * procedure RotateEvery(mins: Integer);         // * by Stupid3ooo
    // * procedure RandomRClickEvery(mins: Integer);   // * by phantombmx
    // * procedure LeaveScreenEvery(mins: Integer);    // * by Stupid3ooo
    // * procedure KillScript(hours: Integer);         // * by Stupid3ooo
    // * procedure HoverEvery(mins: Integer; skill: String); // * by Dankness
    // * procedure PickUpMouseEvery(mins: Integer);    // * by dark_sniper
    // * procedure AntiBan;                            // * by Stupid3ooo
    // * function MessageFriend(Row: Integer; S: String): Boolean; // * by XxKanexX
    // * procedure SetMessageFriendEvery(Secs, Row: Integer; Messages: Array of String); // * by XxKanexX
    // * procedure MessageFriendEvery;                 // * by XxKanexX
    // * procedure WWait(ttime: Integer);              // * by WT-Fakawi
    // * procedure BoredEvery(mins: Integer);          // * by ?

    {*******************************************************************************
    procedure SetMouseSpeedEvery(Seconds: Integer; Speed, Rand: Integer);
    By: Cheesehunk
    Description: Will change your MouseSpeed randomly depending on the settings you
    choose throughout the script. Must be called for it to change, like other timers.
    *******************************************************************************}


    procedure SetMouseSpeedEvery(Seconds: Integer; Speed, Rand: Integer);
    begin
      if ((TimeFromMark(MouseSpeedMark) / 1000) = Seconds) then
      begin
        MarkTime(MouseSpeedMark);
        case Random(2) of
          0: MouseSpeed := Speed + Random(Rand);
          1: MouseSpeed := Speed - Random(Rand);
        end;
      end;
    end;

    {*******************************************************************************
    procedure WWait(ttime: Integer);
    By: WT-Fakawi
    Description: Waits Time+10%. Once every ten times performs IdleTime aot Wait
    *******************************************************************************}


    procedure WWait(ttime: Integer);
    begin
      if Random(10) = 1 then
        IdleTime(ttime, (ttime / 10), 1.0)
      else
        Wait(ttime + Random(ttime / 10));
    end;

    {*******************************************************************************
    procedure BoredEvery(mins: Integer);
    By:
    Description: Performs Bored Human every mins
    mins: minutes between calling BoredHuman procedure
    *******************************************************************************}


    procedure BoredEvery(mins: Integer);
    begin
      if ((TimeFromMark(BoredMark) / 1000) / 60 >= mins) then
      begin
        MarkTime(BoredMark);
        BoredHuman;
      end;
    end;

    {*******************************************************************************
    procedure HoverEvery(mins: Integer; skill: String);
    By: Dankness
    Description: Hovers mouse over selected skill to "check exp" every few mins
    *******************************************************************************}


    procedure HoverEvery(mins: Integer; skill: string);
    begin
      if ((TimeFromMark(HoverMark) / 1000) / 60 >= mins) then
      begin
        MarkTime(HoverMark);
        HoverSkill(Skill, False);
      end;
    end;

    {*******************************************************************************
    procedure PickUpMouseEvery(mins: Integer);
    By: dark_sniper
    Description: Acts just like you picked your mouse off the pad...
                 then sets it back down.
                 Mins: minutes between each pick up.
    *******************************************************************************}


    procedure PickUpMouseEvery(mins: Integer);
    var
      cx, cy, XX, YY: Integer;
    begin
      if ((TimeFromMark(PickUpMouseMark) / 1000) / 60 >= mins) then
      begin
        MarkTime(PickUpMouseMark);
        GetMousePos(cx, cy);
        XX := cx;
        YY := cy;
        case Random(2) of
          0: MMouse(cx - 3 - Random(5), cy - 8 - Random(17), 0, 0);
          1: MMouse(cx + 3 + Random(5), cy - 8 - Random(17), 0, 0);
        end;
        Wait(1131 + Random(358));
        case Random(2) of
          0: MMouse(XX + 3 + Random(5), YY + 8 + Random(9), 0, 0);
          1: MMouse(XX - 3 - Random(5), YY + 8 + Random(9), 0, 0);
        end;
      end;
    end;

    {*******************************************************************************
    procedure KillScript(hours: Integer);
    By: Stupid3ooo
    Description: Terminates script after hours
    hours: Hours till script is terminated
    *******************************************************************************}


    procedure KillScript(hours: Integer);
    begin
      if ((TimeFromMark(KillScriptMark) / 1000) / 3600 >= hours) then
      begin
        WriteLn('Stopping script at ' + IntToStr(hours) + ' hours');
        MMouse(Random(500), -10, 0, 0);
        TerminateScript;
      end;
    end;

    {*******************************************************************************
    procedure LeaveScreenEvery(mins: Integer);
    By: Stupid3ooo
    Description: Anti Mouse detection. Mouse leaves RS window every mins.
    mins: minutes between random spining
    *******************************************************************************}


    procedure LeaveScreenEvery(mins: Integer);
    var
      rx, a: Integer;
    begin
      if ((TimeFromMark(LeaveScreenMark) / 1000) / 60 >= mins) then
      begin
        MarkTime(LeaveScreenMark);
        rx := Random(300);
        a := Random(2);
        if (a = 0) then
        begin
          MMouse(rx, 1, 0, 0)
            ClickMouse(rx, -1, True);
          Wait(1000 + Random(1000));
        end else if (a = 1) then
        begin
          MMouse(rx, 502, 0, 0)
            ClickMouse(rx, 503, True);
          Wait(1000 + Random(1000));
        end;
      end;
    end;

    {*******************************************************************************
    procedure RandomRClickEvery(mins: Integer);
    By: phantombmx
    Description: Performs random right click every mins to stay active.
    Mins: minutes between random clicks.
    *******************************************************************************}


    procedure RandomRClickEvery(mins: Integer);
    begin
      if ((TimeFromMark(RandomClickMark) / 1000) / 60 >= mins) then
      begin
        MarkTime(RandomClickMark);
        RandomRClick;
      end;
    end;

    {*******************************************************************************
    procedure RotateEvery(mins: Integer);
    By: Stupid3ooo
    Description: Performs rotation every mins.
    mins: minutes between random spining
    *******************************************************************************}


    procedure RotateEvery(mins: Integer);
    begin
      if ((TimeFromMark(RotateMark) / 1000) / 60 >= mins) then
      begin
        MarkTime(RotateMark);
        SendArrowSilentWait(Random(4), 500 + Random(500));
        SendArrowSilentWait(Random(4), 500 + Random(500));
        MakeCompass('n');
        SendArrowSilentWait(0, 1400 + Random(100));
      end;
    end;

    {*******************************************************************************
    procedure AntiBan;
    By: Stupid3ooo
    Description: Performs AntiBan actions at random lengths of time
    *******************************************************************************}


    procedure AntiBan;
    begin
      RotateEvery(20 + Random(10));
      LeaveScreenEvery(5 + Random(5));
      HoverEvery(15 + Random(5), 'random');
      PickUpMouseEvery(5 + Random(10));
      RandomRClickEvery(15 + Random(5));
      if (KillScriptTime > 0) then
        KillScript(KillScriptTime);
    end;

    {*******************************************************************************
    procedure DontBanMe(mins: Integer);
    By: ollie
    Description: Will preform random actions to seem humanlike
    *******************************************************************************}


    procedure DontBanMe(mins: Integer);
    var
      DBanMe: Integer;
    begin
      if ((TimeFromMark(PickUpMouseMark) / 1000) / 60 >= mins) then
        DBanMe := Random(12); (*1 over so it will do nothing sometimes*)
      case DBanMe of
        0: RandomRClickEvery(2 + Random(13));
        1: HoverSkill('random', False);
        2: RotateEvery(20 + Random(10));
        3: LeaveScreenEvery(5 + Random(5));
        4: HoverEvery(15 + Random(5), 'random');
        5: PickUpMouse;
        6: BoredEvery(9 + Random(24));
        7: DragItem(1, 1 + Random(18));
        8: GameTab(1 + Random(12));
        9: DoEmote(1 + Random(20));
        10: PolyGlotTalk;
      end;
    end;

  11. #11
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Umm, could it be that you are using an old script. And that you need to search for things in the thread that means other people are getting that error?

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  12. #12
    Join Date
    May 2007
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Buckleyindahouse View Post
    If you are not using scar for runescape what is the use of having srl in the script?


    *Yes, I can bold my letters too.*
    Ok, yes SRL is made for runescape, but my issue doesn't involve the change with runescape.


    Quote Originally Posted by 3garrett3 View Post
    Umm, could it be that you are using an old script. And that you need to search for things in the thread that means other people are getting that error?
    Garret, I used the search button when I first got the error (two days ago) and before I thought of posting, and just after I posted. I didn't find anything. That's the whole reason I posted

  13. #13
    Join Date
    Oct 2006
    Location
    MI USA
    Posts
    3,166
    Mentioned
    6 Post(s)
    Quoted
    11 Post(s)

    Default

    java-context relative mouse positioning
    SCAR only clicks the colors, it doesn't actually edit anything...if that's what you are asking ?

    It sounds like you need to re download your SRL....there is nothing to include...

    www.freddy1990.com ...download the latest version of SCAR, then download ALL of the includes as well as SRL, this should solve the problem....however, as stated and acknowledged by you...SRL current release...is not so current, so you might just want to wait a few days...

    Hope this Helps,

    ~RAM

    Edit: on second thought, please post the whole script here.....I think you have a separate procedure in your script as

    AntiBan;

    and it is just not declared properly, and you're getting it confused with the actual SRL Antiban include ?


  14. #14
    Join Date
    May 2007
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Buckleyindahouse View Post
    Edit after your edit :
    Your trying to get smart with us when you have a mistake in your script. Very nice.
    Why thank you. I actually made the edit to clarify. Standard Forum Ettiquite says that a user should edit his post, instead of double posting right? well I checked for responses each time I edited and there were no responses, so I actually made the edits while you guys were posting.

  15. #15
    Join Date
    May 2007
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by RAM_RUNE View Post
    SCAR only clicks the colors, it doesn't actually edit anything...if that's what you are asking ?
    Nono, unlike autohotkey, the mouse location is relative to the java context. Not the firefox content frame. Which means mouse positions are relative to all scripts, In autohotkey if my browser window wasn't the exact same size every single time I would have to edit all the clicks. (these are for hardcoded clicking, like auto sellers)


    Quote Originally Posted by RAM_RUNE View Post
    It sounds like you need to re download your SRL....there is nothing to include...

    www.freddy1990.com ...download the latest version of SCAR, then download ALL of the includes as well as SRL, this should solve the problem....however, as stated and acknowledged by you...SRL current release...is not so current, so you might just want to wait a few days...

    Hope this Helps,

    ~RAM

    Edit: on second thought, please post the whole script here.....
    I've downloaded it three times :/

    Lemme go check on some stuff.

    *edit* whoops forgot
    whole script:
    Code:
    program myprogrammy;
    {.include SRL/SRL.scar}
    var banky: Boolean;
    begin
    AntiBan;
    end.
    (just tested, same output)

  16. #16
    Join Date
    May 2007
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I removed SCAR, re-downloaded it and installed.. Then downloaded includes and then SRL. Output
    Code:
    Downloading includes from web...
    Downloaded and saved file PH.scar
    Include files updated from web
    SRL version 381 has been downloaded and installed.
    Failed when compiling
    Line 5: [Error] (14454:1): Unknown identifier 'AntiBan' in script
    Note: I did have like 5 versions of SCAR on my harddrive *before* I got 3.11, and I went into my Program Files and just ctl-clicked them all and right clicked and hit 'delete' before I installed 3.11. SCAR making any files I might have missed that could cause version interference?

  17. #17
    Join Date
    Oct 2006
    Location
    MI USA
    Posts
    3,166
    Mentioned
    6 Post(s)
    Quoted
    11 Post(s)

    Default

    SCAR Code:
    program myprogrammy;
    {.include SRL/SRL.scar}
    //var banky: Boolean;

    Procedure Antiban;
      begin
        //do antiban stuff
      end;

    procedure  SetUp;
      begin
        SetUpSrl;
      end;
    //main loop
    begin
      SetUp;
      AntiBan;
    End.


  18. #18
    Join Date
    May 2007
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks RAM, that solved my problem. I feel like a 'moron'.
    I did download over 4 scripts that didn't have "AutoBan" defined though... confusing...

  19. #19
    Join Date
    Oct 2006
    Location
    MI USA
    Posts
    3,166
    Mentioned
    6 Post(s)
    Quoted
    11 Post(s)

    Default

    Np, Be sure to check out Tutorial island, may seem overwhelming at first, but your answers will lie in there somewhere....

    and be sure to check out this thread, by Zenma, and some of his antiban ideas he came up with....http://www.srl-forums.com/forum/show...73&postcount=6


  20. #20
    Join Date
    Aug 2007
    Location
    England
    Posts
    734
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What he was trying to say before when you all started flaming was that, he is trying to run it for runescape but his trouble was with compiling Srl and getting the antiban to work, which can be loaded with or without runescape, so the fact the SRL is down is of no importance.... atleast try and relate
    The truth finally came out...


  21. #21
    Join Date
    Jun 2007
    Location
    Minnesota
    Posts
    773
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No Kidding, seems to me like you guys tore him up for no reason... :/

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. problems with srl and scar
    By Abbylovesdon in forum OSR Help
    Replies: 1
    Last Post: 05-24-2007, 01:52 AM

Posting Permissions

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