Skip to content

Weever1337/CS2-External

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS2 External Cheat (C#) — Educational Project

⚠️ DISCLAIMER: This project was created for educational purposes only. The author does not support or encourage cheating in any form.

🧠 About the Project

This is an external cheat for Counter-Strike 2 written in C#. The goal of this project is to learn and demonstrate:

  • How to work with process memory in C#
  • Reading and writing memory using Swed64
  • Creating a basic ImGui-based menu with ImGui.NET
  • Understanding how external tools interact with games
  • Exploring low-level C# programming techniques

It is not meant for use in real matches and is not actively maintained as a usable cheat.

🔧 Features

The current functionality includes:

  • 🐰 Bunnyhop – Automatically jumps when the spacebar is held
  • 🌟 Anti-Flash – Prevents full white screen effect from flashbangs
  • 🎯 FOV Changer – Allows changing the Field of View (FOV)
  • 🖥️ ImGui Menu – Clean and simple UI for toggling features

🛡️ Disclaimer

  • This project is intended only for learning purposes.
  • The author does not condone cheating or game manipulation.
  • Do not use this in online games — it may result in a ban.
  • You are responsible for your own actions if you misuse this code.