Results 1 to 7 of 7

Thread: [srl][rs2] Anti-logout

  1. #1
    Join Date
    Oct 2006
    Location
    H0M3
    Posts
    142
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default [srl][rs2] Anti-logout

    WELL THIS IS MY FIRST SRL SCRIPT.
    I'M NOT RESPONSIBLE FOR WHAT HAPPENS
    TO YOU FOR USING THIS SCRIPT.
    YOU ARE NOT TO SELL THIS SCRIPT.
    YOU ARE NOT TO SAY THAT THIS SCRIPT
    WAS MADE BY YOU. IF YOU HAPPEN TO
    POST THIS SCRIPT ANY WHERE ELSE OR USE
    IS IN ANY OTHER SCRIPT PLEASE MAKE SURE
    PROPER CREDITS ARE GIVEN.

    if you have any idea on how i can improve
    this script please feel free to pm me or post it here.

    AND A GREAT THANKS TO :
    THE SRL COMMUNITY
    &
    L337_MACRO

    FOR HELPING ME MAKE THIS SCRIPT.
    THE SCRIPT REQUIRES SRL 3.4 I BELIVE
    ALL YOU DO IS COPY AND PASTE THE CODE
    ON TO SCAR AND DRAG THE CROSSHAIR TO
    RS AND PRESS PLAY



    SCAR Code:
    //     ___________     __________    ___        ___
    //     |aaaaaaaaaa|   |pppppppppp|   \  \      /  /
    //     |aa|    |aa|   |pp|    |pp|    \  \    /  /
    //     |aa|    |aa|   |pp|____|pp|     \  \  /  /
    //     |aa|____|aa|   |pppppppppp|      \  \/  /
    //     |aa aaaa aa|   |pppp|            /  /\  \
    //     |aa|    |aa|   |pppp|           /  /  \  \
    //     |aa|    |aa|   |pppp|          /  /    \  \
    //     |aa|    |aa|   |pppp|         /  /      \  \
    //     |aa|    |aa|   |pppp|        /__/        \__\
    //
    //
    // Antilogout For Runescape
    //
    ///////////////Created By Apx900////////////
    ////////Free For All Fagex Members//////////
    //////Free For All SRL Forms Members////////
    /////You Are Not to sell this Script////////
    ////////////////////////////////////////////

    //Dont Edit Any of this Script or you will fuck it up//
    //Dont Edit Any of this Script or you will fuck it up//
    //Dont Edit Any of this Script or you will fuck it up//
    //Dont Edit Any of this Script or you will fuck it up//
    //Dont Edit Any of this Script or you will fuck it up//
    //Dont Edit Any of this Script or you will fuck it up//
    //Dont Edit Any of this Script or you will fuck it up//
    //Dont Edit Any of this Script or you will fuck it up//

    //----------------------------------------------------------------------------//
    //----------------------------------------------------------------------------//
    //----------------------------------------------------------------------------//
    //----------------------------------------------------------------------------//
    //----------------------------------------------------------------------------//

    program New;
    {.include srl/srl.scar}
    {.include srl/srl/skill/WoodCutting.scar}
    {.Include SRL\SRL\Misc\PlayerForm.scar}
    {.Include SRL/SRL/Extended/xMapWalk.Scar}


    var
      ModulationY:integer;
      trips: integer;




    ///  -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_   ///





    procedure Findrandoms;
    begin
      Findnormalrandoms;
      LeaveScreenEvery(1);
      if (FindFight) then
      begin
        Writeln('Shit were in a freaking fight');
        RunAwayDirection('E');
        wait(6000 + random(99));
        RunBack;
        Writeln('That was freaking close! Better be glad im watching you!');
      end;
    end;

    Procedure SetModulationy;
    begin
    ModulationY:=0
    ModulationY:=random(2)+1;
    end;


    procedure Report;
    begin
    Trips := Trips + 1
    wait(500 + random(345))
    end;


    procedure ProgressReport;
    begin
      writeln(' ');
      writeln('<=================Progress Report================ > ');
       writeln('Modulated And Clicked ' + inttostr(Trips) + ' times.');
      writeln(' ');
      writeln('<=================Randoms Report================ > ');
      writeln(' This Script Dosent Have AntiRandoms ');
      writeln(' If You Would Like To Help Me Make AntiRandoms ');
      writeln(' Please Contact Apx900 On Fagex.net ');
      writeln(' ');
     writeln('<================================================ > ');
    end;

    Procedure Clicking;
    begin
    SetModulationy;
    Clickmouse(590,190 + Random(2),true)
    Report;
    ProgressReport;
    Wait(30000 + Random(10000));

    SetModulationy;
    Clickmouse(652,183 + Random(1),true)
    Report;
    ProgressReport;
    Wait(40000 + Random(10000));

    SetModulationy;
    Clickmouse(576,178 + Random(2),true)
    Report;
    ProgressReport;
    Wait(60000 + Random(20000));

    SetModulationy;
    Clickmouse(715,182 + Random(3),true)
    Report;
    ProgressReport;
    Wait(30000 + Random(20000));

    SetModulationy;
    Clickmouse(554,192 + Random(3),true)
    Report;
    ProgressReport;
    Wait(30000 + Random(20000));

    SetModulationy;
    Clickmouse(715,182 + Random(3),true)
    Report;
    ProgressReport;
    Wait(15000 + Random(10000));
    end;

    Procedure actualwork;
    begin
    SetModulationy;
    Clicking;
    SetModulationy;
    Clicking;
    repeat
    until(false)
    end;

    Begin
    SetupSRL;
    Findrandoms;
    actualwork;
    end.

  2. #2
    Join Date
    Nov 2006
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks quite dodgy to me .. "Writeln('Shit were in a freaking fight');" and thats supposed to get you banned is it ?

  3. #3
    Join Date
    Nov 2006
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dude, WriteIn writes it into SCAR, not the chat on RS

  4. #4
    Join Date
    Oct 2006
    Location
    H0M3
    Posts
    142
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol, curles.

  5. #5
    Join Date
    Mar 2007
    Location
    Under a rock
    Posts
    813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Never use clickmouse, it it very detectable and gets you banned fast. Mouse(x, y, 1, 1, true) is the same, but much better and not detectable.

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

    Default

    wats clickmouse

  7. #7
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    ClickMouse(x, y, left);

    x, y = the coordinates you want to click at

    left = do you want a left click or a right click?


    As opposed to Mouse(x, y, randx, randy, left);

    x, y, left are all the same as clickmouse

    randx, randy = randomness of the click

    Example:

    Mouse(5, 5, 2, 2, true);

    Will click somewhere within two points of 5, 5


    Try it out and observe the difference
    Interested in C# and Electrical Engineering? This might interest you.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. -bumis' anti-logout
    By Bumis in forum RS3 Outdated / Broken Scripts
    Replies: 10
    Last Post: 12-27-2008, 07:59 AM
  2. anti logout
    By roboroofer1 in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 08-06-2008, 08:57 PM
  3. A simple anti-logout
    By Floor66 in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 10-20-2007, 11:31 AM
  4. bumis' anti-logout 1.0
    By Bumis in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 10-09-2007, 09:29 PM
  5. anti logout
    By macromacro123 in forum OSR Help
    Replies: 1
    Last Post: 03-09-2007, 09:36 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
  •