Results 1 to 6 of 6

Thread: AutoLogin Script.

  1. #1
    Join Date
    Apr 2007
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default AutoLogin Script.

    This is my first auto login script. This starts at the runescape client interface after you have selected which world you want to play on.

    Please let me know what you would rate it.

    Further questions i have for other people who may be able to help me.

    how do i use an else statement, i keep getting errors?
    how do i do the following

    Code:
    var
    CanHoldTwo: integer;
    
    procedure First;
    begin
    // i want to make CanHoldTwo hold an integer value of another integer
    #Command for that#
    end;
    
    procedure Second;
    begin
    // i want to make CanHoldTwo hold an integer value of another integer, different to the value within the First Procedure.
    #Command for that#
    end;
    
    note: Procedure First is not run when Procedure Second is run.
    Thank you for your help.
    Chwiggy, Jason.

    Credits go out to people inside the .Scar script.

  2. #2
    Join Date
    Aug 2006
    Posts
    408
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Congratulations on writing your first script!

    You have a mistake on line 18, that should be under var, not const.
    SCAR Code:
    existing,login: integer;

    Also, instead of using clickmouse you may want to try using Mouse like this:
    [scar]Mouse(400, 362, 3, 3, true)[scar]
    The first two numbers are the co-ordinates to click, the second two are how many random pixels to misclick (makes it less detectable) and true is for left click, false for right.


    Suggestions for future improvement:
    -Make it so you log in by pushing a single key, like F5.
    -Add multiple accounts

  3. #3
    Join Date
    Apr 2007
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks - i found out alot more im now working on a auto fisher that banks

  4. #4
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    I think you need to work on standards though, Its really flat. Look in the tut section. Good script for the simple use of logging in though

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  5. #5
    Join Date
    Sep 2006
    Location
    Australia
    Posts
    425
    Mentioned
    0 Post(s)
    Quoted
    34 Post(s)

    Default

    standards dont actually improve the quality of the script, but still useful

  6. #6
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Well it makes it easier for people to read it and therfor makes it easier to give help.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

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 AndyxD in forum First Scripts
    Replies: 5
    Last Post: 08-08-2007, 05:03 AM
  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
  •