ethaniccc / Esoteric

Another PMMP anticheat
GNU General Public License v3.0
33 stars 14 forks source link

Scale affects movement checks #7

Closed ethaniccc closed 3 years ago

ethaniccc commented 3 years ago

Setting a player's scale to > 1 will result in false positives, this has been proven on Velvet (velvetpractive.live)

Possible solution: Finding out how "Scale" is sent from server, and basing AABB's off a scale saved in class properties. Of course, since this is ethaniccc making this anticheat, cue the obligatory NetworkStackLatencyHandler

ethaniccc commented 3 years ago

Fixed in d546504