Jump to content

[BOT] L2Walker OOG/IG @ Dragon Network | Complete Guide


Recommended Posts

Posted

Now this is what makes me feel I should just quit sharing period. I share everything possible when I submit something(source.. etc) so people can LEARN from it and hopefully get to do something new so this community grows.

 

I do not share what I come up with so people can change a few lines here and there and take the full -beep-ing credit. I don't care whether my name appears or not it's just that you make this whole thing look as if you had come up with the entire thing.

 

So, I feel this thread should contain the actual source so there you go

var
names, inde : TStringList;
Fname, Iname, s1, s2 : string;
i : integer;

procedure OnCreate;
begin
  Fname := _gCustomDir+'Packets.txt';
  Iname := _gCustomDir+'names.txt';
  names := TStringList.create;
  inde := TStringList.create;
  names.CaseSensitive := true;
  inde.CaseSensitive := false;
  if FileExist(fName) then
    names.LoadFromFile(fName);
  if FileExist(iName) then
    inde.LoadFromFile(iName);
end;

Procedure OnDestroy;
begin
  if inde <> nil then begin
    try
      if inde.count > 0 then begin
        try
          names.SaveToFile(fName);
          inde.SaveToFile(iName);
        except
          writelogln('Îøèáêà çàïèñè â ôàéë' + Fname + ' ');
        end;
        names.free;
        inde.free;
      end;
    finally
    end;
  end;
end;

begin
  if (gSys.isLS > 0) and not _gFromServ then begin
    if _gAbsNumPkt = 2 then begin
      s1 := BuftoHex(_gBuff);
      s2 := copy(_gbuff,4,14);
      if length(s2) > 0 then begin
        if inde <> nil then begin
          if inde.indexOf(s2) = -1 then begin
            inde.add(s2);
            names.add(s1);
            writelog(s1[4]);
          end;
        end;
      end;
      i := inde.indexof(s2);
      s1 := names.Strings[i];
      s1 := hstr(s1);
      _goutbuff := s1;
    end;
  end;
end.

by the way 270 posts is MAJOR overkill. This idea is like 3 weeks old now. This is no top secret whatsoever

Posted

rofl wow

 

whatever I'm done here. Maxbastards will just go back to being a board on which people request tokens, IPs and ports because that's serious fucking business and they can't even do it on their own.

 

farewell

Posted

It's bit weird, why the creator got some hide on the OOG but if he makes a working IG then we wont need some MAJOR OVERKILL OF POSTS ><

Posted
[Hidden post: You need 270 posts or become a Donator or Platinum Member to see it. You currently have 18.]

imo its most stupid thing at this site/forum.... Its like donate and you will see it.

270 posts at "cheat tools forum"? What i can talk about here?

Most of people just read new cheats, tricks in lineage 2. thats why i just dont know why you make that shit with penalty.

Posted

imo its most stupid thing at this site/forum.... Its like donate and you will see it.

270 posts at "cheat tools forum"? What i can talk about here?

Most of people just read new cheats, tricks in lineage 2. thats why i just dont know why you make that shit with penalty.

 

The reason for that is to protect from ppl like u that never helped MxB community and just acess our forum to leech our knowledge.. and the files i got from a russian friend weeks ago, i just made the guide and made it public for the others.

 

Kisses

Guest
This topic is now closed to further replies.

  • Posts

    • You should buy it then I’ll make a discount  
    • Hi everyone,   In 2014, I completely stepped away from developing L2 servers and doing L2J-related work. Since then, I’ve only opened this server about once a year and helped a few servers and individuals for free. I haven’t taken on any paid L2J work since then.   LINEAGE2.GOLD is a project that has reached about Season 6. The first season launched at the end of 2020 and was a fully rebuilt Gold-style server on the Classic client (protocol 110). It featured many custom systems and enhancements. After several seasons, I decided to abandon the Mobius-based project and move to Lucera, as my goal was to get as close as possible to Interlude PTS behavior while still staying on the L2J platform.   The current project was once again completely rebuilt, this time on the Essence client (protocol 306), and is based on Lucera. Because of that, acquiring a license from Deazer is required.   My Lucera extender includes, but is not limited to: Formulas.java Basic anti-bot detection, which proved quite effective, we caught most Adrenaline users using relatively simple server-side logic, logged them, and took staff action. Simple admin account lookup commands based on IP, HWID, and similar identifiers. In-game Captcha via https://lineage2.gold/code, protected by Cloudflare, including admin commands for blacklisting based on aggression levels and whitelisting. Additional admin tools such as Auto-Play status checks, Enchanted Hero Weapon live sync, force add/remove clans from castle sieges, item listeners for live item monitoring, and more. A fully rewritten Auto-Play system with support for ExAutoPlaySetting, while still using the Auto-Play UI wheel, featuring: Debuff Efficiency Party Leader Assist Respectful Hunting Healer AI Target Mode Range Mode Summoner buff support Dwarf mechanics Reworked EffectDispelEffects to restore buffs after Cancellation. Raid Bomb item support. Reworked CronZoneSwitcher. Prime Time Raid Respawn Service. Community Board features such as Top rankings and RB/Epic status. Custom systems for Noblesse, Subclasses, support-class rewards, and much more.   Depending on the deal, the project can include: The lineage2.gold domain The website built on the Laravel PHP framework The server’s Discord Client Interface source Server files and extender source The server database (excluding private data such as emails and passwords)   I’m primarily looking for a serious team to continue the project, as it would be a shame to see this work abandoned. This is not cheap. You can DM me with offers. If you’re wondering why I’m doing this: I’ve felt a clear lack of appreciation from the L2 community, and I’m not interested in doing charity work for people who don’t deserve it. I’m simply not someone who tolerates BS. Server Info: https://lineage2.gold/info Server for test: https://lineage2.gold/download Over 110 videos YouTube playlist: https://www.youtube.com/watch?v=HO7BZaxUv2U&list=PLD9WZ0Nj-zstZaYeWxAxTKbX7ia2M_DUu&index=113
  • 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..

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