Warning
This repository is archived and no longer maintained.
Offsets in the source are outdated, but the pre-built 0.1.7 DLL from Releases still works. No further updates will be pushed.
Internal cheat for Counter-Strike 2. The DLL is injected into cs2.exe, hooks DirectX 11 Present, and renders an in-game ImGui overlay.
| Platform | Windows x64 |
| Build | Visual Studio 2022 |
| Dependencies | Steam (gameoverlayrenderer64.dll), ImGui, MinHook, omath (vendor/omath) |
| License | MIT |
git clone --recurse-submodules- Open
litware-dll/litware-dll.vcxprojin Visual Studio - Build
Release | x64 - Output:
litware-dll/bin/Release/litware-dll.dll
| 1 | 2 | 3 |
|---|---|---|
![]() |
![]() |
![]() |
| Key | Action |
|---|---|
INSERT |
Toggle menu |
END |
Unload |
Configs are stored in %APPDATA%\litware\ as plain-text *.cfg files.
- ESP: boxes, health, names, weapons, ammo, money, distance, offscreen arrows
- Aimbot: FOV, smoothing, head bone, team check
- Visuals: no flash, no smoke, glow, sky color, snow, sakura
- Movement: bunny hop, strafe helper
- Misc: FOV changer, radar, bomb timer, spectator list
Offsets are kept in litware-dll/src/core/offsets.h and can be refreshed from cs2-dumper with python3 offsets/update_offsets.py.
- Steam must be running with the Steam Overlay enabled.
- Inject after the game reaches the main menu.
Use at your own risk. Game- or platform-side sanctions are possible.


