Skip to content

Cameliuu/zenith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zenith

zenith

External multihack for Counter-Strike 1.6 (Build 8684) written in Go

Go Platform Build

demo


Features

ESP

  • Player boxes with team colors
  • Health bars
  • Player names
  • Distance display
  • Configurable hotkey and colors

Aimbot

  • FOV-based target selection
  • Smooth aiming
  • Lock-on target tracking
  • Configurable FOV radius and smoothness

Triggerbot

  • Automatic fire when crosshair is over an enemy
  • Configurable activation key
  • Random delay to reduce detection

Overlay

  • Built with veil — a transparent GDI overlay library for Windows
  • Click-through, always-on-top
  • 60fps repaint loop

Detection Status

Clean

Tested on FunGun — Clean ✅

Prerequisites

  • Counter-Strike 1.6 Steam (Build 8684)
  • Windows 10/11
  • Go 1.21+

Building

git clone https://github.com/Cameliuu/zenith
cd zenith
go build -ldflags="-H windowsgui" -o zenith.exe .

Usage

  1. Launch CS 1.6
  2. Run zenith.exe
  3. Use hotkeys to toggle features

Default Hotkeys

Key Feature
F2 Toggle ESP
F3 Toggle Aimbot
F4 Toggle Triggerbot

Architecture

zenith/
├── engine/         — game loop, entity reading, feature logic
│   ├── aimbot/     — aimbot logic
│   ├── config/     — feature configuration
│   ├── entity/     — entity reading from memory
│   ├── overlay/    — W2S, coordinate utils
│   └── offsets/    — memory offsets for build 8684
├── memory/         — ReadProcessMemory/WriteProcessMemory wrappers
└── input/          — key binding utilities

Built on top of veil — a transparent Windows overlay library also written in Go.


Disclaimer

For educational purposes only.

About

A cs 1.6 multi-hack in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages