Results 1 to 2 of 2

Thread: Email Validaion

  1. #1
    Join Date
    Jul 2007
    Location
    Ottawa, Canada
    Posts
    930
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Email Validaion

    Login Function for new Email Validation screen?

    Has anyone seen it? This fixes it.

    Code:
    function validEmail: Boolean;
    begin
      while (getColor(473, 418) = 1001495) do
      begin
        //writeln('found email screen');
        MouseBox(502, 424, 548, 435, mouse_left);
        waitFunc(@lobbyScreen, 75, 3000);
      end;
      while (getColor(473, 418) = 11192281) do
      begin
        //writeln('found email screen');
        MouseBox(504, 340, 564, 360, mouse_left);
        waitFunc(@lobbyScreen, 75, 3000);
      end;
      result := lobbyScreen;
    end;
    ~ Metagen

  2. #2
    Join Date
    Jun 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ooh interesting. I might impliment this in my first script..

Thread Information

Users Browsing this Thread

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •