Results 1 to 15 of 15

Thread: First Script - AutoLoginer

  1. #1
    Join Date
    Jan 2008
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default First Script - AutoLoginer

    Hi Everybody.
    I am new to scar
    I joined this forum like 4 days ago and i made my first script. an autologiner!
    Comment please.

    TY

  2. #2
    Join Date
    Dec 2007
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    /// woot first post ///

    this script will probalys only work for your computer pixels, maybe use bitmaps next time?

    I noticed it says 'Tanx for using', it will say that even if it doesn't log in -.-
    ~ Rs-Gp-4U
    _____________________________________________

    Bux.To! Sign Up Easy Money!

  3. #3
    Join Date
    Jun 2006
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im also scripting for 2 days, so if im mistaken im sorry .

    To get a more randomized Mouse movement and click you can use:

    procedure Mouse(mousex, mousey, ranx, rany: Integer; left: Boolean);
    By: Mutant Squirrle
    Description:
    Moves then clicks mouse.

  4. #4
    Join Date
    Jan 2008
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Reply

    Ok Ty for feedback! I am posting from school now when i get home i will try and make it better.

  5. #5
    Join Date
    Jun 2007
    Location
    La Mirada, CA
    Posts
    2,484
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    no need to have the Const waittime because you never use it , also whenever you want to just move the mouse use MMouse(mousex, mousey, ranx, rany: Integer); and if you want to move and click the mouse use Mouse(mousex, mousey, ranx, rany: Integer; left: Boolean); mousex, mousey are just variables, and ranx,rany are randomness and for mouse left is if you want it to left click mouse button or not...

    also just so you know SRL already has a login procedure called LoginPlayer, that you always have to use with the player array *declareplayers*

    "Failure is the opportunity to begin again more intelligently" (Henry Ford)


  6. #6
    Join Date
    Jan 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    works great, a good start for a more extensive script keep up the good work

  7. #7
    Join Date
    Jan 2008
    Location
    Muskegon MI
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    working very well. i will continue to use.

  8. #8
    Join Date
    Jan 2008
    Location
    Why do u think the cupboard in your bedroom never closes..
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't know but, what's the point of an auto loginner?
    Does sounds cool though, maybe we should try to overload the RS servers by massive login/logout/login etc.
    Don't get my wrong, it looks like a nice start to me

  9. #9
    Join Date
    Jun 2007
    Location
    Ohio
    Posts
    341
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Maybe you should try making failsafes, in case your script accidently doesn't log in.

    in example, tell it after clicking to search for the red of the "click here to play" sign when you log in. And if it can't find it, tell it to hit the cancel button on the main page and then repeat the script again

    But it does seem like a very nicely made script. Basics=good.

    next thing to learn would be not clicking on a specific point. AKA adding in randoms.

    Great Job!

  10. #10
    Join Date
    Jan 2008
    Location
    southern hemisphere
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yeah i gave your script a go, it worked fine! would be a great start for a bigger script. keep up the good work
    may the force be with you

  11. #11
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice 1st try. I want you to study this example:

    SCAR Code:
    program autologienr;
    {.include srl/srl.scar}

    procedure DeclarePlayers;
    begin
      NumberOfPlayers(1); // How many players are used?
      CurrentPlayer := 0;

      Players[0].Name := 'UserName';
      Players[0].Pass := 'PassWord';
      Players[0].Nick := 'ine'; //3-4 letters from your username
      Players[0].Active := True;
    end;

    begin
    SetUpSRL;
    DeclarePlayers;
    ActivateClient;
    Wait(500);
    LogInPlayer;
    end.

    Look at it, PM me if you ever woner or need help on anything. Good luck, mate.

  12. #12
    Join Date
    Nov 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Administrator's Warning:
    Dear User,
    Your post count has been reset on account of your mass of spam posts. Please take the time to read this thread before posting again.
    Sticky: Attention Spammers and Leechers...
    RAM

    Cheers,
    SRL-Forums.


    This sounds hard, but I might have to try a few things...

    Awww man...

    Some stuff I was gonna do is on there...


    Great Job, this should teach some people

    Very detailed with nice pictures
    Great Job

    Sweet
    So is this better to use than the Runescape client?

    Thanks, I was looking for this

    Welcome!
    Hope you enjoy your time here

    I'm looking to start out with SCAR, so would this be a good first thing to create? it sounds relatively simple

    Nicley done
    This will help me out a lot!

    Just tried this and it worked
    Owning in Halo right now

    Very nice and well compiled. Great job on this, it will help out a lot of people

    So this won't work, sorry

    Very nice script!
    Didn't actually run it, but it compiled with no errors. That's normally good

    Nice script, will post report in a few hours

  13. #13
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    yeas it is but i suggest you to make a RS script a power script

  14. #14
    Join Date
    Feb 2008
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Question: Does an automated login .scar file count as a script? technically, since login forms are standard in any script, would it be considered a script of its own or simply an established component?

  15. #15
    Join Date
    Feb 2008
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    didnt work. tanx for using did nothing!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. AutoLoginer - Bitmaps
    By Melvin12 in forum First Scripts
    Replies: 7
    Last Post: 01-16-2008, 04:26 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
  •