Results 1 to 3 of 3

Thread: My first SRL script (only a auto login)

  1. #1
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    My first SRL script (only a auto login)

    Here is my auto login. please post some comments or something. my next script i hope is going to be an al karid smelter.

    program login;
    {.include SRL/SRL.scar}

    const username = ''; //username here
    password = ''; //password here

    Procedure login;
    begin
    clicktext('Existing user',357,242,955,575)
    SendText(username+chr(13))
    SendText(password)
    clicktext('Login',230,300,375,340)
    wait(6000)
    CMouse(390,337,5,5,true)
    end;

    Procedure progressreport;
    begin
    writeLn('XcanadamanX login')
    writeLn('Log in successful')
    end;

    begin;
    setupSRL
    login
    progressreport
    end.

  2. #2
    Join Date
    May 2006
    Location
    Canada
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    not too bad it works for me Looking forward to your smeltor.

  3. #3
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks

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

Posting Permissions

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