Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kristofhracza/tim_apple
Simple CS2 external cheat
https://github.com/kristofhracza/tim_apple
cs2 cs2-cheat cs2-external cs2-hack external-cheat game-cheat game-hacking reverse-engineering source2 windows
Last synced: 19 days ago
JSON representation
Simple CS2 external cheat
- Host: GitHub
- URL: https://github.com/kristofhracza/tim_apple
- Owner: kristofhracza
- Created: 2023-11-02T15:50:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-11T18:17:25.000Z (6 months ago)
- Last Synced: 2024-06-12T03:19:17.302Z (6 months ago)
- Topics: cs2, cs2-cheat, cs2-external, cs2-hack, external-cheat, game-cheat, game-hacking, reverse-engineering, source2, windows
- Language: C++
- Homepage:
- Size: 21.5 MB
- Stars: 73
- Watchers: 3
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :apple: Tim Apple
CS2 external cheat![Preview](screenshots/preview.png)
## Compiling from source
Open `tim_apple.sln` in Visual Studio 2022, set build configuration to `Release | x64`.
Press Build solution and you should receive `tim_apple.exe` file.## Usage
*The cheat will **NOT** start if the game is not running.*
### Controls
Press the `INSERT` key to toggle the menu.
Press the `END` key to end the cheat.## Offsets
### Script download
Run the `offset_download.ps1` in the same folder as you're executable is
### Manual download
1. Download [client.dll.json](https://github.com/a2x/cs2-dumper/tree/main/output/client.dll.json), [offsets.json](https://github.com/a2x/cs2-dumper/tree/main/output/offsets.json) and [buttons.json](https://github.com/a2x/cs2-dumper/tree/main/output/buttons.json)
2. Place these files in the same folder as the executable file `tim_apple.exe` is## Features
*Most features have visibility check*
### ESP
- Health bar (+ HP counter)
- Player name
- Weapon icons / names
- Skeleton
- Joints
- Snap lines
- Distance
### Aim
- Aimbot (+ Player lock)
- Recoil control system
- Trigger bot
### Misc
- Bunny hop
- Anti flash
- Dropped item ESP **(PERFORMANCE ISSUES)**## FAQ
### How to use the weapon icon font file
1. Make a folder called `fonts` in the same folder as the executable is.
2. Add the file `weaponIcons.ttf` in the folder.
*(If the program cannot see the file, weapon names will be displayed instead)*### Is this cheat read-only?
It can be if you use the features that don't write to the game's memory.
Namely: All ESP, Bunny Hop and Trigger Bot## Credits
- [ocornut/imgui](https://github.com/ocornut/imgui)
- [nlohmann/json](https://github.com/nlohmann/json)
- [a2x/cs2-dumper](https://github.com/a2x/cs2-dumper)