https://github.com/vsaint1/cs2-jni
Web gaming chair for cs2 made with C++ and JNI
https://github.com/vsaint1/cs2-jni
cpp cs2-hack external hack java jni jvm wallhack web
Last synced: 23 days ago
JSON representation
Web gaming chair for cs2 made with C++ and JNI
- Host: GitHub
- URL: https://github.com/vsaint1/cs2-jni
- Owner: vsaint1
- Created: 2023-12-06T23:34:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T05:20:12.000Z (about 2 years ago)
- Last Synced: 2025-04-05T07:09:35.693Z (10 months ago)
- Topics: cpp, cs2-hack, external, hack, java, jni, jvm, wallhack, web
- Language: C++
- Homepage:
- Size: 1.13 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS2 - External
Project made with C++ and Java, using [JNI](https://pt.wikipedia.org/wiki/Java_Native_Interface) , CS2 gaming chair with `Engine` built in C++ and Web running with Java.
Must have the following tools
- [CMAKE](https://cmake.org/)
- [MSVC compiler](https://visualstudio.microsoft.com/downloads/)
- [Maven](https://maven.apache.org/download.cgi)
# How to build
### Before executing those commands, make sure you're running the commands on right folder directory
## Engine
Debug
```
cmake -S engine -B engine/build
cmake --build engine/build --config Debug --target ALL_BUILd -j 14
```
Release
```
cmake -S engine -B engine/build
cmake --build engine/build --config Release --target ALL_BUILd -j 14
```
## Web
```
mvn clean package -DSkipTests=True
```
# Running the cheetos
> [!WARNING]
> ⚠ engine.dll and web.jar must be placed in same folder,
> If everything is okay, should be displayed `ProcessId` below cs2 image
Open the browser and type `http://localhost:8080`
> Home

> Menu
