Results 1 to 2 of 2

Thread: Questions on antiban and such..

  1. #1
    Join Date
    May 2007
    Location
    Some where fun.
    Posts
    2,891
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default Questions on antiban and such..

    Ok, jukka asked me to post the hole script..

    PROBLEM; Scar freezes when i try to run.

    SCAR Code:
    program net;
    {.include srl/srl.scar}
    var P2,I: integer;

    const
    Moreantiban=true;// Do you want extra antiban?basically moving the camera more often , ect..



    Procedure DeclarePlayers;
    begin
      HowManyPlayers:= 1; // Number of players you are running
      CurrentPlayer:= 0; // Starting player
      NumberOfPlayers(HowManyPlayers) // Don't touch

      Players[0].Name:= 'Username'; // Name of your RuneScape account
      Players[0].Pass:= 'Password'; // Password to your RuneScape account
      Players[0].Nick:= 'sern'; // 3-4 chars of your RuneScape-Accounts name. No capitals or numbers!
      Players[0].Pin:= 0000; // Bank-pin, if any
      Players[0].Active:= True; // True to use account, false to skip

    { Players[1].Name:= '';
      Players[1].Pass:= '';
      Players[1].Nick:= '';
      Players[1].Pin:= 0000;
      Players[1].Active:= True;

      Players[2].Name:= '';
      Players[2].Pass:= '';
      Players[2].Nick:= '';
      Players[2].Active:= True;  }

      { You can add more players if you like. }
    end;

    Procedure HighestAngle;
    var I: Integer;
    begin
      KeyDown(VK_UP)
      Wait(1100)
      for I:= 0 to 4 do
      begin
        Wait(random(50))
      end;
      KeyUp(VK_UP)
    end;




    Procedure Moreantibans;
    begin
    Highestangle;
    if moreantiban then
    begin
    KeyDown(VK_RIGHT)
    wait(444 + Random(508))
    KeyUp(VK_RIGHT)
    wait(222 + Random(900))
    KeyDown(VK_LEFT)
    wait(333 + Random(900))
    KeyUp(VK_LEFT)
     end;
    end;

    begin
    Setupsrl;
    declareplayers;
    loginplayer;
    moreantibans;
    end.

    I didnt want to somone to take it.. i know i sound noobish

  2. #2
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    post the whole script, not just bits.

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Antiban help...
    By doom0791 in forum OSR Help
    Replies: 2
    Last Post: 08-05-2008, 01:14 AM
  2. srl antiban
    By Dark_Sniper in forum News and General
    Replies: 15
    Last Post: 06-07-2007, 10:27 PM
  3. Pin, less antiban or not?
    By PwNZoRNooB in forum Bot Information and Spottings
    Replies: 6
    Last Post: 04-28-2007, 05:17 PM
  4. antiban Q.
    By del_signo in forum OSR Help
    Replies: 6
    Last Post: 03-06-2007, 01:46 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
  •