Jump to content

Recommended Posts

Posted

hello guys i took dialog of captcha window of l2 tales server anyone can make a solution on this???

 

 

 

<html>
<head>
    <title>Captcha</title>
</head>
<body>
<br>
<center>
    <font color=3097BF>You have got 45 seconds to Enter Captcha</font><br>
    <img src="Crest.crest_4_1929475243" width=256 height=64><br><br>
    <font color=A72E26>
Enter Code from Picture:<br1>
</font>
<br>
    <edit var="answer" width=110><br>
    <button value="Confirm" action="bypass -h 10 $answer" width=80 height=26 back="L2UI_CT1.Button_DF_Down" fore="L2UI_ct1.button_df"><br/>
</center>
</body>
</html>

Posted

Simple alarm 

 

When alarm start just write .cfg in game and botting again :)


 

 

function SetForegroundWindow(hwnd: integer) : Boolean; stdcall;

    external 'user32.dll';
 
    function captcha:boolean; begin
             if engine.dlgtext.contains('Refresh&apos or
             engine.dlgtext.contains('Captcha&apos or
             engine.dlgtext.contains('60 seconds&apos or
             engine.dlgtext.contains('Bot&apos   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.

 

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

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..