Jump to content

Recommended Posts

Posted

Its work on l2j servers.This program send Dos in mmcore,and then u got NOOBISH ERROR in console.If this fed was on L2OFF I think very well or share that.

Posted

Trust me, it's just 2 lines.

 

Well, actually you have to rework generally on mmocore..

Of course it depends, cuz you may have already done it for other reasons in the past =]

 

Its work on l2j servers.This program send Dos in mmcore,and then u got NOOBISH ERROR in console.If this fed was on L2OFF I think very well or share that.

 

Keep dreaming that this will work on l2j ct2.3

Posted

Well, actually you have to rework generally on mmocore..

Of course it depends, cuz you may have already done it for other reasons in the past =]

 

Keep dreaming that this will work on l2j ct2.3

Everything is impossible to do.If you have good idea and (c++,java,python,etc ) you can create match better program.

Posted

Everything is impossible to do.

 

You told it by yourself: It's impossible.

So the only targets are preconfigured packs on archid/l2jinterlude stuff.

 

If you have good idea and (c++,java,python,etc ) you can create match better program.

 

Even if I/they do, the l2j team will fix it in less than 1 day =]

Posted

We can crash everything,but everything they can fix .You can crash server,etc 1,2,3 times and then that was be fixed.One man say, If we can broken that also we can fix that.

Posted

Well, actually you have to rework generally on mmocore..

Of course it depends, cuz you may have already done it for other reasons in the past =]

Interlude mmocore is incomplete, i know. But in order to fix THIS, i'm talking bout this right now you can fix it in 2 lines.

 

Please fix your title to something better, if i hadn't seen this before i couldn't understand what it is. Imagine the new members.

Thanks.

Posted

it sends a packet which has nothing to read, but l2j didn't expect this to happen and make a System.exit to it.

 

Simply... it sends a 0 value (emtpy packet or so) ,so in the mmocore it displays ...

 

        else if (result == 0)

        {

            // read interest but nothing to read? wtf?

            System.out.println("NOOBISHT ERROR 2 THE MISSION");

            System.exit(0);

        }

 

and now... here's the simple fuckin' fix:

 

1. Just delete the ELSE IF <- you will cry if you do like most kids

2. Make it not to close.. simply remove it and replace by this..

 

        else if (result == 0)

        {

            // read interest but nothing to read? wtf?

            System.out.println("MMOCore: Nothing to read.");

            System.out.println("Trying not to close the server...");

            //System.exit(0);

            System.out.println("MMOCore Sender IP: "+ con.getSocketChannel().socket().getInetAddress().getHostAddress());

            con.onForcedDisconnection();

            this.closeConnectionImpl(con);

        }

 

easy fix, huh?

 

its just that kids has no brains.. thanks and fixed on eminence since it started (1st noemver) :)

Posted

BTW since i can't edit my posts (WTF?!) .. this program ISNT A DOS AT ALL!

 

This is a packet sender lamer even than dragonhunter's one. VB Script which sends a packet to IP:PORT and as fakoykas said and i prooved it.. the fix can be done just doing 2 chars which are "//" to the System.exit(0);. Use your common sense people! God gave you brain.

 

Coyote, not trying to hurt you, but stop pretending that you know java and the fix since you play in justice ,this just doesn't work for you.

No bad feelings, just telling my opin.

 

p.s. should i hide my fix? o.O

Posted

Nice posts stef, but what for you posted the fix here..

 

By tomorrow all the projects will implement it, all the home servers will be up again. Sometimes, some things shouldn't go public.

Posted

it sends a packet which has nothing to read, but l2j didn't expect this to happen and make a System.exit to it.

 

Simply... it sends a 0 value (emtpy packet or so) ,so in the mmocore it displays ...

 

        else if (result == 0)

        {

            // read interest but nothing to read? wtf?

            System.out.println("NOOBISHT ERROR 2 THE MISSION");

            System.exit(0);

        }

 

and now... here's the simple -beep-in' fix:

 

1. Just delete the ELSE IF <- you will cry if you do like most kids

2. Make it not to close.. simply remove it and replace by this..

 

        else if (result == 0)

        {

            // read interest but nothing to read? wtf?

            System.out.println("MMOCore: Nothing to read.");

            System.out.println("Trying not to close the server...");

            //System.exit(0);

            System.out.println("MMOCore Sender IP: "+ con.getSocketChannel().socket().getInetAddress().getHostAddress());

            con.onForcedDisconnection();

            this.closeConnectionImpl(con);

        }

 

easy fix, huh?

 

its just that kids has no brains.. thanks and fixed on eminence since it started (1st noemver) :)

Bad boy... You posted the fix in this topic?! :X

 

Anyway, there is no point to keep it unlock from now on...

Posted

Nice posts stef, but what for you posted the fix here..

 

By tomorrow all the projects will implement it, all the home servers will be up again. Sometimes, some things shouldn't go public.

 

The projects we want to ruin are preconfigured ones, so they have no hope.

 

Interlude mmocore is incomplete, i know. But in order to fix THIS, i'm talking bout this right now you can fix it in 2 lines.

 

Please fix your title to something better, if i hadn't seen this before i couldn't understand what it is. Imagine the new members.

Thanks.

 

Yeah, I was a bit offtopic.

You can just delete a few things to protect this, although the mmocore will be screwed up.

More rework = more features and prolly future protections.

 

Coyote, not trying to hurt you, but stop pretending that you know java and the fix since you play in justice ,this just doesn't work for you.

No bad feelings, just telling my opin.

 

1) So what if I am gm in this server? You are dev in eminence and it is normal that you hate this server.

2) I NEVER pretended that I know anything for java. None of us does. And do you know why? Because lineage is NOT the way to learn java.

3) Yes, the fix is just deleting 4 lines (there's even no need to replace them with something). The only problem is that interlude mmocore is just like a jankyard.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...