Internal trainer for CSGO I've been working on as my training of reverse engineering and not completed yet. Since I don't intend to make this a malicious software, this isn't considered to be performed in multiplayer mode. Keep in that mind plz.
If you are enough kind to motivate me, just star this project :) I would be very happy.
If you have any question about this project, feel free to ask me through issue.
1. Download DLL itself from release
I believe all you need in order to build this project is already included which is MSDetour, ImGui, and toml11. They're in Dependencies directory.
In the project root, run these commands below.
$ mkdir build && cd build
$ cmake ..
$ make
Either way you get the HACK4CSGO.dll, you can now inject it to the game with any DLL injector such as GH injector :)
You're accessible to the hack menu by pressing INSERT key on your keyboard. But you may only access it in game. Even though you press INSERT when you are in main menu, nothing happens
If you turn it on, it will automatically lock aim at a closest enemy unless you step really away from him. When you are away enough from enemies you get the control of angle back.
- Check if bDormant is true
- Aiming smoother rather than instantly stick crosshair to the target
- Require more humanistic way to aim
- Aim at closest enemy based on the position of crosshair not physical distance so that user can move their angle most of the time
This feature allows you to see both opponents and teammate's outline through walls.
- want it to be capable of setting specific color of outline.
Once you turn this on, you no longer have to press left click when you engage them. This feature will complete the job for you.
This is basically a recoil control system. It automatically calculate the in comming recoil and manipulate your angle to handle it. But this doesn't guarantee the 100% accuracy.
- Aim bot
- Glow hack
- Trigger bot
- Neutralize recoil
- GUI menu for more better user experience (by hooking Directx9 endScene function)
- Close GUI menu whenever user gets outta in game and goes back to main menu
- Save setting automatically that user inputs to toml file
- Add a "reset setting" button
- Display alert when dll is successfully injected
- Enemy's health indicator
- ESP (drow line by myself)
- teleport hack (not sure if it's possible without getting detected)