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


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock