If you use download button on github, repository will not work since it is using git submodules.
To download repository with submodules use below command:
git clone --recurse-submodules https://github.com/Zergatul/cheatutils.git
To build mod by yourself go to Forge or Fabric directory and run gradlew build
.