Skip to content

MarkusWahlman/CSV1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e16e1ed · Nov 19, 2024

History

4 Commits
Nov 19, 2024
Nov 19, 2024
Nov 19, 2024
Nov 19, 2024
Nov 19, 2024

Repository files navigation

CSV1

CSV1 is a learning project focused on creating a real-time data analysis and visualization system for a popular first-person shooter game. It explores techniques to extract live game data without modifying or interfering with the game's codebase.

Features

  • Authentication
    The program is only directly accessible to authenticated users. Users authenticate via Firebase to gain access.

  • Radar

  • ESP (Extra Sensory Perception)

  • Aim assist

Statically Linked Libraries

  • GLFW

  • GLEW

  • Firebase C++ SDK

    Note: The Firebase C++ SDK's debug libraries are too large to be hosted on GitHub directly. You can download them from the official release page:

    Installation Instructions:

    1. Download the libraries from the link above.
    2. Extract the contents and navigate to libs/windows/vs2019/md/x86/Debug.
    3. Move the files from that folder to the following directory in your project:
      /CSV1/src/vendor/firebase/libs/windows/VS2019/MD/x86/Debug
      
  • GLM

  • ImGui

  • SOIL

  • STB

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published