Coder Social home page Coder Social logo

cazzwastaken / kakhack Goto Github PK

View Code? Open in Web Editor NEW
65.0 4.0 20.0 2.56 MB

An incomplete CS:GO internal with a rich SDK

Home Page: https://www.youtube.com/c/cazzwastaken/

License: GNU General Public License v3.0

C++ 98.51% C 1.49%
csgo csgo-cheat csgo-hack csgo-base csgo-sdk sdk csgo-internal

kakhack's Introduction

Hi there ๐Ÿ‘‹ I'm cazz!

I make videos about game-hacking and programming in general over on @cazz so, be sure to check it out.

๐Ÿ“‘ Where to find me

๐Ÿฅฐ Support my work

๐Ÿค– Tools

  • I primarily use c++
  • Python is pretty cool too
  • Rust is great for when I'm not hacking

kakhack's People

Contributors

cazzwastaken avatar celestialemily avatar hackermanx avatar lightningsheep avatar wolfyyta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

kakhack's Issues

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.

fix need to add a space at the start of chatprintf

i::hudChat->ChatPrintf(0, 0, " \x03[kh]\x01 Vote started\n");

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.