Results 1 to 5 of 5

Thread: In case if you got problems with connection

  1. #1
    Join Date
    Jul 2007
    Posts
    1,431
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default In case if you got problems with connection

    In case if you got problems with connection you should add it to script's random finding part...

    Credits: Login.scar

    Just for peoples who don't know scar well...

    SCAR Code:
    procedure ClickThat;
    var
      ClickHereToPlay, cx, cy : integer;
    begin
      ClickHereToPlay := BitmapFromString(33, 1, 'z78DA758E510E80300843' +
        'AF54C0E2F6E94CB8FF9134123392693FFA41FA4A23A6F0888443D' +
        '26DC000A7DCE7F458F23EE444E721444B6A0F53D58FE44F4365B7' +
        '067D37AC3D95AADF2F50962C79');
      if (FindBitmapToleranceIn(ClickHereToPlay, cx, cy, 250, 270, 530, 390, 5)) then
        Mouse(CHx, CHy, 50, 20, True);
      FreeBitmap(ClickHereToPlay);
    end;

    Edit:

    Originally Posted by mels
    Hrm, after it clicks the 'Click Here to Play' button, it makes the players false ;/
    SCAR Code:
    procedure ClickThat;
    var
      ClickHereToPlay, cx, cy, Mark : integer;
    begin
      ClickHereToPlay := BitmapFromString(33, 1, 'z78DA758E510E80300843' +
        'AF54C0E2F6E94CB8FF9134123392693FFA41FA4A23A6F0888443D' +
        '26DC000A7DCE7F458F23EE444E721444B6A0F53D58FE44F4365B7' +
        '067D37AC3D95AADF2F50962C79');
      if (FindBitmapToleranceIn(ClickHereToPlay, cx, cy, 250, 270, 530, 390, 5)) then
      begin
        Mouse(Cx, Cy, 50, 20, True);
        MarkTime(Mark)
        repeat
          Wait(100)
          If LoggedIn then
            Break;
        until(Timefrommark(Mark) > 30000);
      end;
      FreeBitmap(ClickHereToPlay);
    end;
    [CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]

  2. #2
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    so this makes the Connection problem go away??

    like the 1 that says :
    deny
    deny always
    accept
    accept always for this file?

    OR SOMETHING LIKE THAT????
    i forgot l0l what it says exactly

  3. #3
    Join Date
    Dec 2007
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by p1nky View Post
    so this makes the Connection problem go away??

    like the 1 that says :
    deny
    deny always
    accept
    accept always for this file?

    OR SOMETHING LIKE THAT????
    i forgot l0l what it says exactly
    No, this is for connection lost.

    Also, Negaal, with your fighter, players become false when it does this.

    I think the thing your talking about can be fixed with SCAR options.

  4. #4
    Join Date
    Jul 2007
    Posts
    1,431
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by mels View Post
    No, this is for connection lost.

    Also, Negaal, with your fighter, players become false when it does this.

    I think the thing your talking about can be fixed with SCAR options.
    It's because after *click* it's not logged in(screen is still black for few secs), you have to wait until it loads players interface, after that loggedin return true.

    I was stupid I posted it.
    [CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]

  5. #5
    Join Date
    Dec 2007
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Negaal View Post
    It's because after *click* it's not logged in(screen is still black for few secs), you have to wait until it loads players interface, after that loggedin return true.

    I was stupid I posted it.
    Nope, it stays as false =[

    BTW, Narcle's script seems to do it good.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. case ... of problems
    By Dusk412 in forum OSR Help
    Replies: 6
    Last Post: 05-20-2008, 03:08 AM
  2. connection
    By Heavenzeyez1 in forum OSR Help
    Replies: 12
    Last Post: 11-22-2007, 01:29 PM
  3. Case Problems
    By Tails111 in forum OSR Help
    Replies: 9
    Last Post: 08-20-2007, 11:06 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
  •