In a previous blog I discussed how to detect DoS attacks in the game Garry’s Mod. TL;DR: Measure the time…
Tag: gmod
Detect DoS attacks in Garry’s Mod
The code discussed in this post is part of my open source anticheat and can be found here. In the…
A method to detect Lua cheats
The code I wrote for this article can be found here. When detecting cheats in the game Garry’s Mod you…