Skip to content

Repository files navigation

Hacker Buster

This project contains basic checks. but if you want to add check or improve AntiCheat architecture, you can fork this repository and create pull-request

How To Code Own Check

If you want to create own check, You have to get API and ProtocolLib dependencies

  • Firstly you need to create simple java project, use compileOnly and link API and ProtocolLib as dependencies
  • Create java file ...Check and ...Client and extended them like there
  • Create in resources manifest.json and write there
{
    "main": "dev.justdrven.example.check.ExampleCheck"
}
  • and write there your path to Check object
  • Compile project in JAR file
  • and then just move that JAR file to hackerbuster/checks/ folder and start server

Written by: JustDrven

About

This repository contains simple AntiCheat project

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages