Page 2 of 4 FirstFirst 1234 LastLast
Results 26 to 50 of 86

Thread: How to make an Auto Login Script

  1. #26
    Join Date
    Nov 2007
    Location
    The Netherlands
    Posts
    1,490
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks
    it helped me specify the client
    i forgot that
    kinda dumb eh
    you'll get your rep++ later

  2. #27
    Join Date
    Apr 2008
    Location
    hy71194 made my change -.-
    Posts
    356
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    woh sikk script!



    [/URL

  3. #28
    Join Date
    Oct 2007
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    wow this is very detailed thanks alot

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

    Default

    Quote Originally Posted by sk8terbitu View Post
    woh sikk script!
    Quote Originally Posted by eugenius1 View Post
    yeah im still working on the learning part im still lost but thanks so far
    Quote Originally Posted by trav280 View Post
    wow this is very detailed thanks alot
    @ sk8: Please Don't Spam

    @ Trav: No Problem glad i could help.

    @ eugen : Keep on learning

  5. #30
    Join Date
    Apr 2008
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the script Nauman it was really helpful.

  6. #31
    Join Date
    Dec 2007
    Posts
    515
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Nice tutorial and i like the amount of time you put into this (Pictures explaining everything).

    REP++
    In the kingdom of the blind, the one-eyed man is king

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

    Default

    No problem guys. Glad you could learn from this

  8. #33
    Join Date
    Jun 2007
    Location
    Liverpool ,Nsw,Australia
    Posts
    740
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hehe i can tell your at draynor
    Quote Originally Posted by Darkmage View Post
    I got 2 questions'
    #1. When i run the script will it automatically pick up the mouse and move?

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

    Default

    Yeah, I was using my Karamja Fisher script .

  10. #35
    Join Date
    Feb 2008
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i added smart to it i really need to thank you dude this is helping me heeps now i just gotta find something els easy to it so it does something




    Code:
    program New;
    {.include SRL/SRL/Misc/Smart.scar}
    {.include srl/srl.scar}
    //This Was Made Using NaumanAkhlaQ Tutorial On Auto Logins
    //My First Ever Script :)
    //I Know There Is Alot Of Waits That Arnt Needed But I Was Just Having Some Fun
    //Hope You Like It :)
    
    
    Procedure Existinguser;
    Begin
      Wait(500+Random(200));
      Mouse(426, 277,5,2,true);
      WriteLn('Found Existing User Button');
    end;
    
    //Account Info
    Procedure Login;
    Begin
      Mouse(303, 256,4,1,true);
      wait(100+Random(200));
      TypeSend('user');         // Username
      wait(100+Random(200));
      TypeSend('pass');     //Password
    end;
    
    
    Procedure Done;
    Begin
      Wait(200+Random(200));
      Mouse(299, 316,5,2,true);
      WriteLn('Clicked Login ');
      Wait(2000+Random(2000));
      Mouse(424, 337,10,2,true);
      WriteLn('Clicked Play Lets Have Some Fun!');
      Wait(500+Random(500));
      WriteLn('Thanks For Using My Auto Loging');
      
    end;
    
    const
         SmartWorld      = 108;        //What World To Use :)
         Signed          = true;      //Signed Client
     //--------------------------------------------------------------\\
    //----------------------Dont Edit Below This----------------------\\
    procedure SetupSmart;
    begin
      SmartSetupEx(SmartWorld, false, Signed);
      ClearDebug;
      WriteLn('Setting up Smart... Please Hold...');
      Wait(10000 + random(5000));
      SetTargetDC(SmartGetDC);
      While not(SmartReady) do Wait(100);
    end;
    
    
    //You Need These Here, Keep Ur Hands Off :P
    begin
      SetupSRL;
      SetupSmart;
      ActivateClient;
      Existinguser;
      Login;
      Done;
      
    end.
    what do u think?

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

    Default

    Well Done it looks really good!!!

  12. #37
    Join Date
    Apr 2008
    Posts
    88
    Mentioned
    2 Post(s)
    Quoted
    24 Post(s)

    Default

    Fixed my problems forgot to add the dot before
    SCAR Code:
    {.include} on all of them


    SCAR Code:
    Did not add true or ; after some of the code

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

    Default

    Ok glad to see you got over your problem, If you need any help i'm only a PM away .

    NaumanAkhlaQ

  14. #39
    Join Date
    Apr 2008
    Posts
    88
    Mentioned
    2 Post(s)
    Quoted
    24 Post(s)

    Default

    I'm going to look at your other tuts

  15. #40
    Join Date
    Apr 2008
    Posts
    67
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Sneakdella View Post
    I'm going to look at your other tuts
    hehe, me too :P

    really good tut,
    now I know more about Scar and how to use it

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

    Default

    Thanks always glad to Help

  17. #42
    Join Date
    Sep 2006
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I liked it, very well put together. I gave it a try and everything turned out fine, I got confused alittle in the middle when I thought I could see my progress so far and started it up to find my mouse magnetised to the upper screen for some reason, only to find I forgot to start up srl :P.

  18. #43
    Join Date
    May 2007
    Posts
    106
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for this great tut! Now im going to start learning more scripting ( I allready readed some beginner tut, but this was so good :;D)

    Ty!

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

    Default

    No Problem

  20. #45
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    1,780
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    hmm i got a when i tried to compile i got
    Line 6: [Error] (12660:1): Invalid number of parameters in script
    btw i have scar 3.15 and rev 16

  21. #46
    Join Date
    Apr 2007
    Posts
    76
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    helped me a lot thx ...really a lot
    at first mouse moved really slow like 1 pixel each time coz i 4got to add SetupSrl; to main loop

  22. #47
    Join Date
    Jul 2007
    Location
    Ohio
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by slayerkiller13 View Post
    helped me a lot thx ...really a lot
    at first mouse moved really slow like 1 pixel each time coz i 4got to add SetupSrl; to main loop
    You could also do mousespeed := 15; in the beginning to make it go faster.

  23. #48
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    1,780
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    very nice tut, helpped me out a lot, and it was kind of fun reading and following along.
    One question for you though.(or anyone else reading this) I'm trying to make a very basic fisher. Any tuts for fishers out there?

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

    Default

    Yeah search JAD's (I think) TuT on power fishing .

    Glad I Could Help Yall.

  25. #50
    Join Date
    Jun 2007
    Posts
    1,312
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by NaumanAkhlaQ View Post
    Yeah search JAD's (I think) TuT on power fishing .

    Glad I Could Help Yall.
    ....
    SCAR Code:
    program AutoLogin;
    {.include SRL/SRL.scar}
    var
    x, y:integer;
    procedure declarePlayers;
    begin
      howManyPlayers := 1;
      numberOfPlayers(HowManyPlayers);
      currentPlayer := 0;

      players[0].Name := ''; //user
      players[0].Pass := ''; //pass
      players[0].Nick := '';
      players[0].Active := True;
    end;
    begin
      setupSRL;
      declarePlayers;
      loginPlayer;
    end.
    ???
    How did you manage to write almost two pages on something like that? What were you doing? You were drawing penises on the Runescape Mainscreen, just how much time do you have exactly?
    Active only during the Summer...

Page 2 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need help with my first script: auto-login
    By goodhomeboy in forum OSR Help
    Replies: 6
    Last Post: 05-09-2010, 09:34 PM
  2. Auto Login! First Script!
    By S T Ole N in forum First Scripts
    Replies: 7
    Last Post: 05-08-2008, 11:06 PM
  3. My first SRL script (only a auto login)
    By XcanadamanX in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 11-10-2006, 01:00 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
  •