This exploit is posted in Greek section by MariosGR.
You'll need l2phx(search in this forum), and a l2 server(I suppose l2j, not sure if it works for l2off).
Open l2phx and a l2 client.When you're logged in, go to l2phx...on the 4th category(More [advanced]).
There, you'll find a script that let's you chat. Modifying it will enable you to speak in announcements.
In the 4th line you can see "WriteD(0);", replace "0" with "10" and press run...See the results in game.
EG:I want to say "How are you noobs?" in an announcement, all I have to do is modify the script as follows...
begin
buf:=#$38;
WriteS('How are you noobs?');
WriteD(10);
SendToServer;
end.
then, press the "run" button.
=============================================
If you see the announcement on the chat log, it works!!
=============================================
the red ones are those that have to change.
ScreenShot:
Credits to MariosGR(for the exploit) and to Hax0r(for the translation).
It might be fixed in some servers but works in the majority of l2j ones.