Jump to content

L2 Adr (Apocalyps)


Emo*

Recommended Posts

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
Link to comment
Share on other sites

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"

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...