An incomplete CS:GO internal with a rich SDK

Overview

🛰 About

This is an internal project I was working on about a year ago. The features are incomplete because I spent most of my time reversing interfaces so check out the SDK.

☂️ Features

  • Decent ImGui menu with FreeType font rendering
  • 80% complete .json config system
  • Lots of visuals
  • Basic misc features
  • Decently clean code (don't roast me)
  • Decent SDK (there is some pretty cool stuff in there)
  • Way more hooks than needed lmao

🌌 Usage

  • Clone the repo
  • Open the .sln file in Visual Studio (I used 2022)
  • Build in Release | x86
  • Inject kakhack.dll into CS:GO
  • Enjoy

🗿 Disclaimer

I am not responsible for anything that happens when you use this software. Cheers.

You might also like...
Here is my fortnite internal cheat source. I will update this every update.

Fortnite-cheat-source-internal-self-leak Here is my fortnite internal cheat source. I will update this every update. If u have any issue (not retarded

Internal Warzone Cheat source made by Mondschein#9999

Warzone Cheat A Warzone Internal Cheat Source I found and tested. Works really well How to use the Warzone Internal Cheat [+] - Download it, then comp

A self made free, open source internal cheat for  Overwatch
A self made free, open source internal cheat for Overwatch

Overwatch-Cheat A self made free, open source internal cheat for Overwatch How to use the Valorant Internal [+] - Download it, then compile the cheat

For your Fortnite Cheat or Internal paste

bytes-streaming simple bytes "streaming" if we can call it like that, i made. That's totally not protected from dumpers, so please do not use it for m

Internal Bloodhunt Skin Changer

Bloodhunt-Skin-Changer Internal Bloodhunt Skin Changer (WARNING: EXTREMELY GHETTO, EXAMPLE ONLY) Used In Bloodhunt Cheat Here: https://www.unknownchea

An internal training software base for csgo linux

Winter-linux An internal training software base for csgo linux Installation Install packages Arch: sudo pacman -S --needed base-devel git cmake gdb sd

Internal Software Development Kit for Battlefield 2042

battlefield-2042-internal-sdk Internal Software Development Kit for Battlefield 2042 SDK Includes the following: Entity Classes Player Classes Vehicle

Growtopia internal cheat focused around enhancements and framework, that is loaded automatically. By: ama6nen
Growtopia internal cheat focused around enhancements and framework, that is loaded automatically. By: ama6nen

CREDITS TO AMA6NEN ORIGINAL REPO: https://github.com/ama6nen/INZERNAL INZERNAL INZERNAL has been discontinued for public usage and a private version t

An embedded CAN bus sniffer which is able to monitor any of the vehicle internal CAN bus and perform some action by triggering new CAN messages.
An embedded CAN bus sniffer which is able to monitor any of the vehicle internal CAN bus and perform some action by triggering new CAN messages.

An embedded CAN bus sniffer which is able to monitor any of the vehicle internal CAN bus and perform some action by triggering new CAN messages. In this way certain vehicle functionality can be triggered by responding to custom steering wheel button events, or use the vehicle virtual cockpit to display OBD-PIDs values instead of relying on an external display to present new information to the user

Comments
  • Cannot pick teams.

    Cannot pick teams.

    When picking teams it outputs "Msg from loopback: CCLCMsg_CmdKeyValues rejected by msg bind (53 bytes)"

    Steps to reproduce.

    1. Inject cheat
    2. Go into gamemode with team picking
    3. Not be able to pick team.
    opened by Maikull 2
  • memory.cpp is in wrong place?

    memory.cpp is in wrong place?

    https://github.com/cazzwastaken/kakhack/blob/master/memory.cpp it should be there (i guess): https://github.com/cazzwastaken/kakhack/tree/master/cheat/other

    opened by LiterallyNN 1
  • fix need to add a space at the start of chatprintf

    fix need to add a space at the start of chatprintf

    https://github.com/cazzwastaken/kakhack/blob/c70badccdbb53a892b1fe79cc9824f5544992175/cheat/core/functions/dispatchusermessage.cpp#L12

    you can fix the need to add a character at the start of chatprintf to apply a color by using PushNotice. this allows you to directly use html

    		ADD_PATTERN( CLIENT_DLL, "PushNotice", "55 8B EC 83 E4 F8 B8 ? ? ? ? E8 ? ? ? ? 53 8B D9 8B 0D ? ? ? ? 56 57 81 F9 ? ? ? ? 75 0C A1" );
    			static void __fastcall push_notice( unk, unk, const char*, int, const char* );
    

    use the first const char* for the last argument and you'll be able to use HTML directly. you can dynamically apply this by having some ct prefix and prepending it in some abstraction when you want to write to chat.

    regards

    opened by cristeigabriel 1
Owner
cazz
Just a dude with a computer...
cazz
The Raspberry Pi Pico SDK (henceforth the SDK) provides the headers, libraries and build system necessary

The Raspberry Pi Pico SDK (henceforth the SDK) provides the headers, libraries and build system necessary to write programs for the RP2040-based devices such as the Raspberry Pi Pico in C, C++ or assembly language.

Raspberry Pi 1.9k Jan 5, 2023
The Gecko SDK (GSDK) combines all Silicon Labs 32-bit IoT product software development kits (SDKs) based on Gecko Platform into a single, integrated SDK.

Silicon Labs Gecko SDK (GSDK) The Gecko SDK (GSDK) combines Silicon Labs wireless software development kits (SDKs) and Gecko Platform into a single, i

Silicon Labs 163 Dec 28, 2022
Typewriter Effect with Rich Text + *Correct* Text Wrapping

Typewriter Effect with Rich Text + Correct Text Wrapping I've spent way too long getting this right. This is meant as a base class for a UMG dialogue

Sam Bloomberg 30 Nov 29, 2022
Unix pager (with very rich functionality) designed for work with tables. Designed for PostgreSQL, but MySQL is supported too. Works well with pgcli too. Can be used as CSV or TSV viewer too. It supports searching, selecting rows, columns, or block and export selected area to clipboard.

Unix pager (with very rich functionality) designed for work with tables. Designed for PostgreSQL, but MySQL is supported too. Works well with pgcli too. Can be used as CSV or TSV viewer too. It supports searching, selecting rows, columns, or block and export selected area to clipboard.

Pavel Stehule 1.9k Jan 4, 2023
TIDAL - Discord Rich Presence plug-in (UNOFFICIAL)

TIDAL - Discord Rich Presence plug-in (UNOFFICIAL) Unofficial plug in to obtain Discord Rich Presence. Feel free to report any bugs or make suggestion

Rares Sarmasag 2 Nov 12, 2021
Simple, fully external, smart, fast, JSON-configurated, feature-rich Windows x86 DLL Memory Dumper with Code Generation. Written in Modern C++.

altdumper Simple, fully external, smart, fast, JSON-configurated, feature-rich Windows x86 DLL Memory Dumper with Code Generation. Written in Modern C

cristei 14 Sep 9, 2022
Discord Rich Presence for Flutter & Dart.

dart_discord_rpc Discord Rich Presence for Flutter & Dart apps & games. Install Flutter dependencies: .. dart_discord_rpc: ^0.0.1 Dart CLI depende

Hitesh Kumar Saini 22 Nov 24, 2022
PS4 Internal PKG Installer

ps4-ipi PS4 IPI, short for Internal PKG Installer, is a PlayStation 4 utility homebrew app which will install PKG files from the HDD, making it possib

0x199 102 Nov 20, 2022
Internal dumper for Unity3d libil2cpp.so

Auto-Il2cppDumper This is for helping you get dump.cs from Il2cpp game hope this will help you >::< Important This project is modifying version of Rir

BryanGIG 32 Oct 28, 2022
This software brings you the possibility to Read and Write the internal Flash of the Nordic nRF52 series with an ESP32

ESP32 nRF52 SWD flasher This software brings you the possibility to Read and Write the internal Flash of the Nordic nRF52 series with an ESP32 using t

null 140 Dec 31, 2022