Jump to content
  • 0

Protection apo Phx


Question

Recommended Posts

  • 0
Posted

0axaxax0a0x0a0xax0a0x0ax0a0x0 to pio astio pragma pou akousa sthn zwh mou ola ta pack pia exoun protection apo phx

to phx fixaristike edo kai kati xilieties...lolz

facepalm.jpg

  • 0
Posted

me tin kamia, to phx litourgei se para polla server(kirios interlude logo oti ekei einai oloi oi newbie oi opoioi den exoun asxoli8ei me java kai ka8onte me pre pack). ase pou polla pack pou lene oti exoun einai apla foumara. to phx einai easy na to apokliseis apo ena server. alla akoma kai gia kapoios oi opoioi asxolounte prepei na gami8oun sta post edw gia na paroun ton kodika apo hidden post(pou na paei o nous tous gia to forum tis l2j)

  • 0
Posted

den ginete ayta p lete re akoma kai sta prec evalan protection apo phx ksoflise telos phx bye bye..bbbbb

oxaoxaoxoa ti akouw  re file. sto 80% ton interlude servers pianei phx kai polous se autous pianei kai gia safe enchant.
  • 0
Posted

Index: /trunk/L2JVentic-Game/java/net/sf/l2j/gameserver/network/L2GamePacketHandler.java
===================================================================
--- /trunk/L2JVentic-Game/java/net/sf/l2j/gameserver/network/L2GamePacketHandler.java (revision 2)
+++ /trunk/L2JVentic-Game/java/net/sf/l2j/gameserver/network/L2GamePacketHandler.java (revision 6)
@@ -23,12 +23,10 @@

import net.sf.l2j.Config;
+import net.sf.l2j.gameserver.GmListTable;
+import net.sf.l2j.gameserver.LoginServerThread;
import net.sf.l2j.gameserver.ThreadPoolManager;
-import net.sf.l2j.gameserver.LoginServerThread;
-import net.sf.l2j.gameserver.GmListTable;
-import java.util.concurrent.locks.*;
import net.sf.l2j.gameserver.clientpackets.*;
+import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;
import net.sf.l2j.gameserver.network.L2GameClient.GameClientState;
-import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;
-import net.sf.l2j.gameserver.Actionlock;
import net.sf.l2j.util.Util;

@@ -76,5 +74,5 @@
				else
				{
-					printDebug(opcode, buf, state, client);
+					client.closeNow();
				}
				break;
@@ -104,5 +102,7 @@
						break;
					default:
-						printDebug(opcode, buf, state, client);
+						System.out.println("The following IP adress is using some hacking tool.Please Ban Him!(Case 1 Authenticated!) ("+ client.toString() +")");  
+					 	System.out.println("Unknown Packet: "+Integer.toHexString(opcode)+" on State: "+state.name()+" Client: "+client.toString()); 
+					 	client.closeNow();
						break;
				}
@@ -659,4 +659,5 @@
		            		if (Config.PACKET_HANDLER_DEBUG)
		            		_log.warning("Client: "+client.toString()+" sent a 0xd0 without the second opcode.");
+		            		client.closeNow();
		            		break;
		            	}
@@ -805,5 +806,7 @@
		                    	break;
		                    default:
-		                     	printDebugDoubleOpcode(opcode, id2, buf, state, client);
+		                    	System.out.println("The following IP adress is using some hacking tool.Please Ban Him!(Case 2 InGame) ("+ client.toString() +")");  
+		                     	System.out.println("Unknown Packet: "+Integer.toHexString(opcode)+" on State: "+state.name()+" Client: "+client.toString()); 
+		                     	client.closeNow();
		                    	break;
		                }
@@ -813,5 +816,7 @@
						break;*/
					default:
-						printDebug(opcode, buf, state, client);
+						System.out.println("The following IP adress is using some hacking tool.Please Ban Him!(Case 3 Unknow) ("+ client.toString() +")");  
+					 	System.out.println("Unknown Packet: "+Integer.toHexString(opcode)+" on State: "+state.name()+" Client: "+client.toString()); 
+					 	client.closeNow();
						break;
				}

 

try auto :)

  • 0
Posted

Index: /trunk/L2JVentic-Game/java/net/sf/l2j/gameserver/network/L2GamePacketHandler.java
===================================================================
--- /trunk/L2JVentic-Game/java/net/sf/l2j/gameserver/network/L2GamePacketHandler.java (revision 2)
+++ /trunk/L2JVentic-Game/java/net/sf/l2j/gameserver/network/L2GamePacketHandler.java (revision 6)
@@ -23,12 +23,10 @@

import net.sf.l2j.Config;
+import net.sf.l2j.gameserver.GmListTable;
+import net.sf.l2j.gameserver.LoginServerThread;
import net.sf.l2j.gameserver.ThreadPoolManager;
-import net.sf.l2j.gameserver.LoginServerThread;
-import net.sf.l2j.gameserver.GmListTable;
-import java.util.concurrent.locks.*;
import net.sf.l2j.gameserver.clientpackets.*;
+import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;
import net.sf.l2j.gameserver.network.L2GameClient.GameClientState;
-import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;
-import net.sf.l2j.gameserver.Actionlock;
import net.sf.l2j.util.Util;

@@ -76,5 +74,5 @@
				else
				{
-					printDebug(opcode, buf, state, client);
+					client.closeNow();
				}
				break;
@@ -104,5 +102,7 @@
						break;
					default:
-						printDebug(opcode, buf, state, client);
+						System.out.println("The following IP adress is using some hacking tool.Please Ban Him!(Case 1 Authenticated!) ("+ client.toString() +")");  
+					 	System.out.println("Unknown Packet: "+Integer.toHexString(opcode)+" on State: "+state.name()+" Client: "+client.toString()); 
+					 	client.closeNow();
						break;
				}
@@ -659,4 +659,5 @@
		            		if (Config.PACKET_HANDLER_DEBUG)
		            		_log.warning("Client: "+client.toString()+" sent a 0xd0 without the second opcode.");
+		            		client.closeNow();
		            		break;
		            	}
@@ -805,5 +806,7 @@
		                    	break;
		                    default:
-		                     	printDebugDoubleOpcode(opcode, id2, buf, state, client);
+		                    	System.out.println("The following IP adress is using some hacking tool.Please Ban Him!(Case 2 InGame) ("+ client.toString() +")");  
+		                     	System.out.println("Unknown Packet: "+Integer.toHexString(opcode)+" on State: "+state.name()+" Client: "+client.toString()); 
+		                     	client.closeNow();
		                    	break;
		                }
@@ -813,5 +816,7 @@
						break;*/
					default:
-						printDebug(opcode, buf, state, client);
+						System.out.println("The following IP adress is using some hacking tool.Please Ban Him!(Case 3 Unknow) ("+ client.toString() +")");  
+					 	System.out.println("Unknown Packet: "+Integer.toHexString(opcode)+" on State: "+state.name()+" Client: "+client.toString()); 
+					 	client.closeNow();
						break;
				}

 

try auto :)

Useless sents only a warning...

  • 0
Posted

to forum exei kana 500 l2j prec pack full apo prot...

sto katw katw 8es interlude, opote psa3e k katebase l2j archid p exei full protection...

  • 0
Posted

to forum exei kana 500 l2j prec pack full apo prot...

sto katw katw 8es interlude, opote psa3e k katebase l2j archid p exei full protection...

archid suck

oloi to lene

  • 0
Posted

client.closeNow();

 

and close client too

can be bypassed this protection sucks! and is from l2jiplay pack

 

If it is a false alarm? you just close the client if he sends uknown packet.. so can be bypassed

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

    • NEW SEASON GRAND OPENING FROM - 10/07/2026, FRIDAY, 20:00 +3 GMT !
    • System folder is indeed missing @eMommy
    • No complicated KYC, instant setup after purchase!  Boost your connection speed and secure your privacy today!  Official Website: https://novproxy.com?kwd=tt-max
    • I don't know this guy and I don't care about him or the server. What I want to say I already do it. And yes, it does seem like he has some mental problems to make up these stories. 
    • L2JForge Edition Update Revision: V1.0.119  Update: 15 June – 1 July 2026  Fixes & Improvements Fixed PawnShop pagination and inactive Community Board actions. Added thread-safe caching to the PawnShop system. Fixed MMOTopVote vote tracking. Fixed PvP Event participant cleanup. Restored the missing PvP Ranking broadcast. Improved CTF flag handling and zone validation. Added Try Skin / Hat Preview handlers to the Community Board. Improved character skin appearance refreshes without requiring a restart. Improved NPC positioning to reduce train and collision abuse. Fixed Seal of Ruler casting from invalid artifact positions. Added stricter castle artifact, range and height validation. Fixed character restoration stability during Enter World. Reworked Community Board Home, Shop, Bosses and Events sections. Added live Raid/Epic Boss status and respawn information. Added upcoming PvP and GvG event schedules. Integrated character services, settings and statistics into the Community Board. Moved Vote Rewards from a voiced command into the Character Menu in Community Board. Removed the obsolete Achievements / .rewards system.  Removed unused multilingual resources and simplified datapack loading. Improved datapack startup and HTML cache stability. Added automatic build revision and build-date metadata. Reorganized runtime libraries and standardized generated server jars. Refined the Player, Creature, GameClient, Clan and Frintezza systems. Performed extensive source cleanup and reliability improvements. Updated build configuration and repository exclusions.  Work in Progress Development continues with additional gameplay fixes, performance improvements, system cleanup and more upgrades already in progress..
  • 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..