Jump to content
  • 0

L2j Enterworld.java


Question

Posted

Well L2j people decided to be smart and encode into enterworld.java "developed by l2j" etc.

 

how can i get rid of it? By reversing the enterworld.java to a earlier revision ? or get a code from the earlier revision and paste it onto the new one...

 

L2j- Hi5pack

3 answers to this question

Recommended Posts

  • 0
Posted

Do you mean this...? O.o...

 

http://svn.l2jserver.com/branches/unstable/L2J_Server_BETA/java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java

 


	activeChar.sendMessage(getText("VGhpcyBTZXJ2ZXIgdXNlcyBMMkosIGEgUHJvamVjdCBmb3VuZGVkIGJ5IEwyQ2hlZg==" + Config.EOL));
	activeChar.sendMessage(getText("YW5kIGRldmVsb3BlZCBieSB0aGUgTDJKIERldiBUZWFtIGF0IHd3dy5sMmpzZXJ2ZXIuY29t" + Config.EOL));

	if (Config.DISPLAY_SERVER_VERSION)
	{
		if (Config.SERVER_VERSION != null)
		{
			activeChar.sendMessage(getText("TDJKIFNlcnZlciBWZXJzaW9uOg==") + " " + Config.SERVER_VERSION);
		}

		if (Config.DATAPACK_VERSION != null)
		{
			activeChar.sendMessage(getText("TDJKIERhdGFQYWNrIFZlcnNpb246") + " " + Config.DATAPACK_VERSION);
		}
	}
	activeChar.sendMessage(getText("Q29weXJpZ2h0IDIwMDQtMjAxMg==" + Config.EOL));

 

If yes, just delete it...

Guest
This topic is now closed to further replies.


×
×
  • Create New...