What are the most accurate, efficient checking methods of cheat detection?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
Mar 5, 2020
2
0
0
23
I've been writing in Skript since late 2016, so I have dabbled in pretty much everything and I even excel in some other fields of the "pseudocode" - however I am now developing my own server network and that means I need my own cheat mitigation system.

In the past I have written code that has mitigated some cheats such as FastBow, however those were ridden with false positives and other issues. Is there any advice you guys can give me on writing an AntiCheat in Skript?
 
Yes, the advice generally is as follows:

Don't do it.
Just, don't.
It'll be buggy and like you said, be ridden with false positives and nuisances.
If you want to make an anticheat, do it well and do it in Java, there's a reason Skript-based
anticheats aren't popular.
 
Yes, the advice generally is as follows:

Don't do it.
Just, don't.
It'll be buggy and like you said, be ridden with false positives and nuisances.
If you want to make an anticheat, do it well and do it in Java, there's a reason Skript-based
anticheats aren't popular.
Yeah, learning Java is currently on the table at the moment, given the fact that I find Skript to be somewhat limiting in it's capabilities.
 
Status
Not open for further replies.