Jump to content

Recommended Posts

  • 2 weeks later...
Posted

hello, i want to share augment script for adrenalin wich working with smart guard for interlude and h5

http://rgho.st/7TZhfKXFl

all problems please report to pm or skype, have a good night xd

Hello mate the file is deleted could you please upload it again?

  • 3 weeks later...
  • 2 weeks later...
Posted

Hello guys, i need some help with an script for andrenaline bot.

 

There is an anti cheat system in the server im playing which one in a while a window appears and it shows an image for example adena and there are some options down of the image like (Blessed Enchant weapon S, Ancient Adena, Gold bar, Adena) and you should choose the right one. I need a script that when this window appears, i want to play a sound just to alt tab and choose the right answer. Is this possible?

 

Thank you very much guys

Posted

Hello guys, i need some help with an script for andrenaline bot.

 

There is an anti cheat system in the server im playing which one in a while a window appears and it shows an image for example adena and there are some options down of the image like (Blessed Enchant weapon S, Ancient Adena, Gold bar, Adena) and you should choose the right one. I need a script that when this window appears, i want to play a sound just to alt tab and choose the right answer. Is this possible?

 

Thank you very much guys

posible with paid bot

Posted (edited)

Hi i need script for enchanting items. If some1 can give me code bcs i cant found it in previous pages. Thanks guys!

 

h5 client

Edited by Kimosabe
  • 3 weeks later...
Posted

Hi! 

 

I need a bit help with dmg counter. Is it posible to read chat msg and convert it to bot so it will calculate dmg i made. I tried with 

Action := Engine.WaitAction([laSysMsg], p1,p2); but this i cant figure it out what it does xD . i also tried to run free scripts but it doesnt work. 

 

So all i want if you coud make/share/help me how to get dmg you made from chat. 

  • 2 weeks later...
Posted

 

edit it just for pm
 
uses sysutils, dialogs;
 
function StringInArray(const Value: string; Strings: array of string): Boolean;
var I: Integer;
begin
  Result := True;
  for I := Low(Strings) to High(Strings) do
    if Strings = Value then Exit;
  Result := False;
end;
 
const numberOfNames = 10000;
var i,j: integer = 0;    
    usedNames: array[0..numberOfNames] of string;
    currentName,sName,fName: string;
    mailSubj: string = 'http://www.lineage2tales.com/ 15x H5 start 2.1.! ';
    textToWrite: string = 'http://www.lineage2tales.com/ 15x H5 start 2.1.!';
    messageDelay: integer = 5000;
begin
  //InputQuery('Spam bot', 'Enter the mail subject', mailSubj);
  //InputQuery('Spam bot', 'Enter the mail and PM text', textToWrite);
  while true do begin
    currentName:= CharList.Items(i).Name;
    if not (currentName = '') then begin
      if not (StringInArray(currentName,usedNames)) then begin
        Engine.Say(textToWrite,2,currentName);
        //Engine.SendMail(currentName,mailSubj,textToWrite,[57,1]);
        usedNames[j]:= currentName;
        inc(i);
        inc(j);
        delay(messageDelay);      
      end else begin
        print('Char already used!');
        inc(i);
        delay(1000);
      end;
    end else begin
      print('No chars to pm!');
      i:= 0;
      delay(1000);
    end;
delay(200);
    Engine.Say(textToWrite,1,'');
delay(200);
    Engine.Say(textToWrite,8,'');
  end;
end.

 

Hi Adr.bot, u mean this?, this is send pm to anyone, how can i modify it to reply if someone pm me ?

Thanks !!

Posted

a while ago i see "random pm reply" but as i know engine.say doesnt work on smart guard

Please see my recent post, plus my server's using CliExt, not smartguard.

Posted

Please see my recent post, plus my server's using CliExt, not smartguard.

well as i said, somewhere i see it, that means i just see, but i dont have it, if good remember i see it ~2year ago at l2bot.eu (now lineage2bot.com)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • Fresh off my private server for inspiration.
    • Custom High Five server L2insolence will open 2026-06-17 21:00 GMT+2 ! ! ! Web: http://www.l2insolence.eu/ Discord: https://discord.gg/duMjnj3y9A We have custom: 10 diferent looking custom armor sets. 8 weapon sets, 2 weapons sets are upgradable. 6 jewel sets. ----------------------------------- All custom tatto, masks, cloaks, agathions, belts, bracelest, talismans and more. Everi single item have own custom stats like: +p.atk% , +m.atk% , +p/m.def% and mutch more. All items in game have own stats. With custom looks. Glowing etc. ----------------------------------- Rates XP, SP: 25x Spoil and Drop: 10x Server Hard Farm ----------------------------------- Enchantment Safe enchant: +20099 Max enchant: +20099 All scrolls: 100% ----------------------------------- You can use scrolls or item enchant NPC to make +++ abd life beter. NPC Buffer There's an NPC buffer in all of our main towns. We have custom self buffs learned with npc with custom stats. Global Gatekeeper. GM Shop with normal items and custom ones, Event NPC, item upgrader NPC. Raid Bosses, every zone have its own boss and drops for rare mats, respawn every 10 seconds.. Olympiad The olympiad is ongoing every two weeks.
    • I agree that kernel-level protection offers much deeper visibility and control, especially when it comes to advanced bots and bypass techniques. That said, I'm not trying to claim that a usermode solution is impossible to bypass. My goal is simply to increase the cost and complexity of bypassing the protection while keeping deployment simple, stable, and compatible for server owners. A lot of Interlude server operators don't want to install kernel drivers or deal with the risks and maintenance that come with them. That's why I'm currently focusing on a layered approach: secure launcher architecture, HWID licensing, session validation, anti-debugging, injection detection, integrity checks, replay protection, and heartbeat monitoring. I'm not ruling out kernel support in the future. Right now, my priority is gathering real-world feedback, improving the product, and learning how people attempt to bypass different protection layers. I appreciate the feedback and the discussion.
    • not true, you can change any bot program name so the ones that are injecting aint a problem any more, you can aswell bypass everything in a dll so his way of thinking isnt bad at all
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..