Could be, yes. I've updated the first post.
Additions:
The first two functions have been added to add support for DeCaptcher in SCAR.Code:procedure SaveBitmapAsJPEG(const Bitmap, w, h, Compression: Integer; const FileName: string);
function PostHTTPFormData(const URL: string; const fieldNames, fieldValues, fileFieldNames, fileNames, fileContentType: TStringArray): string;
function appa_GetCookies: string;
procedure appa_SetCookies(const Cookies: string);
procedure appa_Caption(const s: string);

