Git Product home page Git Product logo

csgo_esp_testing's Introduction

CSGO ESP (for learning Rust)

This shouldn't be used for online gameplay, you will probably get banned, and if you do decide to use this online and get banned I am not responsible for the loss of your account.

Credit to https://github.com/a2x/cs2-dumper for the offsets generator.

Demo

csgo_demo.mp4

Motivation

This project was to improve my rust skills as well as to understand some of the basics of external game hacking.

How it works

The project works by using tauri, a rust framework which uses the native OS web viewer + a rust backend that communicates with the native web viewer through IPC.

Using Tauri, the backend rust service would open a connection to the running csgo processes and use the Windows API to read the process memory. Through this I can get the players position and the users camera position.

With this information I used a world to screen function, which I honestly don't entirely understand, but it essentially maps 3d co ordinates to your 2d monitor. With this information I would pass it to the web viewer, which would render it on screen.

The web viewer is a top most window that can't be focused and is transparent, with this it can overlay the running game window.

csgo_esp_testing's People

Contributors

daryanka avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.