Results 1 to 6 of 6

Thread: AutoLogin Script

  1. #1
    Join Date
    Jul 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    AutoLogin Script

    Hey All..

    I just leaned how to code in SCAR so I've just made this..
    Because I'm new, ill post only the script, so you wont go like, "He might post a virus".. Blah >.<

    Code:
    program AutoLogIn;
    
    var
    x,y: Integer;
    
    procedure ClickClient;
    begin
     ClickMouse(101,13,true);
     Wait(300+random(150));
    end;
    
    procedure ClickLogIn;
    begin
     ClickMouse(451,288,true);
     Wait(200+random(200));
    end;
    
    procedure AccountName;
    begin
     SendKeys('ACCOUNT NAME'); //Change it to you're account name
     Wait(200+random(200));
    end;
    
    procedure ClickPassword;
    begin
     ClickMouse(357,275,true);
     Wait(200+random(200));
    end;
    
    procedure AccountPass;
    begin
     sendKeys('ACCOUNT PASSWORD');//Change it to you're account pass
     wait(200+random(200));
    end;
    
    procedure LogIn;
    Begin
     ClickMouse(308,320,true);
     Wait(6000);
    end;
    
    procedure ContinueToGame;
    Begin
     ClickMouse(390,329,true);
     Wait(3000+random(1700));
    end;
    
    begin
     ClickClient;
      ClickLogIn;
       AccountName;
        ClickPassword;
         AccountPass;
          LogIn;
           ContinueToGame;
    end.

  2. #2
    Join Date
    Jun 2007
    Location
    Mianus
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice for a first script

  3. #3
    Join Date
    Jun 2007
    Location
    Mianus
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    keep up the work

  4. #4
    Join Date
    Jul 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yea it is good for a first script I will watch for more scripts by you :P

  5. #5
    Join Date
    Mar 2007
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is a good way to test and demonstrate your knowledge of the basics, but srl already has an auto login and it is much less detectable. I suggest learning some of the srl functions, commands, and procedures. Instead of clickmouse-mouse, sendkeys-typesend....and other things.

  6. #6
    Join Date
    Jun 2007
    Location
    In my computer room
    Posts
    148
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by yanix View Post
    keep up the work
    Post 1.....

    Quote Originally Posted by yanix View Post
    nice for a first script
    Post 2..... Dont Double Post. Thats Against The Rules.

    Quote Originally Posted by Diabloizzle View Post
    This is a good way to test and demonstrate your knowledge of the basics, but srl already has an auto login and it is much less detectable. I suggest learning some of the srl functions, commands, and procedures. Instead of clickmouse-mouse, sendkeys-typesend....and other things.
    Agreed This Is A Good way to tell you know the basics but now you should learn some SRL basics. If you ever need help just pm me and I will be Glad to help you.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. 0wnzz AutoLogin (First Script)
    By 0wn 4 skill in forum First Scripts
    Replies: 27
    Last Post: 07-09-2008, 07:26 AM
  2. Autologin Script
    By deathie in forum First Scripts
    Replies: 6
    Last Post: 10-25-2007, 03:31 AM
  3. first script autologin
    By Dumpin in forum First Scripts
    Replies: 19
    Last Post: 09-09-2007, 06:23 PM
  4. AutoLogin Script.
    By chwiggy in forum First Scripts
    Replies: 5
    Last Post: 04-26-2007, 10:57 PM
  5. plz critic my autologin script
    By Bramble in forum OSR Help
    Replies: 6
    Last Post: 12-01-2006, 12:22 AM

Posting Permissions

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