Results 1 to 3 of 3

Thread: Narcle's autofighter login help

  1. #1
    Join Date
    Aug 2007
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Narcle's autofighter login help

    Here's my problem:

    I am using Narcle's autofighter, (Non smart) and when the script logs out to take a break every 10 minutes, it doesn't log back in. it clicks on the username and password sections, but doesn't type.

    I tried typing it in myself, but it wouldn't let me type anything. I minimized the browser and maximised it again, and it worked. I then put in

    SCAR Code:
    wait(1000);
    clickmouse(-134, 856, true);
    wait(3000);
    clickmouse(31878, 32911, true);

    In the SetupPlayer procedure to minimize and maximize the screen before logging in. Though it only worked the first time it logged in.


    My question is, where can I enter
    SCAR Code:
    wait(1000);
    clickmouse(-134, 856, true);
    wait(3000);
    clickmouse(31878, 32911, true);

    so it will minimize and maximine each time i log in?

    Or, how do I get it to let the script type the username and password every time i log back in?


    Thanks

  2. #2
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by metalanca View Post
    Here's my problem:

    I am using Narcle's autofighter, (Non smart) and when the script logs out to take a break every 10 minutes, it doesn't log back in. it clicks on the username and password sections, but doesn't type.

    I tried typing it in myself, but it wouldn't let me type anything. I minimized the browser and maximised it again, and it worked. I then put in

    SCAR Code:
    wait(1000);
    clickmouse(-134, 856, true);
    wait(3000);
    clickmouse(31878, 32911, true);

    In the SetupPlayer procedure to minimize and maximize the screen before logging in. Though it only worked the first time it logged in.


    My question is, where can I enter
    SCAR Code:
    wait(1000);
    clickmouse(-134, 856, true);
    wait(3000);
    clickmouse(31878, 32911, true);

    so it will minimize and maximine each time i log in?

    Or, how do I get it to let the script type the username and password every time i log back in?


    Thanks
    Your issue sounds as though it is actually SRL's login player procedures fault. Either that, or Narcle's sleep is longer than you think it is and you just need to wait!

    Nava2
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

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

    Default

    yes i had this issue
    open up login.scar and in the procedure loginplayer you should find activate client somewhere near the beggining which is unneeded if the client is already activated as it will deactivate it so delete it save and then it should work


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Narcle's autofighter - not compiling?
    By iJake in forum OSR Help
    Replies: 4
    Last Post: 04-02-2008, 02:11 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
  •