Jump to content

Report: Dead Section


xdem

Recommended Posts

Im refering to the Lineage II Exploits [English] a trashcan of fake garbage

 

This section is dead for years now, also 98% of the exploits are fixed by l2j teams, additionally the rest 2% is mostly client bugs.

 

Let me explain, what client bug ?

 

A client bug is smth iconic, made by some vulrenabilities of the Lineage2 client when it proccess the clientpackets, but my point is not the reason why it happens but it's result. To be more specific, a client bug is just visual and tricks you, its useless. I can give you clientbugs where u will see a facking Revolution Blade like a Forgotten blade on C1 client, but what is the point ? to trick yourself ? this is a joke.

 

Let me give some examples, these topics need junk and I will tell you why.

 

1) http://maxcheaters.com/forum/index.php?topic=150801.0

 

The above is a pure garbage, u just confuse ur L2Client and it looks like ur attacking "faster" but you actually dont, the server side attackspeed is not affected from your client but from hardcoded formulas. The delay between attacks comes from threadpoolmanager and its shown throuth packets, so you still attack with the same attack speed.

 

2) http://maxcheaters.com/forum/index.php?topic=27249.0

 

I can't see it but I already know its a pure garbage

 

3) http://maxcheaters.com/forum/index.php?topic=100536.0

 

no comments, how the heck u exploit rnd.get(100) throuth ur client?

 

4) http://maxcheaters.com/forum/index.php?topic=268354.0 and http://maxcheaters.com/forum/index.php?topic=150106.0 and http://maxcheaters.com/forum/index.php?topic=58973.0

 

:you serious?: :you serious?: :you serious?: :you serious?:

 

I can make this list infinite, and my main point is that this sections NEEDS a massive clean

Link to comment
Share on other sites

Well this one http://maxcheaters.com/forum/index.php?topic=150801.0 it actually works,i was playing a server with 2k atkspeed (l2smiles) and they were killing me with this trick. After i learned this too,i start pwning those who were killing me before.

 

But yes,this section is dead years now. I can clean it , though i don't know if it will actually have a point cleaning a dead section(that's why others didn't so far,thinking this).

Nice topic btw  :)

 

dead since i left :troll:

:dat:
Link to comment
Share on other sites

Well this one http://maxcheaters.com/forum/index.php?topic=150801.0 it actually works,i was playing a server with 2k atkspeed (l2smiles) and they were killing me with this trick. After i learned this too,i start pwning those who were killing me before.

 

But yes,this section is dead years now. I can clean it , though i don't know if it will actually have a point cleaning a dead section(that's why others didn't so far,thinking this).

:dat:

 

It really doesnt work:

 

	int timeAtk = calculateTimeBetweenAttacks(target, weaponItem);
	// the hit is calculated to happen halfway to the animation - might need further tuning e.g. in bow case
	int timeToHit = timeAtk / 2;
	_attackEndTime = GameTimeController.getGameTicks();
	_attackEndTime += (timeAtk / GameTimeController.MILLIS_IN_TICK);
	_attackEndTime -= 1;

 

and

 

public int calculateTimeBetweenAttacks(L2Character target, L2Weapon weapon)
{
	double atkSpd = 0;
	if (weapon != null)
	{
		switch (weapon.getItemType())
		{
			case BOW:
				atkSpd = getStat().getPAtkSpd();
				return (int) (1500 * 345 / atkSpd);
			case DAGGER:
				atkSpd = getStat().getPAtkSpd();
				// atkSpd /= 1.15;
				break;
			default:
				atkSpd = getStat().getPAtkSpd();
		}
	}
	else
		atkSpd = getPAtkSpd();

	return Formulas.calcPAtkSpd(this, target, atkSpd);
}
[code]

Attack codes are not even a bit related to attack speed, bring any developer to proove me wrong on this, that attackspeed is only iconic ...

Link to comment
Share on other sites

Yeah it's really simple, I saw that thing too in a lot of java servers with 1.9-2.5k atk.spd. Btw I will add smthing to this topic. If you move and then hit, and you'r using some skill for atk.spd (Like zealot for instance on Titan) when zealot ends your atk.speed will decrease, so move and hit again.  ;)

Well it still works on l2mafia and on a lot of servers.. i think is impossible to fix it.. and to do it better, u need at least 2,3k atck speed :D i still use it at l2mafia to valakas/antharas and in pvp ofc xD

2 random post from topic. I don't know about java side but it was working,really :P .

 

 


So you actually suggest clean all the undigs so far? Lock too?

Link to comment
Share on other sites

I would ignore this report, since he is asking to remove whole section becouse what?

Useless existance becouse shares there are fake?

I don't see suggestion in here, he is just complaining about exploits that are fixed after years of usage.

Link to comment
Share on other sites

I would ignore this report, since he is asking to remove whole section becouse what?

Useless existance becouse shares there are fake?

I don't see suggestion in here, he is just complaining about exploits that are fixed after years of usage.

 

what the fck !? I said that it needs a massive clean, the only reason they are still there is because they have many Views and Posts

Link to comment
Share on other sites

I'm gonna clean 2012+ spam replys & undigs of topics date 2005-2011.

I'll let 2012-13 on first pages. Already started (i'm not gonna lock anything though)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...