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.
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.
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 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)
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?
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: ua-cam.com/video/ClqPkffPx5M/v-deo.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!!!
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.
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 UA-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
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.
Thanks i kinda knew it but you explained alot more
This happened to imperial Hal during regionals and the hacker gave him Aimbot
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.
dayum u growing fast asl. also hooking virtual functions is on top I love it
Appreciate it!
Great video Mr Cazz :D
and Hello Good Sirs :DD
damn early for this 🙏🙏🙏 good video btw explains a lot of nice concepts
Been bingeing your vids, loving it. Looking forward to your next vid on VMT hooking :p
What disassembler was used in 1:50?
@@ChudBogdanoff I guess it's "Cutter"
Very nice video and very well explained, thanks for this!
Can't a mechanism follow the respective VMT pointer and use it to find our shadow and check ITS integrity instead?
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 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!
Finally new video Love u cazz
i really need to learn c++
Amazing. Lots of information thanks 😊
My Brain is not working now
You should do a video around loaders!
Thanks
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 🙏
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
Incredible video dude
Very good video,but can you tell me how to write a kernal injecter?
What patch offset? (Sorry my English)
hey love u, doing so great work!
thx for vid fam 🔥
Instructions unclear. Ended up getting arrested for prostitution.
😎
Do you recommend Ghidra nor Cutter/Radare? Cause I don't have money for IDA
omg no way new video?
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)
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
Interesting, thanks)
will you be doing cs2 videos like you did for csgo?
Nice vid, comment for the algorithm
Yo does the anticheat has change from csgo to cs2?
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?
Bro u missed the esoterick ways to hook
hehe, future video ;)
Not even planning on hacking i just find this intriguing
Same. This stuff is legitimately fascinating.
why is everything italic
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
hooking involes a lot of math...?
Un tutorial de como hacer un gancho DIP En d3d9
I ♥ HOOKERS
i love you caz
U are so smart🥰💕
Do a video like how unlock all work
Could you hook into the steam or discord overlay for a wallhack or something like this?
ah ? i get it , lol
release ur ida theme please!
Dracula IDA Pro theme -> draculatheme.com/ida
@@cazz thank you
Please make a video about libRuntimeBlocks and more about hooking myb say sth about class hooking 😻😻
yay
Duck 💪🗿
can't wait to make the p2c!!
ik ruik nederlands
can u make a vid how to creat a no clip cheat?
Lmao
LETS GOO
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: ua-cam.com/video/ClqPkffPx5M/v-deo.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!!!
More esotrik ways of hooking lmaoooo i see you
;) get good, get gamesense
W new video?
Boet
howzit bru
you should do cs2
really early ig
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
First
you the real 'first' dont let the others tell you any different
Oh look csgo lol you always teach based OK csgo show nothing new
new cazz video
W vid
fire vid