Jump to content

Anti-Captcha / Alarm Captcha L2 Adrenaline


Anitah

Recommended Posts

Where should i write this command? I tried to l2 client, but nothing happened. Can you explain more? Becouse that sound is annoying. :)

.cfg .control idk what your server got,

 

but u need open new dialog window 

Link to comment
Share on other sites

  • 2 weeks later...
  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.

can be converted for l2tower scripts?

Edited by powercheats
Link to comment
Share on other sites

  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.

can be converted for l2tower scripts?

 

i think yea, if you know tower script language

Link to comment
Share on other sites

  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.

can be converted for l2tower scripts?

 

xaxa oh my god it looks for dlgtext :D, such stupid way of doing captcha, in dialog but not in other window....

Link to comment
Share on other sites

xaxa oh my god it looks for dlgtext :D, such stupid way of doing captcha, in dialog but not in other window....

so if you are verry smart guy write and share to all. or you just talk?

Link to comment
Share on other sites

xaxa oh my god it looks for dlgtext :D, such stupid way of doing captcha, in dialog but not in other window....

what other window lol?

it's same sh1t if it's npc dialog or tutorial.

Link to comment
Share on other sites

so if you are verry smart guy write and share to all. or you just talk?

I've allready done something simmiliar,

better way is with tut window(you cant close it) and capcha as an image,

 

 

In plus you can send 3 times just a tut window that popus up and say - hello, but at 4th time, it would ask to enter captcha, so this alarm would annoy you even there is no need for captcha to enter, there is even other ways i guess, to make different window(by client) and bind it, so it would have different name - the one bot don't know, thats even better.

Edited by LightFusion
Link to comment
Share on other sites

I've allready done something simmiliar,

better way is with tut window and capcha as an image,

haha, your "better way" captcha is 4 rows of script to bypass, gj on wasting time.

Link to comment
Share on other sites

haha, your "better way" captcha is 4 rows of script to bypass, gj on wasting time.

lol bypass what isnt done as i wanted ? its just an example, i could  do it better if its needed, dont talk about something you dont know for sure.

Link to comment
Share on other sites

lol bypass what isnt done as i wanted ? its just an example, i could  do it better if its needed, dont talk about something you dont know for sure.

work with this many time, and come one guy who know better script language and bypass in 5min xD

 

EDIT: and btw not all servers use like this so gg xd

Edited by adr.bot
Link to comment
Share on other sites

work with this many time, and come one guy who know better script language and bypass in 5min xD

 

EDIT: and btw not all servers use like this so gg xd

wut ?:D lol did you read this code or not ? 

  if engine.dlgtext.contains('Refresh') or

it looks for dialog text, even more it looks for something that is writed there, what i pruposed is to make a window that contains only images - captcha itself(digits) and image that says that you need to enter it. But there is even more -it might be possible to change the tutorial window name, or even change tutorial window itself to something other - that is not engine.dlgtext, engine.tutorialwindow, in these case - your script is useless, if you dont know the real name of the window, or a way to get it.

Link to comment
Share on other sites

wut ? :D lol did you read this code or not ? 

  if engine.dlgtext.contains('Refresh') or

it looks for dialog text, even more it looks for something that is writed there, what i pruposed is to make a window that contains only images - captcha itself(digits) and image that says that you need to enter it. But there is even more -it might be possible to change the tutorial window name, or even change tutorial window itself to something other - that is not engine.dlgtext, engine.tutorialwindow, in these case - your script is useless, if you dont know the real name of the window, or a way to get it.

yea, im not say i come and bypass your captcha, becouse i just begginer to learn :D i just say who know better script language and can bypass, like other guys selling full auto captcha, so i dont think if its cant be bypassed :D

Link to comment
Share on other sites

lol bypass what isnt done as i wanted ? its just an example, i could  do it better if its needed, dont talk about something you dont know for sure.

till u make some bypass, l2 will be finally dead. 

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.

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...