Ver Mensaje Individual
  #2  
Antiguo 11-06-2014
jhandervel jhandervel is offline
Registrado
NULL
 
Registrado: sep 2011
Posts: 7
Reputación: 0
jhandervel Va por buen camino
Cool Resuelto!!!

ceflib.pas
line 5549

Código Delphi [-]
Var
   UA: integer;
   UAescojido: Ustring;

...

{$ELSE}
    settings.multi_threaded_message_loop := True;
{$ENDIF}
    settings.cache_path := CefString(Cache);
    UA:= Random(2)+1;
    if UA=1 then UAescojido:= 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1;         Trident/5.0)';
    if UA=2 then UAescojido:= 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)';
    settings.user_agent := cefstring(UAescojido);

You're welcome jeje
Responder Con Cita