Results 1 to 7 of 7

Thread: Scar/SRL not working properly? [BUG?!]

  1. #1
    Join Date
    Mar 2007
    Posts
    3,681
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default Scar/SRL not working properly? [BUG?!]

    Well I've talked to Freddy already and reported it as a bug in his site.

    I can't get scar to press any keys in this simple script:

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


    procedure First;
    begin
      if IsKeyDown('1') then
      begin
        Writeln('Debug 2');
        SendKeys('r');
        Writeln('Debug 3');
        Keydown(114);
        Writeln('Debug 4');
        KeyUp(114);
        Writeln('Debug 5');
        Wait(10);
        Writeln('Debug 6');
        Keydown(114);
        Writeln('Debug 7');
        KeyUp(114);
        Writeln('Debug 8');
        Wait(10);
        Writeln('Debug 9');
      end;
    end;

    begin
    SetupSRL;
    Repeat
    First;
    until(false);
    end.

    can you?

    Try it out please, just hold down one and see if it types in "r".

    --

    Hugo

  2. #2
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It typed 'r'. Why are you including SRL if you arent using it?


  3. #3
    Join Date
    Mar 2007
    Posts
    3,681
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Cazax View Post
    It typed 'r'. Why are you including SRL if you arent using it?
    I was planning on using it later, but I can't do much else till I figure out why it never types "r" for me -,-.

  4. #4
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    it also worked for me and i cant see why it will not work for you



  5. #5
    Join Date
    Mar 2007
    Posts
    3,681
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Well now it works, it's strange actually, sometimes it does completely nothing (like just writes in the debugs) and sometimes it works fine -,-..

    oh well it works now so I guess it's alright although its's a bit strange how it doesn't work sometimes :S

    thanks for the comments though guys.
    someone close please?

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

    Default

    Firewall?

    I know Zonealarm and Threatfire sometimes mess with SCAR...
    Interested in C# and Electrical Engineering? This might interest you.

  7. #7
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Well, when I tried it, if I held down the '1' button for half a second it did not type more than one '1' while typing about four 'r' s .
    look,

    1rrrrrrrrr1r1r1r11r1r11r11r11r1rr1rrrr1rrrrrr1rrrr rrrrrrrr11r11r1r11r1r11111r11r1r11r1r11r1r11r1r1r1 r1rr1rr1rrr1rr1rrr1rr1rrrrrr1rrrrrrr1rrrrrrrr1r1r1 1r1rrrrrrrrrrr11r1r11r1r11r1r1rrrrrrrrr11r1r1r1rrr rrrrrrrr1r1r1rrrrrrrr1rr1rrrrrrrrr1rrrrrrrrr1rrrrr rrrrr1rrrrrrrr1rr1rrrrrrrrrrr1r1rrrrrrrrrrr1r11r11 r1rrrrrrrr


    Tats what I did in like 7 seconds.

    noidea
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Setting up Scar So you can Auto Properly
    By Starblaster100 in forum General Botting Help
    Replies: 283
    Last Post: 08-26-2009, 01:21 AM
  2. SRL Stats not working properly for me?
    By itSchRis917 in forum News and General
    Replies: 4
    Last Post: 04-13-2009, 01:10 AM
  3. Scar Not Working Need Help!
    By casey in forum OSR Help
    Replies: 4
    Last Post: 07-15-2008, 06:01 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
  •