Results 1 to 3 of 3

Thread: yarr lagginn!

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

    Default yarr lagginn!

    yay this is my first srl script just testing srl out. simple but auto login makes me "Horny" when ever i run it..^^ seeing that ..i made the script whatever -.-

    i tried to make as small amout of lines as possible currently 34

    Code:
    program Login;
    {.include SRL\SRL.scar}
    var Click:integer;
    Const
    Username = 'Mininq4life';
    password = 'Mininq4life';
    Procedure Bmps;
    begin
    Click := BitmapFromString(34, 10, 'z78DA33304000370C6080019' +
           '0658D9D0C8C0D0CF0AB21DE3462D490274EAA09C8C0C4C2C08890' +
           '4A4A6CA4C46DE4A9A7858DE4C5E060F60BE56E1B0C7EA196CAD17' +
           '819CD2FE49563B42BF770A9C45562535E8F505273910AA85B5762' +
           'CA02000637C4E4');
    end;
    procedure login;
    begin
    wait(600+random(800))
    ClickText('Existing user', 357, 242, 955, 575)
    wait(100+random(100))
    Typesend(Username)
    Typesend(Password)
    wait(200+random(100))
    Mouse(302, 318,8,8,true)
    repeat
    wait(100+random(100))
    if(findbitmap(click,x,y))then
    Mouse(x,y,10,10,true)
    until(false)
    end;
    begin
    SetupSRL;
    bmps;
    login;
    end.

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

    Default

    Err.. That ain't good?

    No.. Not atall..

  3. #3
    Join Date
    Sep 2006
    Location
    Scripter's Heaven
    Posts
    455
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    my suggestion, look for text, not bitmap

    And check out my pascal interpreter!
    <R0b0t1> No, really, I went to a bar and picked up a transvestite.

Thread Information

Users Browsing this Thread

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •