Results 1 to 3 of 3

Thread: Im a noob

  1. #1
    Join Date
    Jul 2008
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Im a noob

    Im working on my first script, an auto login in script, after it clicks log in it doesn't type my user name but goes right to my password, any help would be greatly appreciated.

    SCAR Code:
    program Auto;
    {.Include SRL\SRL.scar}

    Procedure login;
    begin
    ClickMouse(-236, -291, True)
    Wait(1000)
    end;

    Procedure Start;
    begin
    TypeSend('username');
    Wait(1500)
    Typesend('password');
    end;



    begin
      SetUpSRL;
      Activateclient;
      login;
      Start;
    end.

  2. #2
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    1. dont use SCAR Procedures instead use SRL ones =) such as mouse, and mmouse, i can help you, add me on msn (lolzorzatmyself@hotmail.com) if you wanna ask questions, or pm me here

    2. to do that via SRL you have to update your Login/Logout Procedures

    http://www.villavu.com/forum/showthread.php?t=32213 Logout Procedure

    http://www.villavu.com/forum/showthread.php?t=32076 Login Procedure

    and put

    SCAR Code:
    Procedure DeclarePlayers;
    Begin
      HowManyPlayers:=1;
      CurrentPlayer:=0;
      NumberOfPlayers(HowManyPlayers);

      Players[0].Name := '';
      Players[0].Pass := '';
      Players[0].Nick := '';
      Players[0].Active := True;
    End;

    in your script, then to log in use

    SCAR Code:
    LoginPlayer;

    =)

  3. #3
    Join Date
    Jul 2008
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It says i don't have permission to access this page.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I;m so noob! please help me! :p
    By Metagen in forum OSR Help
    Replies: 4
    Last Post: 08-19-2008, 03:35 AM
  2. Noob To Noob Mentoring!
    By passiondrive in forum News and General
    Replies: 19
    Last Post: 11-11-2007, 03:23 AM
  3. Noob script ideas for a noob scripter
    By 13lacknova in forum First Scripts
    Replies: 7
    Last Post: 09-30-2007, 01:01 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
  •