Results 1 to 4 of 4

Thread: A simple anti-logout

  1. #1
    Join Date
    Feb 2007
    Location
    Access Violation at 0x00000000
    Posts
    2,865
    Mentioned
    3 Post(s)
    Quoted
    18 Post(s)

    Default A simple anti-logout

    Hello, i need a simple anti-logout for my character(s) :P

    Ive searched but maybe not enough in you peoples eyes

    Thanks in advance!
    Ce ne sont que des gueux


  2. #2
    Join Date
    Jun 2007
    Posts
    785
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    why would someone need this?

    [22:20] <[-jesus-]> freddy, go uninstall yourself

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

    Default

    i dunno. maby when he walk away from his computer.

    SCAR Code:
    program DontLogOut;
    {.include srl/srl.scar}

    procedure DontLog;
    begin
      Wait(10000);
      GameTab(1 + random(10));
    end;

    begin
      SetupSRl;
      ActivateClient;
      Repeat;
        DontLog;
      until(false);
    end.

  4. #4
    Join Date
    Feb 2007
    Location
    Access Violation at 0x00000000
    Posts
    2,865
    Mentioned
    3 Post(s)
    Quoted
    18 Post(s)

    Default

    Thanks!
    Ce ne sont que des gueux


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. anti logout
    By roboroofer1 in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 08-06-2008, 08:57 PM
  2. [Req] Simple Anti Logout
    By NightBlade in forum OSR Help
    Replies: 12
    Last Post: 02-13-2008, 07:56 AM
  3. Anti-logout - afk training
    By Swift in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 11-24-2007, 09:55 PM
  4. [srl][rs2] Anti-logout
    By apx900 in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 05-22-2007, 12:53 AM
  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
  •