8000 GitHub - vxcall/Dainsleif at v1.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vxcall/Dainsleif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

cpp cmake Game License

README in Japanese

⚑ Dainsleif

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.

STILL WORKING: August 05, 2020

πŸ’• Support me

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.

πŸ“Œ Table of contents

πŸ’‰ How to build this hack

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 :)

πŸ“œ Menu

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.

Hack menu

🚨 WARNING

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

πŸ’» Hacks

Aimbot

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

aimbot

Glow hack

This feature allows you to see both opponents and teammate's outline through walls.

Glow hack

Trigger bot

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.

Anti recoil

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.

Anti recoil

πŸ‘₯ Contributors

πŸ› οΈ Features being developed

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

About

⚑ An open source cheat for Counter-Strike: Global Offensive.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0