Jump to content

Anti-Captcha / Alarm Captcha L2 Adrenaline


Anitah

Recommended Posts

  • 3 weeks later...
  • 10 months later...
  • 1 month later...
  • 5 months later...

 

On 9/2/2015 at 12:33 AM, AchYlek said:
Spoiler

 

uses SysUtils;
 
 
 var tmpDialog,tmpString:string;
 var posCaptcha, num1, num2, resultNum, count:integer;
begin
  while Engine.Status = lsOnline do begin
    tmpDialog := Engine.DlgText;
    if (Pos('Активирован штраф', tmpDialog) <> 0) then
begin
tmpString:='';
tmpDialog:=''; // Наверное на делфи это не нужно делать, но у меня привычка.
// Ищем капчу в диалоге
    tmpDialog:=Engine.DlgText;
    posCaptcha:=pos('<font color=LEVEL>',tmpDialog);
posCaptcha:=posCaptcha+19;
 
 
// Выдираем 1 число из капчи 
while not (tmpDialog[posCaptcha] = ' ') do begin
tmpString:=tmpString + tmpDialog[posCaptcha];
posCaptcha:=posCaptcha + 1;
end;
num1:=StrToInt(tmpString);
 
 
// Выдираем 2 число из капчи 
tmpString:='';
posCaptcha:=posCaptcha + 3;
while not (tmpDialog[posCaptcha] = ' ') do begin
tmpString:=tmpString + tmpDialog[posCaptcha];
posCaptcha:=posCaptcha + 1;
end;
num2:=StrToInt(tmpString); 
 
 
// Решаем
resultNum:=num1 + num2;
print(IntToStr(resultNum));
 
 
// Отправляем ответ на капчу 
Engine.BypassToServer('00 '+IntToStr(resultNum), True); 
count:=count+1;
print ('Капча выскакивала -->'+IntToStr(count)+'<-- раз, но мы ее обошли =)');
end;
Delay (888);
end;
end.

 

 

 

On 9/2/2015 at 1:27 AM, Anitah said:

 

Where is the hack or something? :dat:

 

On 9/2/2015 at 9:41 AM, adr.bot said:

that guy captcha not dialog, i dont think if this works for him

 

On 9/3/2017 at 9:34 AM, fAkeN said:

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

 

 

Hello people, sorry for bothering you and also for my english.. I was reading all the pages

 

I use l2 Adrenaline cracked version (1.71)

 

have this captcha to resolve

7a180e35fda26f806b80fb02402b6ed2o.jpg

 

I pasted the code in the "scripts" window of L2 adenaline

e86c8ee012253c372c9c16317edada92o.jpg

and I gave the "play" should it work?

 

am i doing things right? I'm new to adrenaline, and I don't know much about programming.

 

Could you add an alarm to this code? And let me know when I have to solve the captcha to do it personally?

 

I would really appreciate it if you give me a hand, greetings from the other side of the ocean!

Edited by briantispy
Link to comment
Share on other sites

  • 2 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now



×
×
  • Create New...