Jump to content

Recommended Posts

  • 6 months later...
Guest Verti
Posted

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

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

Posted

      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

Guest Verti
Posted

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 ?

  • 1 month later...
Posted

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

  • 1 month later...
Posted (edited)

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
Posted

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

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

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

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

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.




  • Posts

    • What webhosting are you using? You'll need to talk with administrators of the webhosting to open outgoing connections to port 1433, maybe they won't open it for you, instead, you should get a webhosting for mu online since they always have 1433 port open for outgoing connections. Also, make sure you have your 1433 TCP port open for incoming connections, for security, I suggest you exclusively add the cPanel IP Address to connect to your port 1433 in your firewall, so no one else can try to connect to your database. Let me know if you have any questions, happy to help.
    • He just doesn't answer, I've tried everything, Telegram, his own forum, everything, I don't know what's his deal, but I've tried for months
    • Send direct message to @Maxtor
    • Hello guys , does anyone know what files needed to use those cloaks for H5 client? I’m not using an interface and I don’t want to use one so there are any way to use them without interface? 
    • Closed beta testing starts in early October!        We’re looking for the most active and attentive players to help fine-tune the project before launch. This is your chance to be among the first to try out our new features and directly influence how the server develops.   What beta testers will do: — Check the client and core mechanics — Find bugs, errors, and inconsistencies — Evaluate the convenience and practicality of current solutions — Share detailed, constructive suggestions for improvement      Your feedback will be key to making the project balanced and comfortable for everyone.   Requirements: — Willingness to complete specific tasks — Experience playing on Interlude (PTS, clean client) — Experience with the HF client is a plus   Ready to help? The server launch is planned for early December, so now is the perfect time to join the test and make your contribution. To participate, you must send a direct message (DM) to one of the following: - Send a DM to our Telegram channel - Send a DM to our forum moderators: PrintF or EchØ - Send a DM to our Discord server admin @EchØ
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock