Results 1 to 5 of 5

Thread: scrops wont log me in!help plz!

  1. #1
    Join Date
    Dec 2008
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    scrops wont log me in!help plz!

    hey guys i am trying to use some autos and there ones where you put the user and the pass in and i do then i hit play. it changes all the graphic options and then clicks the login(existing user) button. then at the screen where i fill in my login info witch i put on the script the mous just hovers over PLEASE and LOG.

    What do i do i need help please

    Edit: sorry typo tytle Scrips wont log me in!help plz!
    My Soul Wars Scipt Proggress:[100%....]
    Probably won't release though I like it for myself

  2. #2
    Join Date
    Aug 2008
    Location
    Canada
    Posts
    67
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The problem is with the LoginPlayer procedure (obviously) in the Login.scar include.

    SCAR Code:
    //Click 'Log In' on main menu
        while (GetColor(343, 174) <> 7750) do
        begin
          MouseBox(360, 180, 400, 185, 1);
          Wait(100 + Random(100));
        end;

    The GetColor(343, 174) needs to be changed to GetColor(343, 175)

    SCAR Code:
    //Click 'Log In' on main menu
        while (GetColor(343, 175) <> 7750) do
        begin
          MouseBox(360, 180, 400, 185, 1);
          Wait(100 + Random(100));
        end;

    I have atached the fixed file, to save you some time.

    Just paste the Login.scar file into the directory...
    C:\Program Files\SCAR 3.15\Includes\SRL\SRL\core
    Allow the old one to be overwritten.

    Hope that helps.

  3. #3
    Join Date
    Dec 2008
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    OH now i get it ok ty!
    My Soul Wars Scipt Proggress:[100%....]
    Probably won't release though I like it for myself

  4. #4
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Scripts* Scripts** Typo*
    Project: Welcome To Rainbow

  5. #5
    Join Date
    Nov 2008
    Posts
    0
    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. Wont do what i say
    By badandymitch in forum OSR Help
    Replies: 3
    Last Post: 05-04-2007, 10:29 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
  •