bro, i really really appreciate your work, thanks. its unbelievable how much of work you put into these videos. really hope that one day you will be famous n shit. thanks.
@cazz2 жыл бұрын
Hey, I appreciate that more than you know man :) wish you the best of luck on your journey!
@Shyguio2 жыл бұрын
Nice editing!
@adamoron2 жыл бұрын
Hi Cazz! Thanks a lot for all of your videos! They are an incredible learning resource and really do allow me to progress much faster than I would have been able otherwise.
@cazz2 жыл бұрын
Im delighted to hear it man!
@adamoron2 жыл бұрын
@@cazz You’re truly a great guy. Keep it up :)
@sweadxl_2 жыл бұрын
Can you make an internal imgui menu, you made one, but I couldn't fit the trick on it
@ITAmiky012 жыл бұрын
best tutorial, but how can i know if will be detected/vac ban or ow ban?
@JuIzNoGoud2 жыл бұрын
first of all, appreciate all of your work, really enjoy watching ur videos, have a really big gaps in c++, but I get the idea what u are doing, but I've a question that doesn't give me chill, I know that its possible to bypass server-side anti-cheat but don't have an idea about it, for example simple radar hack, u see enemys on a radar but server always try to prevent it, what is the general problem solver in that case?
@cazz2 жыл бұрын
Well, no. Bypassing server-side anti-cheat measures is basically not possible unless you have access to the server. In the case of making a bSpotted radar hack, there is a limit to how for you can see enemies on the radar because of something known as "dormancy". When entities are a certain distance away from you, your client stops receiving information about them, making it impossible to see people across the map unless you use some form of information that is networked to you at that distance and make your radar hack based on that.
@rukkz14692 жыл бұрын
When i try to inject into csgo and go into a map the game crashes do you know any fixes to this?
@mrboblox44442 жыл бұрын
amazing video
@cazz2 жыл бұрын
no u ;)
@omys-96912 жыл бұрын
can you please make one for APB reloaded i'm waiting for your answer
@notcap-zy3lj2 жыл бұрын
20:28 can that number (0x46004009) change with csgo updates? and if it can, how can i actually get it
@cazz2 жыл бұрын
No. It is a BSP mask found from the Source SDK. That mask has been the same since 2007. It will not change anytime soon good sir. If you are interested for yourself, you can find them here -> github.com/ValveSoftware/source-sdk-2013/blob/master/mp/src/public/bspflags.h
@notcap-zy3lj2 жыл бұрын
@@cazz alr thanks!
@lucid_horizons2 жыл бұрын
SIUUUUUUUUUUU, now i can add a triggerbot to my paste
@Reeeis2 жыл бұрын
does it still work or has it been banned?
@thatcrockpot1530 Жыл бұрын
"...but before we get into making your next premium feature" 💀
@chaska81442 жыл бұрын
yo i got a question is ethical hacking and game hacking the same thing? as in with learning cyber security is this sort of stuff covered
@Blumba1 Жыл бұрын
Is this vac safe or do i need bypass?
@chavamora3863 Жыл бұрын
m,y game crashes when i inject, any idea why this is happening?
@czAndrew.2 жыл бұрын
I cant select team when hooking create move, I heard you have to do something with sendpacket but that doesnt work for me
@MaksimKrytoy2 жыл бұрын
what to do if in the 35th line of the code there is an error like remark Centity cannot assign an entity of type Centity globals::localPlayer = interfaces::entityList->GetEntityFromIndex(interfaces::engine->GetLocalPlayerIndex()); help'mi plese
@komzjahamas348 Жыл бұрын
got the same error have you found a fix?
@user-pp3mr6pt9i2 жыл бұрын
Can you make video about an internal skinchanger?
@solid_hax77552 жыл бұрын
Hook framestagenotify and just make skinchanger in there
@cazz2 жыл бұрын
I'll make a video on this in the future :)
@kortaykokturk95632 жыл бұрын
I downloaded from patreon but most of the files are empty, there are no dll what can I do?
@cazz2 жыл бұрын
Well, you need build it with Visual Studio my friend!
@kortaykokturk95632 жыл бұрын
@@cazz yeap I tried it and noticed 2019 version was not working on it haha, It fixed with 2022, thanks for the ocmment
@Zorba5032 жыл бұрын
Way better than Strayfades internal which was coded like an external 💀
@cazz2 жыл бұрын
hehe yeah, TraceRay seems to scare a lot of people, hopefully I can demystify it a little so that you can make a *real* triggerbot :)
@Zorba5032 жыл бұрын
@@cazz This series is looking really good so far. Could you possibly make a video on different hooking methods in the future? Like comparing VMT and MinHook
@peacefuldeityspath2 жыл бұрын
Nice! Right now im making a library to encrypt offsets and scramble stuff around so leechers won't decompile stuff :)
@cazz2 жыл бұрын
Woah dude, you're on another level xd
@hexadefender2 жыл бұрын
whats your discord toxic mods?
@sergsergesrgergseg2 жыл бұрын
how did the first person actually find the trace ray though
@cazz2 жыл бұрын
I didnt show it in the video... maybe I should have... but the Source 2013 SDK is available on GitHub, not to mention the leaked CS:GO source code floating around too. It is not hard to find virtual functions that reside in interfaces...
@sergsergesrgergseg2 жыл бұрын
@@cazz thanks for the reply. When I'm watching tutorials like these I'm more interested in learning how to do it myself compared to just copying a video
@yumekobotnet2 жыл бұрын
How should a person who wants to learn how to code cheats from scratch follow? what needs to be learned in order?
@cazz2 жыл бұрын
- Learn the basics of c++ - Start experimenting with cheat engine / reclass - Start making trainers for easy games without anti-cheats (csgo, assault cube) - Start getting your hands dirty with IDA and assembly - Do this for a couple months/years - Look around guidedhacking/unknowncheats/mpgh on more advanced topic - So on and so forth
@yumekobotnet2 жыл бұрын
@@cazz i'm told i need to learn winapi before these true?
@sergsergesrgergseg2 жыл бұрын
@@yumekobotnet i think programming should be your first objective
@yumekobotnet2 жыл бұрын
@@sergsergesrgergseg I want to learn everything from 0, not jumping, I couldn't draw a path for myself
@cazz2 жыл бұрын
@@yumekobotnet Well, you're gonna need to understand C/C++ before you do anything WinAPI related. But technically, yes. Although, it is not so much about "learning" winapi, just know how to look through MSDN and don't get scared when you see winapi types and stuff.
@anonymousk58992 жыл бұрын
Plz make directx overlay esp
@hakanakyol8251 Жыл бұрын
hi mate pls help me ı need half life 1 triggerbot
@zelk88912 жыл бұрын
cool video!
@cazz2 жыл бұрын
Thanks!
@daernodaernivich31982 жыл бұрын
cazz can you make a multihack for faceit?
@Simon-ku6it2 жыл бұрын
👍
@extasyy54272 жыл бұрын
Dopeee👻
@pearyt43522 жыл бұрын
Hello how about valorant?
@StrengthDiff Жыл бұрын
lmfao
@notd1sky6412 жыл бұрын
impossbile.
@starwars19152 жыл бұрын
omg
@ningu10362 жыл бұрын
banger
@r00t__2 жыл бұрын
@sub4rl2 жыл бұрын
Hi
@MatthewJGoosen2 жыл бұрын
@HDTRPlayzZ2 жыл бұрын
Any plans on adding more to kakhack sdk such as other interfaces? just wondering because i want to see what i can make on it as i like your code style and everything is clean imo and more optimized than current up to date bases ive seen especially since most of them released nowadays are just fully featured legit cheats haha
@cazz2 жыл бұрын
Of course, it is always an option in the future. I will definitely prioritizing updating kakhack more in the future, I've had a couple people mention it to me. Thanks for the suggestion!
@HDTRPlayzZ2 жыл бұрын
@@cazz Not a problem i really liked the sdk and i like that its not cluttered and isnt just a fully featured legit cheat lmao so good job