mexican24 Posted September 28, 2007 Posted September 28, 2007 This is the hidden content, please Sign In or Sign Up
sltbnjr Posted September 29, 2007 Posted September 29, 2007 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
dmitry501 Posted September 29, 2007 Posted September 29, 2007 <<SKIP>> by the way 270 posts is MAJOR overkill. This idea is like 3 weeks old now. This is no top secret whatsoever 3 week old? :) More 4 month!
sltbnjr Posted September 29, 2007 Posted September 29, 2007 I don't read russian boards :< so 3 weeks on here
mpj123 Posted September 29, 2007 Posted September 29, 2007 Times like these make me wish I knew russian lol :P
sltbnjr Posted September 29, 2007 Posted September 29, 2007 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
rnway Posted September 30, 2007 Posted September 30, 2007 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 ><
zoltir Posted October 2, 2007 Posted October 2, 2007 [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.
mexican24 Posted October 4, 2007 Author Posted October 4, 2007 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
Recommended Posts