This commit is contained in:
Oscar
2025-07-22 22:06:34 +03:00
parent d3c189f949
commit f892794557
780 changed files with 436498 additions and 170 deletions

View File

@@ -0,0 +1,33 @@
# ASPHYXIA: CS2
## Table of Contents :scroll:
- [About](#about)
- [Contact](#contact)
- [Credits](#credits)
- [Reminder](#reminder)
- [License](#license)
## About :information_source:
- Asphyxia is a base that was intended to be a starting point. It is not a cheat itself, but rather a framework for building your own cheat.
- C++ version: 20
## Credits
- [imgui](https://github.com/ocornut/imgui) - framework
- [freetype](https://freetype.org/) - font rasterizer
- [minhook](https://github.com/TsudaKageyu/minhook) - hooking library
- [qo0:csgo](https://github.com/rollraw/qo0-csgo) - where this base is inspired
- [unknowncheats](https://www.unknowncheats.me/) - for helping building this base
## Reminder
- this project is for educational purposes only.
- ins 键呼出菜单 end 释放模块
- it will now be more focus on the 'base' rather than the 'cheat' itself.
[✓] ESP - basic esp feature like: name, hp, armor... (comes with interactive menu preview, not draggable)
[✓] CHAMS - basic chams system
[✓] AIMBOT - simple head aimbot with smoothing
## License
- This project is licensed under the [MIT License](https://opensource.org/licenses/mit-license.php) - see the [LICENSE](LICENSE) file for details.