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.

 

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