Author Topic: [CODE][WIP] MB Anti Cheat  (Read 4011 times)

0 Members and 1 Guest are viewing this topic.

Offline WoM_Jordan_White

  • First Sergeant
  • *
  • Posts: 115
  • Jordan W.K. White
    • View Profile
  • Side: Confederacy
[CODE][WIP] MB Anti Cheat
« on: December 23, 2017, 06:35:01 pm »
My good friend Sebastian has been working on an anti-cheat after I highlighted the problem to him. He's a really great guy and this is his gift to the FSE Community.

Sebastian:

Hello Community.
Since many game servers got infested by cheaters, I decided to write a simple yet effective server-side anti-cheat system.
The anti cheat system successfully tracks hacking incidents, messages admins about those incidents and treats the cheating players accordingly.
At the moment the anti cheat system provides working detection for the following hacks.
  • Unblockable Attacks
    This hack works by exploiting an engine bug, and is currently the most game breaking cheat out there.
    The hack triggers after the player starts a melee attack, it simply executes the attack from a different direction (which the weapon does not support).
    The engine executes the invalid attack, but keeps playing the animation of the initial attack/direction.
    So it's impossible for other players to block the attack.
  • Autoblock
    This hack simply turns on the automatic blocking for the cheating player, even if the server has set it to manual.
  • Aimbot
    Temporarily turns on the AI for the cheating player, which results in superb accuracy in ranged combat.
Check out the changelog for more features.


Ready-to-use Files
The latest server-engine, compiled module files aswell as the modsys of Native, Napoleonic Wars and Viking Conquest can be downloaded
HERE


Code implementation for modded/different modules
The implementation requires the server to run on v1.161 or latter.
 
Add this to module_constants.
[pastebin]xiuvNZCc[/pastebin]
 
Add this to the top of module_mission_templates, below the commented mission-description.
[pastebin]ER1JajNQ[/pastebin]
 
Add this to the end of each multiplayer mission in module_mission_templates.
[pastebin]4PKFpctc[/pastebin]
An example where to add it to "multiplayer_dm".
[pastebin]3Ac8x51d[/pastebin]
[close]

Add this inside the script "game_quick_start" in module_scripts.
[pastebin]VgN7tjrZ[/pastebin]
 
Add this to the very end of module_scripts.
[pastebin]yEZNrZnB[/pastebin]
 
Add this to the very end of module_strings.
[pastebin]p1NXTvfz[/pastebin]


Changelog
Code
v0.7.0 (Jan 05, 2018)
- Changed the code structure for better modulability.
- Weapons with 4 valid attack directions are now excluded from the unblockable hack detection.
- Improved unblockabe detection methods.
- Implemented basic autoblock detection.
- Implemented basic aimbot detection.
- Advanced logging of potential hack incidents.
- Improved the messaging system, for admins and normal players.
- Added changeable hack consequences such as kick and temp/perma ban, or just notifications.
- Implemented a warning system for admins which tracks suspicious player activities.
 
v0.5.5 (Jan 02, 2018)
- Added support for in-game hosted servers.
- Tweaked detection parameters.
- Enhanced logging of hack incidents, more information provided.
 
v0.5.2 (Dec 29, 2017)
- Fixed false hack detection while kicking.
 
v0.5.1 (Dec 27, 2017)
- Improved the detection method of attacks in order to eliminate "false"-hacking incidents.
- Added logging of hack incidents.
- Logs of hack incidents will now be broadcasted to admins.
 
v0.4.0 (Dec 23, 2017)
Initial Release


Known Issues
There might be rare incidents of false-positives, this is the reason why kicking / banning is disabled in the current version.
However this can be changed by adjusting the variable "$hack_consequence" at script "mbac_init".
 
It's all up to the related parameters, which need fine tuning.
In order to speed up this progress I need as many server logs as possible.
 
So if you want to help with this, you can send me your server (using the anit cheat, ofc) logs.
I promise to keep them confidential.
Your support will be very appreciated!



Other Boards
There are a couple other threads related to this tool, to join then just click the links below.

Original Thread HERE if you need any help pop a reply down below and I'll be sure Sebastian see's it.

Thanks,
Jordan.
« Last Edit: January 05, 2018, 05:37:10 am by WoM_Jordan_White »

Offline Knightmare

  • Major General
  • **
  • Posts: 4828
    • View Profile
  • Side: Neutral
Re: [CODE][WIP] MB Anti Cheat
« Reply #1 on: December 23, 2017, 07:40:14 pm »
noice

Offline EeSpike

  • First Lieutenant
  • *
  • Posts: 243
    • View Profile
  • Nick: De_Google
  • Side: Neutral
Re: [CODE][WIP] MB Anti Cheat
« Reply #2 on: December 23, 2017, 09:17:03 pm »
nahhh i can't cheat anymore

Offline Cr3A

  • First Lieutenant
  • *
  • Posts: 585
    • View Profile
  • Side: Neutral
Re: [CODE][WIP] MB Anti Cheat
« Reply #3 on: December 24, 2017, 02:05:15 am »
rip muha

Wursti

  • Guest
Re: [CODE][WIP] MB Anti Cheat
« Reply #4 on: December 24, 2017, 12:07:51 pm »
But we hef VAC

vac veri gud

vac catching every cheetor

Offline Ibrahim Pasha

  • Second Lieutenant
  • *
  • Posts: 115
  • 98° Reggimento Sottotenente
    • View Profile
  • Nick: 98e[HQ]_STen_Ibrahim_PASHA
  • Side: Union
Re: [CODE][WIP] MB Anti Cheat
« Reply #5 on: January 01, 2018, 08:56:41 pm »
Following your script, hope you release updates regularly.