Extreamer Posted August 16, 2013 Posted August 16, 2013 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
0 ^Wyatt Posted August 16, 2013 Posted August 16, 2013 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...
0 Extreamer Posted August 16, 2013 Author Posted August 16, 2013 ah fair enough . it did work, thank you
Question
Extreamer
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