You are viewing a potentially older version of this package.
View all versions.

Date uploaded | 2 weeks ago |
Version | 1.0.3 |
Download link | CharlesE2-RepoAntiCheat-1.0.3.zip |
Downloads | 11420 |
Dependency string | CharlesE2-RepoAntiCheat-1.0.3 |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Repo AntiCheat
This mod attempts to patch exploits that cheaters have been using to grief other players.
It is client-side:
This means that it only protects your client. It will not protect other players in the lobby from exploits, even if you are the host. Anyone who does not have the anticheat installed will desync whenever someone uses an exploit. This is a limitation of way that the game does multiplayer.
In order for the anti-cheat to work properly, YOU AND THE HOST NEED THE MOD!!!
This also won't protect you if the host is cheating.
Patches
Patch | Exploit |
---|---|
Remove text tags from username and chat | Covering entire screen with bright colors |
Limit chat message length to vanilla limit (50) | Highly annoying |
Limit username length to steam name limit (32) | Highly annoying |
PlayerAvatar.OutroStartRPC |
Softlocked in a permanent loading screen |
PlayerAvatar.SpawnRPC |
Teleporting another player |
PlayerAvater.PlayerDeathRPC |
Killing another player |
PlayerHealth.UpdateHealthRPC |
Modifying health of another player |
PlayerHealth.HurtOtherRPC |
Hurting / killing players |
ExtractionPoint.HaulGoalSetRPC |
Changing goal amount |
ExtractionPoint.ExtractionPointSurplusRPC |
Completing extraction / giving money |
RoundDirector.ExtractionCompletedAllRPC |
Shake Screen repeatedly |
Issues
- Please report any issues you have with the mod to the Github Page
- If you are a modder and find a new exploit, please let me know.
- Please report any incompatibilities you find with other mods.
CHANGELOG
1.0.4
- Add more RPC checks.
- Changed loading checks to be more relaxed.
1.0.3
- Add more RPC checks.
- Add cooldown to some level generator RPCs.
1.0.2
- Fix mod unloading when the game starts.
1.0.1
- Add checks to prevent more RPCs being called by clients other than the host.
1.0.0
- Initial release.