Git Product home page Git Product logo

fengjixuchui / csgo-dma-overlay Goto Github PK

View Code? Open in Web Editor NEW

This project forked from slack2450/csgo-dma-overlay

0.0 0.0 0.0 282.16 MB

A basic CS:GO ESP utilising DMA and HDMI-Overlay

License: GNU General Public License v3.0

C++ 50.36% Batchfile 0.02% CSS 0.13% C 0.72% Perl 0.01% HTML 47.57% M4 0.01% Shell 0.08% CMake 0.07% Max 0.01% XSLT 0.15% Python 0.43% Cuda 0.03% Makefile 0.07% Assembly 0.07% Eiffel 0.01% D 0.01% TSQL 0.01% JavaScript 0.27% TeX 0.01%

csgo-dma-overlay's Introduction

CSGO DMA Overlay

This project creates a basic CS:GO ESP using Direct Memory Access. It reads player positions and view angles from memory computes a view matrix1 and then draws this on screen. This is tested to work with ESEA as of this release 27/04/2020.

It uses pattern scanning to find the offsets to use so should work between game updates. Uses the MemProcFS API to interface with windows. This was tested with a SP605 and NETV2, but would probably work with any compatible pcieleech compatible FPGA and generic HDMI overlay device.

1 The pointer to the original is not in the process page tables and I chose not to use offsets

Videos

Bots demo

bots

ESEA demo

esea

Components

There are three components to this project: The DMA Client and the Overlay client.

DMA Client

This reads the csgo process using pcieleech then creates a websocket for the overlay client to connect to on port 9002.

output

Overlay Client

This is a webpage that connects to the DMA client via a websocket and then draws the output to screen using p5.js

overlay

HDMI Combining

I use a NETV2 which overlays the two HDMI streams to create the output which can then be plugged into any monitor this supports 1080p @ 60Hz

hdmi

Security

VAC:

Lol no chance VAC is too advanced.

ESEA:

There are some reports of pcileech being detected. I highly doubt this as scanning of the pci bus is highly intensive and would impact performance of a CPU bound game such as CS:GO, anyway use at your own risk. Just change your vendor ids I spoofed a realtek ethernet card and it works fine.

FACEIT:

Untested

Known issues:

Overlay and stream don't line up

The HDMI overlay and stream do not allign have fun fixing this, probably best done in software. More Info

ESEA Instability

ESEA place some weird patterns in memory specifically to trip up pattern scanners. If you can't find valid patterns try skipping/not skipping specific patterns.

Overlay Latency

Could very likely be sped up. Ideas:

  • Use MemReadScatter (Most likely to help)
  • Stop using a web based overlay lmao

General Instability

Doesn't work well between games never bothered to look at this

Resolution awareness

Didnt bother to look at supporting multiple resolutions only supports 1920x1080 (16:9)

Creditz

  • Me :)
  • Ulf Frisk for pcieleech and MemProcFS. One word: AMAZING
  • Bunnie for creating the NETV2.
  • Flaw for listening to me ramble
  • bi0phaz3 good memes

csgo-dma-overlay's People

Contributors

slack2450 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.