Jump to content
  • 0

{request}java code(Part2)


Question

5 answers to this question

Recommended Posts

  • 0
Posted

Epeidh dn exw Edit , phgene clientpackets.say2.java

bres auto

		if (_text.length() > 99)
	{
	  _log.info("PHX usage attempt!" + activeChar.getName() + "try to use phx critical exploit! BAN this player!");
	  _text = _text.substring(0, 100);
	}

kai katw apo auto bale auto

		if(_text.startsWith("malakas") || _text.startsWith("pousths") || _text.startsWith("kariolhs"))		
	{
		activeChar.setInJail(true, 10);

  • 0
Posted

Gamoto dn exw edit xexasa mia mlkia

		if(_text.startsWith("malakas") || _text.startsWith("pousths") || _text.startsWith("kariolhs"))		
	{
		activeChar.setInJail(true, 10);
	}

  • 0
Posted

Το code το θέλω και εγώ αλλα δεν θέλω να τρώνε jail μετά απλά να τους λέει κάτι

if(_text.startsWith("-beep-") || _text.startsWith("pousths") || _text.startsWith("kariolhs"))
{
activeChar.sendMessage("your message.");
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...