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

    • Vouch for @Ave i can say im very statisfied with the order I've made he was fast and reliable i totally recommend him to anyone who wants a decent updater with high quality design.
    • What can I say other than that I’m satisfied with the order I made. The guy is reliable and very good at what he does. I recommend him 100%.
    • Lineage2 Freya High Five @ Reshade with fog and rain etc @ Gracia final epilogue atmosphere   this reshade will eat lots of GPU power 50% or more of an RTX 3060 so be carefull depending on what effects are activated and their settings will eat even more GPU recomended 60hz monitor settings and via nvidia panel in Lineage2 game profile vsync settings to on effects are set up till film deck and the rest are not used but still working again this can eat alot of GPU Don't overheat GPU this is for freya high five but might work on others too copy in the  System  folder the folder  reshade-shaders  and the files  d3d9.dll  ReShade.ini  ReShadePreset.ini  ReShade.log  CccDddCcc.ini insert opens the menu and delete is on and of some settings need  ctrl + left click  to be changed   making another profile will reset the not activated effects to their default values so just copy the profile  CccDddCcc  and rename if needed also something needs to be closed from settings in game menu, the blur at distance and advanced shaders but keeping the advanced water effects all reflections   for those that don't like the h5 look of the sky and the red fog and rain and ambien red at night on all maps well if we want the cool gracia final epilogue back then we need to do this rename the  Maps  folder to Mapsretail or whatever copy the  Maps  folder from gracia final epilogue to h5 also we need the  L2_Skies.utx  from gracia final epilogue  Textures  folder to be replaced and also we need to do the same to the files  timeenv0.int  timeenv1.int  timeenv2.int  timeenv3.int  found in  system  folder   another setting that will probably be needed but not really tested out is to open file  option.ini  from  system  folder and add cachesize like this   [FirstRun] FirstRun=2   [Engine.GameEngine] CacheSizeMegs=512   also maybe is good to change those to 4.000000   [ClippingRange] Terrain=4.000000 Actor=4.000000 StaticMesh=4.000000 StaticMeshLod=4.000000 Pawn=4.000000       sorry bad english   https://mega.nz/file/aRNXxDrQ#mbxrNERBtW0XEEezK6w8-86oZWuX1k6NgtR6RZWKRVM   the compression on the video is kinda bad but meh    
  • 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..