Jump to content

Recommended Posts

Posted

Since i'm quitting L2 for good and i can see that the only things people share these days is their old trash i am sharing this for old time's sake.  

To the moderators out there and the administrator of this forum. please dont delete this post there is no point. l2 is dead anyway maybe this will revive it a bit.  

Also to the selfish little s......ts out there :  STOP SELLING THIS AND START SHARING REAL CONTENT.

https://www.4shared.com/postDownload/_q2-HNmKei/JJFH.html

Posted
55 minutes ago, SourceCode said:

Since i'm quitting L2 for good and i can see that the only things people share these days is their old trash i am sharing this for old time's sake.  

To the moderators out there and the administrator of this forum. please dont delete this post there is no point. l2 is dead anyway maybe this will revive it a bit.  

Also to the selfish little s......ts out there :  STOP SELLING THIS AND START SHARING REAL CONTENT.

https://www.4shared.com/postDownload/_q2-HNmKei/JJFH.html

Ty for your share bro maybe you can give us little info

Posted

I highly doubt validity of files.

OP created new MXC user just to share these files, and, is actively advertising them.

I guess they have backdoor or some kind of stuff hidden, Virustotal finds trojan aswell.

Be careful. It's good for research but I would not be so brave to launch live server on this base.

Posted

I have those sources and I compared them. The only file its added in this pack, it is KeyGenerator.exe.

You just have to delete it and you will be fine, and you wont have any complain of your AntiVirus.

The rest of the files are exactly the same  (with some changes like licence) like mine. This pack doesn't have any backdoor.

If you know C++, just delete the files related with Key generator and Licence.

 

I knew someone will shared it but as far I know from other users comments, are a new exploit out there where it can crash l2server.exe. if you use this pack.

So, if you planing to open a server using this sources, you better hire someone to fix this issue.

 

cheers

Posted
18 minutes ago, Blackhive said:

You clearly have no idea how to find backdoors, it's up to you, download, open servers, do whatever you want, thanks me later.

Yep, it is up to me, thanks for the heads up!! XD

Posted

Just for the records mate, have you found yet the first vang source exploit since when you bought it from Vanganth? If yes let me know about it, if not keep searching for that one and than let others know you've found new ones :) 
Everything I wrote are not meant to be rude, it's simply a fact and I just warned people with less knowledge that this pack (shared one) is backdoored, also the one vanganth sold to few, old, customers. The thing is he sold to few, and the few people tried to get their investment back, so it was obviously that one of those "loyal customers" will start to sell it for cash, this is L2 community (players, developers, etc).

Posted (edited)
7 minutes ago, Blackhive said:

Just for the records mate, have you found yet the first vang source exploit since when you bought it from Vanganth? If yes let me know about it, if not keep searching for that one and than let others know you've found new ones :) 
Everything I wrote are not meant to be rude, it's simply a fact and I just warned people with less knowledge that this pack (shared one) is backdoored, also the one vanganth sold to few, old, customers. The thing is he sold to few, and the few people tried to get their investment back, so it was obviously that one of those "loyal customers" will start to sell it for cash, this is L2 community (players, developers, etc).

 

I know what are you talking about. I do not care this sources, because I know which files needs to be rework and done, also I have the "loyal customers sources" as well, actually I have 3 version of this sources.

So, I wont ever share my stuff.

In fact, this sources is good for someone would like to be involve in L2off extender, learn and fix.

 

Edited by Pulentolento

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

    • Hi, great work! Are there any bugs? And will it work with a high five?
    • For others that would like to understand in more details:   The login server also uses a protocol (sent by the server to the client in the very first packet). For instance, the C4 client (the one I'm developing my emulator for) expects the protocol number `50721` (or `0xc621`) which works as follow (from what I've gathered): Preamble: L2 packets are divided into two parts: size and payload; As mentioned, every packet starts with two bytes containing the whole packet size (thus including those two bytes, e.g. a packet of size 15 will have the number `15` written onto its first two bytes and a following payload of 13 bytes); For login server, first byte of the payload is the opcode (game server must deal with variable-sized opcodes); Next bytes are the packet content; Before sending the packet, its buffer size (minus the initial two bytes) is padded to 8 bytes (required by upcoming Blowfish encoding); A checksum of the packet is appended at the end, then the payload is again padded to 8 bytes; If the opcode is not `0` (also written as `0x00`), then the payload is encoded by Blowfish; Packet is sent over the network. You can have a look at my implementation (in C++) here (do note I'm assuming little-endian).   In this protocol, the auth packet (`0x00`) sent back by the client is RSA encrypted using the RSA modulus sent in the first server packet, inserted right after the protocol number.  
    • Hello guys I wanna buy some  Lessons for an L2J Developer
    • Let me give you something for inspiration and get you addicted to bot AI     And a siege 😛     What I have notice helps a lot the LLM to act real, is to give it a real-persons background. So for each LLM in the context beggining, besides the L2 facts, give it a real-life back story "You are a 67 years old retired nurse who plays Lineage 2 while her husband reads his newspaper, you are calm, collected but get mad if insulted". But that makes for a creative bot but its repetitive. So what you can also do, is pick random 20 news sites and for each bot every 2-3 days, initialize a context that is affected by the "news" the bot reads in the "real world".  So for example there's Iran - US war ok ? You take the news, put it in an LLM and ask it, extract the "abstract feelings" that this news piece invokes into you without mentioning anything related to the news. Then you take the result and inject it to the bots LLM prompt after its backstory.  This leads to some VERY human-like behavior from bots. 
  • 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..