Results 1 to 6 of 6

Thread: Auto Login ->{Nauman}<-

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

    Default Auto Login ->{Nauman}<-

    Dont open the file below it wont work!

    Hello.
    This is my first script. It is a very simple AutoLoGin it has random waits but the only thing is I cant change clickmouse to Mouse or Sendkeys to typesend.
    I have tried but it will keep displaying the error that it doesnt exist.Please help me resolve that problem.

    Here is my script:

    SCAR Code:
    {               /-------------\                  /---------
                   /               \                /          \
                  /                \               /            \
                  |        |       |              |       |      |
                  |        |       |              |       |      |
                  |        |       |              |       |      |
                  |________|       |              |______ |      |
                           /       /                   /       /
                          /       /                   /       /
                         /       /                   /       /    SCRIPT
                        /       /    UPER           /       /_____
                       /       /                  |/      |/      |
                      /       /                   |       |       |
                     /       /                    |       |       |
                    /       /                     |       |       |
                   /       /________              \                /
                  |       |        |               \              /
                  |       |        |                \------------/
                  |       |        |
                  |       |        |
                  \               /
                    \             /
                     \\---------//


                              Thanks to All the people who posted
                              Those OwNaGE<- Tutorials!


    }

    Program AutoLoGin;
    {include srl/srl.scar}

    var x,y:integer;


    Procedure A;
    begin

       MoveMouseSmooth(461, 293)
      wait(200 + Random(200))
          clickmouse(461, 293,true)//clicks on the existing user sign
          end;

    procedure B;

    begin
          MoveMouseSmooth(347, 260)
      wait(800)
    clickmouse(347, 260,true)//goes to the username thing
    sendkeys ('Your UsernameHere')
    wait(1000+Random(84))


    SendKeys(Chr(13))// goes to password thing
    sendkeys('Your PasswordHere')
    MoveMouseSmooth(286, 320)
    clickmouse(286, 320,true);

    Movemouse(388, 334)//clicks on the login sign
    wait(2000+random(600))
    Clickmouse(388, 334,true)

    end;

    procedure sig;

    begin

    writeln('         !===========================!')
    writeln('         !      Logging in...        !')
    writeln('         !Thank You for Useing       !')
    writeln('         !->{Naumans}<- Auto Login ยง !')
    Writeln('         !===========================!')

    end;



    begin
    Sig;
    A;
    B;
    Sig;
    End.


    Feel free to tell me how i can improve. I would like to say a special thanks
    to JAD and Pawnz0r for those fabulous tuts. Enjoy!


    { note: this is very detectable only run it once or twice}

    ->{Nauman}<-

    Dont open the file below it wont work!

  2. #2
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    Nice first script, but as you said, very detectable.
    This one is less detectable
    SCAR Code:
    {.include srl/srl.scar}
    begin
    setupsrl;
    numberofplayers(1);
    players[0].name := 'username';
    players[0].pass := 'password';
    loginplayer;
    end.
    I made a new script, check it out!.

  3. #3
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    instead of clickmouse use Mouse

  4. #4
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    I tried but it says it doesnt exist?? Help me

  5. #5
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    You need to include srl first.
    Under program Autologin; add this line
    SCAR Code:
    {.include srl/srl.scar}
    And right under begin, before you call the sig, add
    SCAR Code:
    setupsrl;
    I made a new script, check it out!.

  6. #6
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Thanks very much!

    edit: Right under my variables it says that x,y:integer
    is a duplicate identifier i have done cheaked the procedure/function or x and none displayed
    is my whole script wrong?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Auto Login
    By iseeyou1600 in forum First Scripts
    Replies: 10
    Last Post: 07-11-2008, 04:55 PM
  2. Auto-login
    By kingstun in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 02-17-2007, 05:16 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
  •