Jump to content

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


mexican24

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...