Skip to content

Commit

Permalink
Add detection for timeshack
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Nov 14, 2024
1 parent 16c7d54 commit 53f8e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nova/modules/anticheat/anticheatpayload.lua
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Nova.getAnticheatPayload = function()
"esp_enable", "smeg", "wallhack", "nospread", "antiaim", "hvh", "autostrafe",
"circlestrafe", "spinbot", "odium", "ragebot", "legitbot", "fakeangles", "anticac",
"antiscreenshot", "fakeduck", "lagexploit", "exploits_open", "gmodhack", "cathack",
"aimbot_ignoreteam", "antiaim_walldtc_yaw", {"spin_enabled", "BhopVar"}
"aimbot_ignoreteam", "antiaim_walldtc_yaw", {"spin_enabled", "BhopVar"}, "th_setoverlaymat"
} ]] .. lines:Insert("ac_key") .. [[
]] .. lines:Insert("ac_f_key_9") .. [[
Expand Down

0 comments on commit 53f8e91

Please sign in to comment.