First of all, if you are enough kind to motivate me, just star this project :) I would be very happy.
This is an internal cheat for Counter-Strike: Global Offensive I've been working on as my training of reverse engineering. Since I don't intend to make this a malicious software, this isn't considered to be performed in multi player mode. Keep in that mind.
As of today, Dainsleif is a quite simple and tiny cheat, so you can use this as your reference if you want.
If you have any question about this project, feel free to ask me through issue.
Any supports will be greatly appreciated. You can easily support/motivate me by either starring my project, following me on github or sending PR to me.
requirement
You can select from two ways to build this hack. I believe all you need in order to build this project except DirectxSDK is already included which is MSDetour, ImGui, and toml11. They're in Dependencies directory.
1. Build project using Cmake
Run these commands below.
$ git clone https://github.com/s3pt3mb3r/Dainsleif.git
$ cd Dainsleif
$ mkdir build && cd build
$ cmake ..
$ make
Then your Dainsleif.dll
should be in /build
directory.
2. Build project using Visual Studio 2019
If you still have cmake, carry out following commands. (No? Then scroll down a bit)
$ git clone https://github.com/s3pt3mb3r/Dainsleif.git
$ cd Dainsleif
$ mkdir build && cd build
$ cmake .. -A Win32
You can find Dainsleif.sln
in /build
directory.
Once you load the project click Build
-> Build Dainsleif
.
Then your Dainsleif.dll
should be in /build/Debug
directory.
You reject to install cmake? Check releases and download relevant zip file. (If latest release looks old, create an issue and ask me, I'll handle it.)
Either way you get the Dainsleif.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're allowed to access it only when you're in game for safety reason right now. Even though you press INSERT when you are in main menu, nothing happens.
You can toggle on/off and tweak parameters in the tabs with the name of each hack.
Keep your eyes on the offset.h
in my repository.
If the menu doesn't show up when you press INSERT, or your game crashes immediately just after you initiate the hack, that means your offset.h
is outdated.
Copy and Paste contents in offset.h
from mine to yours. Or if mine doesn't look updated, copy from Hazedumper
This is the feature I can guarantee the highest quality in the hacks I offer here.
Turning this function on automatically lets you aim at enemy's head with 100% precision. It select the closest enemy from where your crosshair is as a target.
Tweaking Smoothness bar affects the smoothness of sticking aim. By changing the value of the Range bar, you can change the range in which the aimbot will react
This feature allows you to see both opponents and teammate's outline through walls.
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 designed to use in conjunction with Aimbot.
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.
overall
- Built-in pattern scanning system.
- Enemy's health indicator.
- Chams feature.
Trigger bot
- Fix a bug that keep shooting over hostile's head when you use Trigger bot in conjunction with Aimbot