Results 1 to 2 of 2

Thread: Line 53: [Error] (14734:1): Unknown identifier 'AntiBan'

  1. #1
    Join Date
    Nov 2007
    Location
    lol
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Line 53: [Error] (14734:1): Unknown identifier 'AntiBan'

    i downloaded an auto alcher but if i wanna try it i get an error actuely every script i ever downloaded have a error but i got the newest scar and slr 4 this the script

    {================================================= ========================]
    [ Auto Alcher v1.10. ]
    [ ]
    [ NAME : Auto Alcher v1.10 ]
    [ WRITER : enoyhs ]
    [ CATEGORY : Alcher ]
    [ DESCRIPTION : See below. ]
    [ USAGE : High-Alch any noted item ] ]
    [ SRL REV. : SRL Version 3.01 ] ]
    [================================================== =======================]
    | Description: |
    | 1.Set Up Lines: 23.-24. and 32.-34. |
    | 2.Start with a item (noted) in your inventory's 4 row & collum. |
    | 3.Click and drag the crosshair over the Runescape client. |
    Then press the green arrow. |
    [================================================== =======================}


    program Auto_Alcher;
    {.include SRL/SRL.scar}

    var Alched:Integer;

    const TimesToAlch=100; // Enter Amount you want to be alched.
    Item='Steel platebody'; // Enter the name of item you want to alch.

    procedure DeclarePlayers;
    begin
    HowManyPlayers := 1; //Number of players
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer:= 0;

    Players[0].Name :=''; // Enter your username here.
    Players[0].Pass :=''; // Enter your password here.
    Players[0].Nick :=''; // Enter 3-4 letters of your username.
    Players[0].Active:=True;
    end;

    procedure Alching;
    begin
    Wait(800+Random(100));
    Mouse(714,340,0,0,True);
    Wait(50+Random(50));
    Mouse(714,340,0,0,True);
    Wait(1300+Random(500));
    Alched:=Alched+1;
    end;

    begin
    SetupSRL;
    DeclarePlayers;
    if (not(LoggedIn)) then LoginPlayer;
    AntiBan;
    GameTab(7);
    MMouse(714,340,0,0);
    repeat
    begin
    Alching;
    FindScapeRune; FindMime; FindMaze;
    if rs_GetCurrentTab<>7 then GameTab(7);
    end;
    until (Alched>=TimesToAlch)or(IsFKeyDown(2));
    writeln('//----------------------------------------\\');
    writeln('//----------Auto Alcher v1.10-------------\\');
    writeln('//----------------------------------------\\');
    writeln('//---------Ran for '+TimeRunning+'---------\\');
    writeln('//-----Casted '+IntToStr(Alched)+' High Level Alchemies---\\');
    writeln('//-----Gained '+IntToStr((Alched*65))+' xp total----------------\\');
    writeln('//----------------------------------------\\');
    end.

  2. #2
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    {================================================= ========================]
    [ Auto Alcher v1.10. ]
    [ ]
    [ NAME : Auto Alcher v1.10 ]
    [ WRITER : enoyhs ]
    [ CATEGORY : Alcher ]
    [ DESCRIPTION : See below. ]
    [ USAGE : High-Alch any noted item ] ]
    [ SRL REV. : SRL Version 3.01 ] ]
    [================================================== =======================]
    | Description: |
    | 1.Set Up Lines: 23.-24. and 32.-34. |
    | 2.Start with a item (noted) in your inventory's 4 row & collum. |
    | 3.Click and drag the crosshair over the Runescape client. |
    Then press the green arrow. |
    [================================================== =======================}



    program Auto_Alcher;
    {.include SRL/SRL.scar}

    var Alched:Integer;

    const TimesToAlch=100; // Enter Amount you want to be alched.
    Item='Steel platebody'; // Enter the name of item you want to alch.

    procedure DeclarePlayers;
    begin
    HowManyPlayers := 1; //Number of players
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer:= 0;

    Players[0].Name :=''; // Enter your username here.
    Players[0].Pass :=''; // Enter your password here.
    Players[0].Nick :='dist'; // Enter 3-4 letters of your username.
    Players[0].Active:=True;
    end;

    procedure Alching;
    begin
    Wait(800+Random(100));
    Mouse(714,340,0,0,True);
    Wait(50+Random(50));
    Mouse(714,340,0,0,True);
    Wait(1300+Random(500));
    Alched:=Alched+1;
    end;

    begin
    SetupSRL;
    DeclarePlayers;
    if (not(LoggedIn)) then LoginPlayer;
    //AntiBan;
    GameTab(7);
    MMouse(714,340,0,0);
    repeat
    begin
    Alching;
    {FindScapeRune;} FindMime; FindMaze;
    if rs_GetCurrentTab<>7 then GameTab(7);
    end;
    until (Alched>=TimesToAlch)or(IsFKeyDown(2));
    writeln('//----------------------------------------\\');
    writeln('//----------Auto Alcher v1.10-------------\\');
    writeln('//----------------------------------------\\');
    writeln('//---------Ran for '+TimeRunning+'---------\\');
    writeln('//-----Casted '+IntToStr(Alched)+' High Level Alchemies---\\');
    writeln('//-----Gained '+IntToStr((Alched*65))+' xp total----------------\\');
    writeln('//----------------------------------------\\');
    end.

    sorry that i have to say it but its a verry old and bad script. i would suggest you do download a other one

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 6
    Last Post: 08-10-2008, 11:55 PM
  2. Error: Line 820 - Unknown identifier 'DropToPositon'
    By mysticalman in forum OSR Help
    Replies: 2
    Last Post: 02-18-2008, 11:10 PM
  3. Replies: 7
    Last Post: 10-07-2007, 10:41 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
  •