Commit Graph

180 Commits

Author SHA1 Message Date
acidmanifesto
5ac280e35b chore (conf): Correct default value for alert freq 2022-05-03 09:58:47 -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
adbd9ecfd5 fix (cmd): caught sig 22 crash with delete cmd 2022-04-30 12:44:52 -04:00
MDIC
d36281b46d fix (cmd): Jail cmd can now be used from console 2022-04-30 12:26:59 -04:00
MDIC
0ba643ec2e fix (cmd): crash fix from console cmd 2022-04-30 11:39:14 -04:00
MDIC
294e39df8a fix (cmd): anticheat player cmd stats fix 2022-04-30 11:24:27 -04:00
MDIC
6737879221 feat (module): Include Latency with Log Spam 2022-04-29 17:34:14 -04:00
MDIC
ec561e459b fix (comamnd): Updated in game\console message 2022-04-29 11:34:46 -04:00
MDIC
44d94a4604 chore (commands): remove dupe 2022-04-29 11:12:41 -04:00
MDIC
7fc0338c37 fix (commands): crash fix
crash fix when using select gm cmds from console
2022-04-29 11:06:25 -04:00
MDIC
8ec149e381 chore (commands): Further Clean up 2022-04-29 10:13:46 -04:00
MDIC
b670f2712a fix (module cmds): Rewritten commands
Rewrote commands to work on self and from console. Jail will not work from console and was marked as false from console due to the summoner being teleported as well, console is not a summoner which lead to a crash. so use the jail command when in game.
2022-04-29 10:09:02 -04:00
MDIC
e2d69b5f31 chore (spacing) 2022-04-29 09:25:30 -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
f122d551e9 Chore (license): Add MIT License 2022-04-28 19:26:12 -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
acidmanifesto
852bc73931 Update README_ES.md 2022-04-22 09:45:06 -04:00
acidmanifesto
51a3dd1ab9 Update README.md 2022-04-22 09:44:48 -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
b1654f82b4 Update Acore_strings.sql 2022-04-19 10:08:00 -04:00
MDIC
2a3d8a4444 Fix: Typo SQL World
Typo World. removed a extra ] that wasnt needed. Not breaking but annoying for some.
2022-04-19 09:30:45 -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
250afdffeb Update ReadME files
updated to match current relevance.
2022-04-18 11:16:04 -04:00
MDIC
6e0d0acd36 Added Null Checks 2022-04-18 10:51:50 -04:00
MDIC
a112d5ea5b Auto Jailing: Spell Cast Disable, code clean up
Permanent silence casted on offender when using .anticheat jail or if auto jail is turned on, they will not be able to cast any spells to teleport out of there. Code Style Clean up review on the TC Side of the module thanks to @jackpoz that i was able to bring over to this module and remove magic number dealing with  resurrection sickness.
2022-04-18 10:11:37 -04:00
MDIC
63dec836a1 Update: improved flight hack detection 2022-04-18 08:36:24 -04:00
MDIC
9e998625ff Update: Wall Climb Imrpovement Water Hack Reporting reduction
We exempt rotating the camera from fire off with water walking hack detection, we improve angle reporting per @sveN295 formula. we also remove falling from the angle check as falling is check before hand

Co-Authored-By: Sven <36102838+sven295@users.noreply.github.com>
Co-Authored-By: Jinnaix <37972361+jinnaix@users.noreply.github.com>
2022-04-16 13:01:53 -04:00
MDIC
ed156adf5b removed unused variable 2022-04-15 17:59:10 -04:00
MDIC
73eb270011 Update: Water Hack Detection improvements
Water Hack Detection now detects water walking hacks that is not client hack patched. Thanks to Shauren of TC for key information leading to clean detection

Co-Authored-By: Sven <36102838+sven295@users.noreply.github.com>
Co-Authored-By: Jinnaix <37972361+jinnaix@users.noreply.github.com>
2022-04-15 17:43:02 -04:00
MDIC
075953c0cc added command strings for anticheat
rerun on world db.
2022-04-14 10:43:26 -04:00
MDIC
e129da3537 Update: Permissions
Parole cmd now gm lvl 3 to match anticheat delete cmd
2022-04-14 10:22:20 -04:00
MDIC
71a07e2eb9 Codestyle Correction
-1 does it better.
2022-04-13 18:35:42 -04:00
MDIC
ba482cf5e4 Overflow fix 2022-04-13 13:24:09 -04:00
MDIC
54d016aab9 Jailing Feature Update
Deserter Buffs permanent until .anticheat parole is used on the player to release them. this will solve the issue of jailbreak thru queuing.
2022-04-13 13:15:53 -04:00
MDIC
b78ce2399c Jail Feat Update
Remove magic numbers, incorporate deserter auras to prevent queuing jail break
2022-04-11 12:37:04 -04:00