Results 1 to 6 of 6

Thread: Username and Password

  1. #1
    Join Date
    Sep 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Username and Password

    Hey guys.

    I want to script a flaxpicker32, i know what to do and all these things to download inclueds Download SRL etc.

    The problem is that i cant find the Username place where i could write my username, and i cant either find the place i can write the pass on.

    Could any 1 help me find these things???

  2. #2
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Take a look here

    You need to declare your players eg..

    SCAR Code:
    procedure DeclarePlayers;
    begin
      NumberOfPlayers(3);

      Players[0].Name := 'Star';
      Players[0].Pass := 'Blaster';

      Players[1].Name := 'One';
      Players[1].Pass := 'Hundred';

      Players[2].Name := 'SB100';
      Players[2].Pass := 'Tests';

      Writeln('Using '+IntToStr(HowManyPlayers)+' Players');
    end;

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  3. #3
    Join Date
    Sep 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What you mean with declare myself???

    Do you mean i should copy and paste this on the script?

    And if yes where shall i put it??

  4. #4
    Join Date
    Sep 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    or... you can use somthing like auto hotkey and then in script put
    !P::send flaxpicker32{enter}password

  5. #5
    Join Date
    Jul 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can't you just start signed in if you want to do only one player.

  6. #6
    Join Date
    Jul 2007
    Location
    UK
    Posts
    307
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    It proably have failsafes to detect if your logged in? try logging in.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. character username and password
    By apx900 in forum OSR Help
    Replies: 5
    Last Post: 04-11-2007, 01:52 AM
  2. Username - Password with numbers?
    By DeZ in forum News and General
    Replies: 10
    Last Post: 09-19-2006, 01:10 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
  •