Skip to content
Success

Changes

Summary

  1. PositionData.c: Prevent player from reaching invalid player positions (commit: e7151fd) (details)
  2. Source: Do not allow switching tools with speed hack to destroy faster (commit: 85a8537) (details)
  3. Revert "PositionData.c: Prevent player from reaching invalid player positions" (commit: 8027175) (details)
  4. PositionData.c: Reset position of player to server pos if mismatched (commit: adfc89f) (details)
Commit e7151fd68862de845164814ccafb12e20160b4b5 by 16738302+Haxk20
PositionData.c: Prevent player from reaching invalid player positions
(commit: e7151fd)
The file was modified Source/Server/Packets/PositionData.c (diff)
Commit 85a8537316123c0304210afae4434a2f2f11f6ee by 16738302+Haxk20
Source: Do not allow switching tools with speed hack to destroy faster

This is probably totally pointless as nobody probably ever thought of this
since no server yet had such anticheat.
But I kinda realized this may be possible so ofc we cannot allow it.
(commit: 85a8537)
The file was modified Source/Server/Block.c (diff)
The file was modified Source/Util/Checks/WeaponChecks.c (diff)
The file was modified Source/Util/Checks/BlockChecks.c (diff)
The file was modified Source/Util/Checks/BlockChecks.h (diff)
Commit 8027175bbef1de70b60a26a1b9052e2f3bad8ed2 by 16738302+Haxk20
Revert "PositionData.c: Prevent player from reaching invalid player positions"

This reverts commit e7151fd68862de845164814ccafb12e20160b4b5.

This is wrong and was just for testing
(commit: 8027175)
The file was modified Source/Server/Packets/PositionData.c (diff)
Commit adfc89f4c4542f0339350c04adff5c104039f3a3 by 16738302+Haxk20
PositionData.c: Reset position of player to server pos if mismatched

This prevents a bunch of things
(commit: adfc89f)
The file was modified Source/Server/Packets/PositionData.c (diff)