Skip to content

CS:GO ESP with pattern scanned offsets and ray casting visibility check written in C++.

Notifications You must be signed in to change notification settings

tomaszjagielka/LerawinInternal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation


LerawinInternal

CS:GO ESP with pattern scanned offsets and ray casting visibility check written in C++.

C++ CS:GO

Program showcase



Features

  • ESP
    • Box
    • Snaplines
    • Visibility Check
  • Force Crosshair

Installation

  1. Clone the repository.
git clone https://github.com/tomaszjagielka/LerawinInternal.git
  1. Build the project using Visual Studio or a C++ compiler of your choice.

Usage

  1. Launch CS:GO.
  2. Inject the DLL into the process using an injector of your choice.

How it works?

  1. It uses trampoline hooking to hook to the CS:GO process.
  2. Then automatically updates offsets using pattern scanning.
  3. Next, it checks if player is in the enemy team and casts rays to check if he's seen.
  4. Finally, draws ESP on the screen using Direct3D 9.

Acknowledgements

  • GuidedHacking – knowledge and code snippets
  • frk – hazedumper

About

CS:GO ESP with pattern scanned offsets and ray casting visibility check written in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published