Jump to content

Sniff Alt+B script


Olympe
 Share

Recommended Posts

Hello Guys, i new on server and i looking for help 🙂

i search Adrenalin Script for record all ALT+B request i make in .txt

i found this script but doenst work !

Quote

uses SysUtils, Classes;
var A:TStringList;
begin
  A:= TStringList.create;
  A.Text:= Engine.CbText;
  A.SaveToFile(Script.Path + 'CbText.txt');
  A.Free;
end.

This Line "  A.Text:= Engine.CbText; " is red in Adrenaline.

all suggest are welcome 🙂 thx

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

it works on only payed adrenaline, not  cracked.

 

If you want alt + B buff, try this, works on Erica server:

  engine.bypasstoserver('_bbshome',true); // Alt B
                   delay(500);
                   engine.bypasstoserver('11',true);  // Buffs
                    delay(500);
                    engine.bypasstoserver('17',true);

// 17  - Warrior 

//18 - Mystic

delay(500);
engine.bypasstoserver('16',true);  

// 15 -  Buff Me

//16 - Buff Party

Edited by Spectre7TS
  • Thanks 1
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.

 Share

×
×
  • Create New...