百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
V

valthrun-cs2

> 编程语言
开源

Valthrun an 开源 外部 CS2 只读内核游戏增强器。

793 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Valthrun an 开源 外部 CS2 只读内核游戏增强器。

Valthrun is an open source external Counter-Strike 2 read only kernel-level gameplay enhancer.
That's a lot of descriptive words, but what does each of them mean?

  • Valthrun The name of this project
  • open source This application is open source and for everyone to learn from
  • external We do not inject any DLLs into the target process
  • read only We do not write to the CS2 process in any way, therefore being impossible to detect by scanning the process memory
  • kernel We do not use any user level WinAPIs in order to get information from the CS2 process

This project is mainly a fun example for exploring the Windows Kernel with Rust and exploring the world of game enhancements :)

WARNING

Valthrun is not a plug 'n play solution.
Instead Valthrun aims to achieve maximum stealth and stay invisible for other applications.
Please read How to use carefully and try troubleshooting issues on your own.

Features

Due to Valthrun being read-only (as of now), there are limitations on what features are possible to implement (eg. skin changer). Regardless of this limitation, Valthrun supports the following features:

  • External radar
    Publish your game for everybody on https://radar.valth.run
  • Player ESP
    ESP with a lot of configuration possibilities like: Skeleton, Boxes3D and Boxes2D
    • Configurable colors to distinguish between enemy and team players
    • ESP includes player health, a health bar, weapon and a lot more
  • Bomb Info
    • Time until the bomb detonation
    • Defuser info such as a defuse timer
    • Bomb site where the bomb is located
  • Trigger Bot
    Shoot your enemy (or team mates) as soon they enter your crosshair
  • Spectator info
    • List of player currently watching you / the observer target
  • Stream proof by default
    Never show your Valthrun overlay on any screen shares

To access Valthruns settings overlay press PAUSE.

Planned Features

  • Aimbot
  • Player competitive ranks / wins

How to use / Getting started

Please follow this guide to get started:
https://wiki.valth.run/getting-started/

Troubleshooting

If you are having issues mapping the kernel driver or starting the controller, please take a look here:
https://wiki.valth.run/category/troubleshooting

The issue you encounter is most likely covered. If you still have any questions or need assistance, feel free to checkout the official Valthrun Discord server (click to join).

VAC

The same considerations as mentioned in this link have been taken into account.
With these precautions and some minor improvements, such as omitting the Valthrun identifier and using xor encryption for strings, the driver/overlay should avoid VAC detection. However, I must clarify that I haven't extensively studied VAC, so my conclusion is speculative. Personally, I have been using a C based driver/overlay like this with CSGO for several years without ever getting VAC banned. But be aware of overwatch!
With VAC live being enabled now, use this with caution. As always take the necessary precautions into consideration.

Screenshots

Help

You can find help on the official Valthrun Discord server:

Issues· 41 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Rustcheatcounter-strikecounter-strike-2counterstrike2

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言