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;







Reply With Quote

