Results 1 to 3 of 3

Thread: CheckPin;

  1. #1
    Join Date
    Mar 2006
    Posts
    549
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default CheckPin;

    i was reading through the bank include, until something hit me, there isnt a PIN keyboard checker! mabye this will help a bit...


    EDIT: i made it now, un-downloadable


    Code:
    {****************************************************************************
    Function: CheckPin : Boolean
    By:Ub3r l<1ll3r
    Description:Will check to see if there is a PIN keyboard
    ********************************************************************************}
    function CheckPin : Boolean;
    begin
      if(findcolortolerance(x, y, 660059, 46, 11, 97, 164, 7))then
        Result:= True else
        Result:= False
    end;

  2. #2
    Join Date
    Feb 2006
    Location
    Australia, NSW.
    Posts
    1,461
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice. I thought we already had one of these

  3. #3
    Join Date
    Mar 2006
    Posts
    549
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nope, i triple checked the bank functions

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
  •