JartexNetwork/Pika's Anticheat (Matrix) just got better.
-
@mems That's what I am talking about the whole time.
@CzechHek said in JartexNetwork/Pika's Anticheat (Matrix) just got better.:
Item spoofing got patched because it's simply coded stupidly (ofc).
It literally sends a slot switching packet every time you place a block.https://en.help.roblox.com/attachments/token/REdXqel1laFIvEsgUCNJEawDY
That switches to same slot every block placement, you can't switch to same slot twice.
https://en.help.roblox.com/attachments/token/dp2BGZDJAhoYpv9RxoQb8QZif
They even check for C09 and store a slot variable. To fix that would be as easy to write packetHeldItemChange.getSlotId() == slot ? event.cancelEvent() : slot = packetHeldItemChange.getSlotId();
I would pull request on LB github but they don't accept requests until cross support is finished. -
and once again, matrix just got even better. https://www.mc-market.org/resources/13999/updates cannot even scaffold properly... @CzechHek, do you really think that c09helditemchange is the issue which causes liquidbounce's scaffold to be detected? well from my point of view i don't think so