Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.71 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.71 KB

Zodiak

Zodiak

Zodiak is a full kernel driver cheat for CS 1.6. The cheat is designed to leave zero traces in the system to avoid detection, so there are no config files or anything else that could leave a trace.

The ESP is implemented by exporting GDI functions, allowing it to work in CS 1.6. The aimbot is created by exploiting the MouHID driver and callling own MouseClassServiceCallback.

In the end, it’s similar to ekknod's EC cheat but adapted for CS 1.6, because it uses the same techniques. I hope ekknod won’t mind :3

General

  • Written in C and assembly
  • Automatic offsets detection
  • Thread context spoofing
  • Operates in a single thread

Features

  • Aimbot (calling "own" MouseClassServiceCallback)
  • ESP (GDI kernel drawing without hooks)

Usage

Since this cheat is a kernel driver, you'll need to load it. I recommend using kdmapper as it very easy to use. If you prefer, you can also load it just in test mode. Check out USAGE.md for detailed instruction.

Default Keybinds

  • F6: Toggle Aimbot
  • F7: Toggle ESP
  • F8: Toggle "Only Enemies" Mode
  • Arrow Right/Left: Adjust FOV
  • Arrow Up/Down: Adjust Smooth

Credits

  • Ekknod for the simple and effective GDI implementation, mouse callback trick, and overall for all his publicly available projects, especially the EC project, which I believe has one of the best structures I've seen in external cheats.
  • Unmaewei for his Full Kernel Driver Cheat. I borrowed some general driver operations from there.