Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.2 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.2 KB

Counter-Strike: Global Offensive Mod

a mod for the game Counter-Strike: Global Offensive that includes various features such as ESP (aka seeing players through walls), aimbot, trigger bot, and the ability to remove flash and smoke effects. Additionally, a user-friendly menu was implemented using the imgui library.

Technologies Used:

  • C++
  • Directx 9
  • ImGui library
  • IDA

Key Achievements:

  • Successfully implemented various features into the game by reading and writting memory to the target process
  • Ability to reverse engineering large codebase and extract information require to expoit these features
  • Developed a functional and user-friendly menu using the ImGui library
  • Demonstrated knowledge of C++ and directx programming, which are key skills for game development

image

image

Disclaimer

This software is for educational purposes, and may use this software as a benchmark for their own projects to learn how to read & write memory on Windows Operating System