MDIC
3a601f80bf
fix (logging) Missing WriteLog conf for jump hack
...
added in Missing WriteLog conf for jump hack to be consistent with other detection logging in the anticheat module
2022-06-06 07:31:01 -04:00
MDIC
7786758280
Update: (license) Replace with MIT Headers
...
MIT license requires MIT headers.
2022-05-30 10:45:23 -04:00
MDIC
c119e8af54
Fix (module) False Hit for Celestial Planetarium
...
This is a unqiue one. the light path leading to the circle centeral area seems to be false hitting for ignore z axis and tele plane, this is really the best solution I can come up with, since the map id is the whole instance and the zone and area id is the same, we lock it down to wmo area table entry by Tripple. Doing any form of ignore z-axis or telepane would not benefit the player due to with the mechanics dealing with the battle with the observer
2022-05-29 13:57:19 -04:00
MDIC
9ec75c4a66
fix (detection): Better register hits for gravity hacks
2022-05-19 10:23:49 -04:00
MDIC
3fa5ae986b
Update (logging): Anticheat Logger
...
put in world conf if you want the anticheat to dump into its own file instead of the server.log:
Appender.Anticheat=2,4,15,anticheat.log,a
Logger.anticheat.module=4, Anticheat
Change up existing Logger.module in world conf:
Logger.module=4, Console Server
2022-05-19 09:54:19 -04:00
MDIC
451a4e5448
fix (module) False Hit fix Fence Walking Telepane
2022-05-13 17:25:44 -04:00
MDIC
e95d6eb1fc
fix (module): False hit fix Teleplane
2022-05-13 12:50:52 -04:00
MDIC
4eb49e2a16
fix (module) Ignore Z false hit
2022-05-13 12:40:15 -04:00
MDIC
41cd7f4bed
chore (module): Convert macro to constexpr auto
2022-05-12 08:33:29 -04:00
MDIC
714dbe9ada
fix (module): False hits
...
Fix water walk false hit when resurrected.
fix another false hit with telepane hack detection
2022-05-11 19:15:54 -04:00
MDIC
e5b78176e8
fix (module): Compile Fix
2022-05-11 11:43:11 -04:00
MDIC
365c6f6c6e
fix (module): False Hit reduction gravity and telepane
2022-05-11 11:34:25 -04:00
MDIC
98e72947da
fix (module) Gravity hit false hit fix
2022-05-11 08:20:59 -04:00
MDIC
81f0dbfd81
fix (module): False Detection Telepane Hack
2022-05-11 07:48:45 -04:00
MDIC
de22e25cb2
fix (module): Fix Ignore Control False positives
2022-05-10 14:17:07 -04:00
MDIC
a2729ba8f6
fix (module): Reduce False Hit Gravity Hack
2022-05-10 09:11:14 -04:00
MDIC
bb0d175b15
update (module): Reformulated for false reductions
2022-05-09 09:35:48 -04:00
MDIC
3159498168
updated (module) False hit reduction teleport plan
2022-05-09 09:19:41 -04:00
MDIC
2bcd8913f4
update (detection): Teleport Plane Hack Detection
2022-05-09 09:00:46 -04:00
MDIC
47bd4f8a9f
typo
2022-05-09 06:24:37 -04:00
MDIC
ed0f522d60
fix (module) Reduce false positives Anti-Swim
2022-05-08 19:59:38 -04:00
MDIC
a4d970e19f
patch (area): Antiswim false hit fix for maraudon
2022-05-08 09:22:58 -04:00
MDIC
4c2cb82904
fix (module): Typo
2022-05-05 09:07:45 -04:00
MDIC
1d8c03f259
fix (module) Reduce False hit for water walking
...
https://github.com/azerothcore/mod-anticheat/issues/70
2022-05-05 08:41:48 -04:00
MDIC
84d084b367
feat (module): New Detection Gravity Hack
2022-05-04 20:52:51 -04:00
MDIC
317f3ac963
typo
2022-05-03 20:03:34 -04:00
MDIC
05ff193afb
feat (new detection\char sql\conf): Anti-swim Detection added
...
rerun sql for character db to support the new collumn.
new conf Anticheat.AntiSwimClimbHack = 1
2022-05-03 17:07:13 -04:00
MDIC
a354b09f1d
fix (module): Wall Climb False hit reduction
2022-05-03 14:34:41 -04:00
MDIC
e59524bff6
chore (module): Remove unused variable
2022-05-03 09:45:31 -04:00
MDIC
000734fab9
chore (module): Remove not needed define
2022-05-03 09:37:09 -04:00
MDIC
74f6229a66
update (module): Climb Hack Detection Reworked
2022-05-03 09:34:17 -04:00
MDIC
6737879221
feat (module): Include Latency with Log Spam
2022-04-29 17:34:14 -04:00
MDIC
bf0cc0aa78
update (module): Ignore control check and cs adj
...
Included a latency check if player has bad latency which should nerf out the false hits with ignore control. Set all anticheat cmds to false for console use due to using the gm cmds on a console did nothing.
2022-04-29 09:19:32 -04:00
MDIC
8bffa19a40
Update (module): Reduce Detection
2022-04-27 17:38:31 -04:00
MDIC
90d2f84576
update (module): Change detection run
2022-04-27 17:34:47 -04:00
MDIC
2139734662
fix (module\detection): Further Z-Axis rework
2022-04-27 17:25:07 -04:00
MDIC
02c902440b
Note Corrections
2022-04-27 13:45:21 -04:00
MDIC
df127e135a
update (module) Ignore Z-Axis improved upon
...
Project Nemesis Devs @sveN295 and @jinnaix provided much cleaner detection formula for ignore z axis detection
Co-Authored-By: Sven <36102838+sven295@users.noreply.github.com >
Co-Authored-By: Jinnaix <37972361+jinnaix@users.noreply.github.com >
2022-04-27 13:26:32 -04:00
MDIC
27f0772047
chore (module): remove not needed check
2022-04-25 07:06:35 -04:00
MDIC
987f2355e2
fix (module): Change Climb Hack Calculation back
2022-04-24 10:15:14 -04:00
MDIC
9f2565f602
feat (Module\Conf): Alert Fequency
...
Once Ingame warngings and report in chat min is met, this will throttle to alert the gms every other count, Example so with 5 being the default, u will get a message alert for every 5 violations.
Inspired and approved by project nemesis devs
Co-Authored-By: Sven <36102838+sven295@users.noreply.github.com >
Co-Authored-By: Jinnaix <37972361+jinnaix@users.noreply.github.com >
2022-04-22 08:54:07 -04:00
MDIC
728dbfa440
fix (module): Readd teleport helper for speed hack
2022-04-21 14:00:14 -04:00
MDIC
b9923c96c9
update (Module): New Min Requirements, Remove Drift
...
New minimal required revision due to helper placements in core.
Remove Drift and Can Teleport Helper as we no longer need it due to new core helpers
2022-04-21 13:33:24 -04:00
MDIC
0c6f3bb4ca
Update: Fine tune
2022-04-20 14:45:46 -04:00
MDIC
9d0123ba5a
Duel Exploit Detection
...
Mind Controling a victim in a duel then using teleport hack to either set up the the opponent or exploit for own personal gain. Both Players will be flagged for cheating, Alerts sent out. Let the GM's sort it out.
2022-04-19 16:17:28 -04:00
MDIC
d589615a87
Update: New SQL and Accurate Column Counting
...
New Character DB sql, accurate column counting for all cheat detections now in db as well (Teleportation, ignore control, zaxis)
2022-04-19 12:49:38 -04:00
MDIC
e2496e76f5
Clean up
...
More clean up recommendations by @jackpoz
Co-Authored-By: Giacomo Pozzoni <giacomopoz@gmail.com >
2022-04-19 09:08:18 -04:00
MDIC
5b786453e2
source clean up
2022-04-18 12:44:05 -04:00
MDIC
7fb3d70afe
Update: Review Transfer
...
Thanks to @jackpozi for more further code review on the tc counterpart of the module that is also brought over to this module.
Co-Authored-By: Giacomo Pozzoni <giacomopoz@gmail.com >
2022-04-18 11:34:41 -04:00
MDIC
6e0d0acd36
Added Null Checks
2022-04-18 10:51:50 -04:00