https://github.com/kotleni/csgo-run
Custom imeplementation of CSGO runner
https://github.com/kotleni/csgo-run
csgo csgo-cheat csgo-hack dlopen dylibloader libloader linux macos soloader
Last synced: 4 months ago
JSON representation
Custom imeplementation of CSGO runner
- Host: GitHub
- URL: https://github.com/kotleni/csgo-run
- Owner: kotleni
- Created: 2022-10-15T17:17:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T10:52:06.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T04:06:28.555Z (4 months ago)
- Topics: csgo, csgo-cheat, csgo-hack, dlopen, dylibloader, libloader, linux, macos, soloader
- Language: C
- Homepage:
- Size: 30.3 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Attention! This project was developed for educational purposes. Don't use it to inject cheats online.
I take no responsibility for possible VAC bans.## Custom implementation of CSGO runner
Support only osx-x64, osx-arm64 (via rosetta2) and linux-x64### Features
* Fully open-source
* Library injection
* Zero dependencies### Tested on
| OS | Works? | Description |
| ------------- | ------------- | ----------- |
| MacOS Ventura 13.2 for M1 (2020) | Yes | Works great |
| Arch Linux x64 | Yes | Works great |
| Windows | No | Not works. Uses a different starting algorithm. See #3 |### Docs
Building
Installing
Injecting shared libraries
Launch options
Troubleshooting