To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/cazz/. The first 200 of you will get 20% off Brilliant’s annual premium subscription.
great video, unfortunately there are way to many pasters in your comment asking for cs2 tutorials, but i'm happy with the more general guides than a paste.
@@ytilaeR_so knowing what is hooking = teaching how to be a cheater? Knowing how to hide a dead body very well = you're a serial killer? Knowing how an engine works = you're an engineer?
Another useful and often overlooked method is function pointer swaps in various places. Many game engines have some form of an event system, and usually, in that system, there is a way to register and unregister functions that will be called when something happens. You can either add your own or modify existing entries to force the game to call your callback instead. And because these lists/pointers are dynamic, that means they must reside in r/w sections or even dynamically allocated memory making detecting any changes hard (similar to shadow vmt) Also, you don't always have to call the original, if the function has no side effects or you re-implement them then there is no need to call the original.
2:52 not quite true, depending on your method of hooking. If the game doesn't expect the 'take_damage' function to be called, you could literally return; and it would have the same effect. Other than that, great video!
Great com sci focused vids, a little concerned I got to your content after watching like 10 cs2 videos but hopefully everyone else is just academically interested and not actually haxing.
isnt it possible to just create an overlay with imGui while not hooking the games renderapi? cos if I hook a game via dll(extracting information for example,smthg universal). I would be limiting its functionality by setting it up for dx11 or whatever most game use...
You should put out a video on the recent Apex Legends hack that just happened in pro league. It would be cool to see an expert break down what happened or theorize how it was done.
Hey Cazz, I have been following your videos since your hazedumper tutorial. You have taught me the things I needed, I just want to say thank you. Another great video as always!
hi cazz i had a question what do i need to know before im gonna learn c++ hacking cuzz i can type a ez program on c++ but what do i need to do to become on that level to begin with hacking
If you never tried coding than try coding in C first than move to c++, c is a way more simple language and what you learn from it will be basically teaching a good idea on how c++ works (pointers are pretty confusing but when you learn c it might ease your c++ learning)
Can you do a video on detection vectors/ risky features/raging/closet cheaters and dive further into the cat and mouse game that is played by cheeze providers and AC companies.
bro, i've been watching you since the glow esp 10 minutes videos and now you're hitting alot of subs! Because your channel, i can make cheats on CS2/CS:GO. Glad to see you again.... peace out.
can you explain how to make bots for repetitive tasks in games undetectable? I've heard that some games AC's have macro detection and also check if the user is actually moving the mouse or it's something like pyautogui moving it. Some use arduino to make a second fake mouse, but is there a way to do it without arduino?
You should maybe not teach people unethical hacking. You can easily teach the same concepts without training the next generation of online degenerates. Reading your comments, you are the reason plenty of people cheat in online games. That is not very cash money :/
let's be honest, most of the viewers are lazy or script kiddies who are looking for a quick cheat. the sort of damage that you are implying that 'online degenerates' could muster from these videos alone requires a bit of technical skill that you most certainly wouldn't find with a skiddie.
step 1: find hardware ids that are specific to your system. (mobo serial, gpu serial, drive serials, ect) step 2: change them step 3: ???? step 4: profit!!!
@@grape2626 This is a great video to start with: th-cam.com/video/ClqPkffPx5M/w-d-xo.html I would also look into open source spoofers and see what methods they are using as a reference to learn. If you have no coding knowledge, you will most likely get nowhere but you must learn in order to be successful. I can't teach you as I have never done it myself before. Most I've done is ceated a C# program that will pull the Motherboard serial number to view it. GOOD LUCK AND GOD BLESS!!!
To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/cazz/. The first 200 of you will get 20% off Brilliant’s annual premium subscription.
"game men" 💀
howd bro make this comment 4 days ago when this video was made today😭
i usually dont care for these but im honestly buying it to support this underrated channel
great video, unfortunately there are way to many pasters in your comment asking for cs2 tutorials, but i'm happy with the more general guides than a paste.
Define what a "paste" is
@@deeperr copy the code from video
Exactly. We don’t need more copy/paste tutorials.. there are a lot of them on TH-cam.
Glad to see you're hitting sponsors and turning learning into a carreer ^^
Dam I Thought you died.
learning how to be cheating scum? Upon second thought maybe he shouldn't have a career.
also, wtf is a "carreer"
@@ytilaeR_so knowing what is hooking = teaching how to be a cheater? Knowing how to hide a dead body very well = you're a serial killer? Knowing how an engine works = you're an engineer?
@@ytilaeR_kian and cazz has much more successful careers then you will ever have.
@@ytilaeR_ Salty gamer? Stop whining and keep wasting your life on video games bro.
Another useful and often overlooked method is function pointer swaps in various places. Many game engines have some form of an event system, and usually, in that system, there is a way to register and unregister functions that will be called when something happens. You can either add your own or modify existing entries to force the game to call your callback instead. And because these lists/pointers are dynamic, that means they must reside in r/w sections or even dynamically allocated memory making detecting any changes hard (similar to shadow vmt)
Also, you don't always have to call the original, if the function has no side effects or you re-implement them then there is no need to call the original.
Stay safe, and always choose a well lit area, like under a street lamp, while hooking.....it could get dangerous!
Videos like this get me hooked on C++.
3pm
2:52 not quite true, depending on your method of hooking. If the game doesn't expect the 'take_damage' function to be called, you could literally return; and it would have the same effect. Other than that, great video!
You're pretty much the only good knowledge source of game hacking online thank you
GuidedHacking has left the game
I made a kiero hook paste for Combat Master with this tut
5am baked af , and this my brain is ded
Been bingeing your vids, loving it. Looking forward to your next vid on VMT hooking :p
Thanks i kinda knew it but you explained alot more
Great com sci focused vids, a little concerned I got to your content after watching like 10 cs2 videos but hopefully everyone else is just academically interested and not actually haxing.
damn early for this 🙏🙏🙏 good video btw explains a lot of nice concepts
Very nice video and very well explained, thanks for this!
dayum u growing fast asl. also hooking virtual functions is on top I love it
Appreciate it!
isnt it possible to just create an overlay with imGui while not hooking the games renderapi? cos if I hook a game via dll(extracting information for example,smthg universal). I would be limiting its functionality by setting it up for dx11 or whatever most game use...
Can you explain in few lines why not we able modify health in csgo or cs2 ?
Because values like health or velocity are calculated & verified on the server which is a computer that you do not have access to.
@@cazz Thank you 🙏
Great video Mr Cazz :D
and Hello Good Sirs :DD
Can't a mechanism follow the respective VMT pointer and use it to find our shadow and check ITS integrity instead?
This happened to imperial Hal during regionals and the hacker gave him Aimbot
Finally new video Love u cazz
You should put out a video on the recent Apex Legends hack that just happened in pro league. It would be cool to see an expert break down what happened or theorize how it was done.
What disassembler was used in 1:50?
@@ChudBogdanoff I guess it's "Cutter"
Amazing. Lots of information thanks 😊
Very good video,but can you tell me how to write a kernal injecter?
Hey Cazz, I have been following your videos since your hazedumper tutorial. You have taught me the things I needed, I just want to say thank you. Another great video as always!
thx for vid fam 🔥
Do you recommend Ghidra nor Cutter/Radare? Cause I don't have money for IDA
Thanks
You should do a video around loaders!
What patch offset? (Sorry my English)
hi cazz i had a question what do i need to know before im gonna learn c++ hacking cuzz i can type a ez program on c++ but what do i need to do to become on that level to begin with hacking
If you never tried coding than try coding in C first than move to c++, c is a way more simple language and what you learn from it will be basically teaching a good idea on how c++ works (pointers are pretty confusing but when you learn c it might ease your c++ learning)
omg no way new video?
Instructions unclear. Ended up getting arrested for prostitution.
😎
Can you do a video on detection vectors/ risky features/raging/closet cheaters and dive further into the cat and mouse game that is played by cheeze providers and AC companies.
hey love u, doing so great work!
i really need to learn c++
will you be doing cs2 videos like you did for csgo?
4:02 vmthooking wasnt detected by vac until 2019
Incredible video dude
Yo does the anticheat has change from csgo to cs2?
Interesting, thanks)
bro, i've been watching you since the glow esp 10 minutes videos and now you're hitting alot of subs! Because your channel, i can make cheats on CS2/CS:GO. Glad to see you again.... peace out.
sad to hear this cuck enabled you to be literal scum
@@ytilaeR_ u seem pretty upset maybe its time to get off the video game
Very nice, can you maybe make a video on how very expensive hardware based cheats work and how some pro players (csgo) were able to cheat on LANs?
yeah
they used adruino
@@bubu-us6xh not arduino its called dma or direct memory access
can you explain how to make bots for repetitive tasks in games undetectable? I've heard that some games AC's have macro detection and also check if the user is actually moving the mouse or it's something like pyautogui moving it. Some use arduino to make a second fake mouse, but is there a way to do it without arduino?
Nice vid, comment for the algorithm
U are so smart🥰💕
My Brain is not working now
Anti Cheats will be in most games that are online. Learn to develop externals where rather than hooking we read the information that is exposed to us
why is everything italic
I ♥ HOOKERS
Un tutorial de como hacer un gancho DIP En d3d9
Not even planning on hacking i just find this intriguing
Same. This stuff is legitimately fascinating.
Bro u missed the esoterick ways to hook
hehe, future video ;)
hooking involes a lot of math...?
Do a video like how unlock all work
Please make a video about libRuntimeBlocks and more about hooking myb say sth about class hooking 😻😻
Could you hook into the steam or discord overlay for a wallhack or something like this?
i love you caz
can't wait to make the p2c!!
ah ? i get it , lol
can u make a vid how to creat a no clip cheat?
Duck 💪🗿
yay
You should maybe not teach people unethical hacking. You can easily teach the same concepts without training the next generation of online degenerates. Reading your comments, you are the reason plenty of people cheat in online games. That is not very cash money :/
let's be honest, most of the viewers are lazy or script kiddies who are looking for a quick cheat. the sort of damage that you are implying that 'online degenerates' could muster from these videos alone requires a bit of technical skill that you most certainly wouldn't find with a skiddie.
@@andso7068 good point
ik ruik nederlands
W new video?
teach my how to make spoofer
step 1: find hardware ids that are specific to your system. (mobo serial, gpu serial, drive serials, ect)
step 2: change them
step 3: ????
step 4: profit!!!
@@Seeks__ don’t even wanna profit just want a spoofer I can use
@@grape2626 This is a great video to start with: th-cam.com/video/ClqPkffPx5M/w-d-xo.html
I would also look into open source spoofers and see what methods they are using as a reference to learn. If you have no coding knowledge, you will most likely get nowhere but you must learn in order to be successful. I can't teach you as I have never done it myself before. Most I've done is ceated a C# program that will pull the Motherboard serial number to view it.
GOOD LUCK AND GOD BLESS!!!
Boet
howzit bru
More esotrik ways of hooking lmaoooo i see you
;) get good, get gamesense
new cazz video
you should do cs2
Lmao
Oh look csgo lol you always teach based OK csgo show nothing new
LETS GOO
really early ig
First
you the real 'first' dont let the others tell you any different
fire vid
W vid