Olympe Posted July 16, 2023 Share Posted July 16, 2023 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 1 Quote Link to comment Share on other sites More sharing options...
Spectre7TS Posted July 29, 2023 Share Posted July 29, 2023 (edited) 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 July 29, 2023 by Spectre7TS 1 Quote Link to comment Share on other sites More sharing options...
Olympe Posted August 5, 2023 Author Share Posted August 5, 2023 Thx Spectre Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.