IPXS Posted December 14, 2009 Author Posted December 14, 2009 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.
IPXS Posted December 14, 2009 Author Posted December 14, 2009 NOOBISH ERROR now is fixed on some Packs.But still work on a lot of servers,Enjoy.
Coyote™ Posted December 14, 2009 Posted December 14, 2009 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
IPXS Posted December 14, 2009 Author Posted December 14, 2009 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.
JuStAGaMe Posted December 14, 2009 Posted December 14, 2009 Everything is impossible to do.If you have good idea and (c++,java,python,etc ) you can create match better program. can you prove that your program is just and only your creation?
Coyote™ Posted December 14, 2009 Posted December 14, 2009 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 =]
IPXS Posted December 14, 2009 Author Posted December 14, 2009 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.
Versus Posted December 14, 2009 Posted December 14, 2009 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.
Stefoulis15 Posted December 15, 2009 Posted December 15, 2009 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) :)
Stefoulis15 Posted December 15, 2009 Posted December 15, 2009 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
Versus Posted December 15, 2009 Posted December 15, 2009 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.
mg13gr Posted December 15, 2009 Posted December 15, 2009 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...
Stefoulis15 Posted December 15, 2009 Posted December 15, 2009 google.com -> noobish error 2 the mission and u`ll find the fix.. lulz?
Coyote™ Posted December 15, 2009 Posted December 15, 2009 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now