Jump to content

Anti-Captcha / Alarm Captcha L2 Adrenaline


Anitah

Recommended Posts

l2warland im trying to use l2phx.3.5.34.176 anti-capcha (adernaline works just fine) but when i run anti-capcha i get critical error ===>> i have disabled firewall / i dont have antivirus i got windows 7 pro any idea why that happens?

Link to comment
Share on other sites

  • 2 months later...
  • 2 months later...
On 10/4/2015 at 8:14 AM, Slayerduckie said:

hello there can this script also run with l2tower?

how to play sound in this script?

 

On 6/4/2015 at 4:26 PM, adr.bot said:

 



 

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.

 

how to play sound in this script? i create a carpet sound in my adr cracker 1.71 and i have alarm.wav , how to config for play sound?

 

Link to comment
Share on other sites

6 hours ago, zatohichi said:

how to play sound in this script? i create a carpet sound in my adr cracker 1.71 and i have alarm.wav , how to config for play sound?

 

PlaySound(exepath+'\sounds\'+'Alarm'+'.wav');

 

Link to comment
Share on other sites

  • 2 months later...
  • 3 months later...

Hello guys. How do I do this script work L2Gamers.cl?

 

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.

 

 

Untitled-1.png

Edited by Flavstorm
Link to comment
Share on other sites

32 minutes ago, Flavstorm said:

Hello guys. How do I do this script work L2Gamers.cl?

 

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.

 

 

Untitled-1.png

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('Human')   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.

 

Link to comment
Share on other sites

  • 3 weeks later...
On 2/17/2018 at 10:43 PM, Flavstorm said:

Hello guys. How do I do this script work L2Gamers.cl?

 

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.

 

 

Untitled-1.png

Will this script works for the CAPTCH-a of my server? 

https://imgur.com/a/V1ODB   <---The Captch-a

Link to comment
Share on other sites

18 minutes ago, AnitahIsBack said:

I opened this post 3 years ago and still alive lul

why not, captchas always look like trouble for them playas :P

Link to comment
Share on other sites

  • 3 weeks later...
12 hours ago, zatohichi said:

hello, any good person have alarm from this chaptcha??? Thanks :D i have Adr 1.71 cracked ...  :D

captcha l2cotp.jpg

const
Captcha_Str = 'Bot';
  
var
P1, P2 : pointer;
Action: TL2Action;
Actor: TL2Live;
function SetForegroundWindow(hwnd: integer) : Boolean; stdcall;
external 'user32.dll';

begin
  while Engine.Status = lsOnline do
  begin
  Action:=Engine.WaitAction([laDlg], P1, P2);
    if Action = ladlg then begin
      if Pos(Captcha_Str, Engine.DlgText) <> 0 then begin
        SetForegroundWindow(Engine.GameWindow);
        PlaySound(exepath+'\sounds\'+'PlayerAlarm'+'.wav');
        Print('Captcha!');
        Delay(2000);
      end;
    end;
  end;
  Delay(200);
end.

should work

  • Like 1
Link to comment
Share on other sites

  • 2 months later...

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.




  • Posts

    • Hello, I recently Installed the h5 Interface from emu-dev   Everything is working great but i was wondering if anyone can help me add the monster book and item book buttons on my community board to make it more accessible. Or if there is a way to add a button with HTML that calls these windows. I have xdat editor installed and i have located the relevant windows, but i don't know what to do with them. Thank you for your time.  
    • Add Support ShortCutPanel https://jumpshare.com/s/VTm9x1wvHmPokrqomNun
    • Καλησπερα μαγκες θα ηθελα εναν Dev ( που να γνωριζει καλα την δουλεια ) να ξεκινησουμε εξολοκληρου ενα Interlude PVP σερβερ που εχω στο μυαλο μου! Παρακαλω πολυ στειλτε μου προσωπικο στο προφιλ μου εδω για περαιτερω πληροφοριες! Ευχαριστω!
    • Open github. Find sdark94 account. Enter sdark94/trinity repository. Search for the DB backup. It is still there. I would've posted it here, if there was a HIDE_FOR_USER(S) feature, but there isn't one. You can DM me on Discord and I'll slip you a STRUCTURE-only DB export.   Yall lazy to even search the web bro. 😄 See the old videos from 3 years ago -> YOUTUBE Regarding java version, it is also visible in the source:
    • Welcome to my store : https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 60.99 $ 2016 Discord Account : 10.50 $ 2017 Discord Account :4.99 $ 2018 Discord Account : 3.99 $ 2019 Discord Account : 2.99 $ 2020 Discord Account :1.99$ 2021 Discord Account :1.50$ 2022 Discord Account :0.99$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore11 Whatsapp ; +212614849119 Welcome to my store : https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 60.99 $ 2016 Discord Account : 10.50 $ 2017 Discord Account :4.99 $ 2018 Discord Account : 3.99 $ 2019 Discord Account : 2.99 $ 2020 Discord Account :1.99$ 2021 Discord Account :1.50$ 2022 Discord Account :0.99$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore11 Whatsapp ; +212614849119 Welcome to my store : https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 60.99 $ 2016 Discord Account : 10.50 $ 2017 Discord Account :4.99 $ 2018 Discord Account : 3.99 $ 2019 Discord Account : 2.99 $ 2020 Discord Account :1.99$ 2021 Discord Account :1.50$ 2022 Discord Account :0.99$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore11 Whatsapp ; +212614849119
  • Topics

×
×
  • Create New...