Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.31 KB

File metadata and controls

37 lines (29 loc) · 1.31 KB

Codex | Assault Cube Hack

A simple internal assault cube hack for version 1.3.0.2

Screenshots

Video featuring the hack Menu Preview

Features

  • Aimbot: Silent aim, No Recoil
  • Misc: God Mode, Infinite Ammo, Infinite Grenades, Rapid Fire, and Speed Hack.
  • UI: ImGui menu with a rainbow-accented watermark.

Built With

  • ImGui - Bloat-free Graphical User interface.
  • MinHook - The Minimalist x86/x64 API Hooking Library.
  • OpenGL3 & Win32 API.
  • various other open source projects that I "borrowed" code from

How to Use

  • If you're too lazy to build the project yourself, the dll is included in the project
  • If you want to build it yourself, continue to the next step.

How to Build

  1. Clone the repository: git clone https://github.com/oword/repo-name.git
  2. Download the Meson Build system
  3. open up x86 native Tools Command Prompts for visual studio
  4. enter 'meson setup build'
  5. go into the build dir
  6. type 'meson compile'
  7. Inject the DLL into ac_client.exe using your preferred injector.

Credits