Jump to content

Recommended Posts

Posted (edited)

This is only captcha alarm: (i dont test it in l2 apocalyps btw)

function SetForegroundWindow(hwnd: integer) : Boolean; stdcall;
    external 'user32.dll';

    function captcha:boolean; begin
             if engine.dlgtext.contains('Refresh') or
             engine.dlgtext.contains('Captcha') or
             engine.dlgtext.contains('60 seconds') or
             engine.dlgtext.contains('Bot')   then begin
       SetForegroundWindow(Engine.GameWindow);             
      PlaySound(exepath+'\sounds\'+'PlayerAlarm'+'.wav');
      delay(500);  
      StopSound;
          end;   
  end;
begin
  while true do begin
  delay(300);
   captcha();
end;
end.

What is exactly for you "auto farming script"? xd

Edited by Anitah
Posted

This is only captcha alarm: (i dont test it in l2 apocalyps btw)

function SetForegroundWindow(hwnd: integer) : Boolean; stdcall;
    external 'user32.dll';

    function captcha:boolean; begin
             if engine.dlgtext.contains('Refresh') or
             engine.dlgtext.contains('Captcha') or
             engine.dlgtext.contains('60 seconds') or
             engine.dlgtext.contains('Bot')   then begin
       SetForegroundWindow(Engine.GameWindow);             
      PlaySound(exepath+'\sounds\'+'PlayerAlarm'+'.wav');
      delay(500);  
      StopSound;
          end;   
  end;
begin
  while true do begin
  delay(300);
   captcha();
end;
end.

What is exactly for you "auto farming script"? xd

Theres no need for that script since you can do that from "events"

Posted

Here is one of my favorite OCRs: https://de-captcher.com/ Just use their API: send captcha images and you will receive text from them. I started to work with that service long time ago, so if you get any problems, you can ask support there, they answer quite quickly

Posted

Here is one of my favorite OCRs: https://de-captcher.com/ Just use their API: send captcha images and you will receive text from them. I started to work with that service long time ago, so if you get any problems, you can ask support there, they answer quite quickly

success rate of 50%,

you better setup sound alarm xD

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock