Janilabo

Untitled

Mar 30th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.17 KB | None | 0 0
  1. var
  2.   bmp: TSCARBitmap;
  3.  
  4. begin
  5.   GetClient.Activate;
  6.   Wait(500);
  7.   bmp := GetClient.Capture;
  8.   bmp.SaveToBMP(ScriptPath + 'bank_pin.bmp');  
  9.   bmp.Free;
  10. end.
Advertisement
Add Comment
Please, Sign In to add comment