/AntiCheat

A Simple C++ Anti-Cheat

Primary LanguageC++

AntiCheat

Very simple and quick Anit-Cheat written in C++, this my first upload on github. Most codes are taken from internet and based NTA's aCI source code

Features

  • Memory Scan (detecting memory read-writes)
  • Procces Module (detecting blacklisted module injections)
  • ScreenShot Capture
  • Hardware info for Ban (aka. HWID)
  • Window Text Detection (detecting unwanted softwares like Cheat Engine)

Using

This is just for researching purpose, avoid direct using in your projects. Just for inspiration.

Compile

I didn't try it yet.