Jump to content

Anti-Captcha / Alarm Captcha L2 Adrenaline


Anitah

Recommended Posts

  • 6 months later...
Guest Verti

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

Could you explain this line? haw it find this .wav and what I need to do? 

Link to comment
Share on other sites


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

Could you explain this line? haw it find this .wav and what I need to do? 

 

its useless,

use Events -> captcha for sound alarm

Link to comment
Share on other sites

Guest Verti

its useless,

use Events -> captcha for sound alarm

yes but what i need to do?

Should I paste there a way to this wav or leave this like it is.

if 2nd opition is correct so wher is this wav ?

Link to comment
Share on other sites

  • 1 month later...

So, I have tried anything I can thing of and I still can't figure out how to deal with a captcha that is TUTORIAL window and not CHAT... Adrenaline does not give me access to packets, I only have their functions to work with. Does ANYONE know how to make an alert for this thing? Any help is very much appreciated

Link to comment
Share on other sites

  • 1 month later...

Hello,

is there any anti-captcha script for this kind of Captcha system ??Cause this one isn't working for my server.

thanks.

XB4SNBc.jpg?1

 

BROTHER... YOU FOUND A ALARM FOR THIS CAPTCHA? ????   I HAVE THE SAME PROBLEM     :(

Edited by juliopecador
Link to comment
Share on other sites

hello guys... this is the captcha of my server... if someone can helpme pls... I need a alarm   :(

 

hwwe1x.jpg

nobody is helping anyone on this forum anymore, thats why its dead, its just circle of 10 people jerking around to each other there is no help involved,  if you want to look for some forums that actaully help people out without whoring themself for money, try rawr.su, but thats a russian forum still if you arent completly retarded you will find a lot usefull stuff there including millions of scripts

Link to comment
Share on other sites

  • 1 month later...
  • 5 months later...

for paid adr should this work, it will react in any tutorial window, to stop sound restart script, have fun xd

uses sysutils,classes;
var
alarm:boolean= false;

procedure OnPacket(ID, ID2: Cardinal; Data: Pointer; Size: Word);
begin
  if (IntToHex(ID, 2) = 'A0') and (not alarm) then alarm:= true;
end;

procedure doAlarm;
begin
  while delay(1111) do begin
    if alarm then begin
      playsound(exepath+'sounds\playeralarm.wav');
      delay(2222);
    end;
  end;
end;

begin
  script.newthread(@doAlarm);
  delay(-1);
end.
Link to comment
Share on other sites

Any way to make it work for the cracked version (1.71) ? 

 

Getting this error : (12) Type of expression must be Boolean.

 

Any ideas how to solve it ? 

impossible, 1.71 had no such stuff

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